﻿* {
margin:0px;
padding:0px;
text-decoration:none;
list-style:none;
}

#geral {
width:419px;
}

#geral #logo {
width:419px;
margin:5px auto;
text-align:center;
}

#search {
width:419px;
margin: auto;
}

label {
font:12px Arial, Helvetica, sans-serif;
}

#search #texto {
width:276px;
height: 22px;
}




.busca {
margin-bottom: 10px;
}

.busca2 {
margin-bottom: 10px;
width: 700px;
}



#load {
display:none;
width:323px;
top:155px;
_top:151px;
position:absolute;
background:#FBFBFB;
border:1px solid #E7E7E7;
border-top:none;
}

#load a {
width:98%;
margin:auto;
display:block;
font:12px Arial, Helvetica, sans-serif;
}

#load a:hover {
color:#333;
background:#fff;
}

#resposta {
width:419px;
margin:auto;
margin-top:15px;
}

#resposta p {
text-align:center;
font:11px Arial, Helvetica, sans-serif;
color:#6DA3EE;
}

#resposta #top {
width:100%;
background:#6DA3EE;
font:12px Arial, Helvetica, sans-serif;
color:#fff;
}

#resposta table {
width:419px;
margin:5px auto;
border:1px solid #ccc;
}

#resposta table td {
font:12px Arial, Helvetica, sans-serif;
}

#resposta table .Label {
text-align:right;
font:bold 12px Arial, Helvetica, sans-serif;
}

#rodape {
font:10px Arial, Helvetica, sans-serif;
text-align:center;
}

#total {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
}

#alerta {
display:none;
width:250px;
height:100px;
margin:200px auto;
border:1px solid #ddd;
border-bottom:1px solid #f4f6ee;
border-right:1px solid #f4f6ee;
background:#fff;
}

#alerta p {
text-align:justify;
margin:10px;
color:#333;
}

/* página de cadastro */
#cadastro {
width:300px;
margin:auto;
}
fieldset {
border:none;
}

#cadastro fieldset label {
display:block
}

#cadastro fieldset label input {
width:287px;
}

#cadastro fieldset label #cidade {
width:292px;
}

#cadastro fieldset #cadastrar {
width:50px;
}

#cadastro p {
font:12px Arial, Helvetica, sans-serif;
color:red;
margin:10px 0 10px 0;
}

.paginacao {
	font:13px Arial, Helvetica, sans-serif; 
	width:419px; 
	height:25px; 
	margin:auto;
	margin-top:10px;
	}
.paginacao a {
	color:#333;
	padding:2px 4px 2px 4px;
	background:#ccc;
	margin:0 3px 0 0;
	border:1px solid #000;
	}
.paginacao span {
	font-weight:bold;
	color:#333;
	background:#f00;
	padding:2px 4px 2px 4px;
	margin:0 3px 0 0;
	border:1px solid #333;
	}
.paginacao a:hover {
	border:1px solid #f00;
	}