* {
	font-family:Verdana;
	font-size:12px;
}
body 
{
    background-color:#ffffff;
}
.fundo {
	background-image: url(../../imagens/buscape/bg_site.png);
	width:100%;
	height: 100%;
	margin: 0;
}
.topo .logo1 {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
.topo {
	width: 770px;
	height: 120px;
	float: left;
}
.topo .logo2 {
	float: right;
	padding-top: 20px;
	padding-right:20px;
}
.botoes {
	height: 330px;
	width: 220px;
	padding-left: 25px;
	float: left;
}
.mapa {
	float:right;
}

.dialog { 
 position: absolute;
	z-index: 99;
	left: 250px;
	top: 120px;
	width: 499px;
}

.dialog .hd .c,
.dialog .ft .c {
	font-size:1px;
}

.dialog .ft .c {
	height:14px;
}

.dialog .hd {
	background:transparent url(../../imagens/buscape/tl.png) no-repeat 0px 0px;
	margin-right:12px;
}

.dialog .hd .c {
	background:transparent url(../../imagens/buscape/tr.png) no-repeat right 0px;
	margin-right:-12px; /* pull right corner back over "empty" space (from above margin) */
	font-size: 16px;
	text-align: center;
	height: 20px;
	padding-top: 7px;
	color: #FFFFFF;
}

.dialog .bd {
 background:transparent url(../../imagens/buscape/ml.png) repeat-y 0px 0px;
 margin-right:6px;
}

.dialog .bd .c {
 background:transparent url(../../imagens/buscape/mr.png) repeat-y right 0px;
 margin-right:-6px;
}

.dialog .bd .c .s {
	margin:0px 8px 0px 4px;
	padding:0;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 360px;
}

.dialog .ft {
	background:transparent url(../../imagens/buscape/bl.png) no-repeat 0px 0px;
	margin-right:3px;
}

.dialog .ft .c {
	background:transparent url(../../imagens/buscape/br.png) no-repeat right 0px;
	margin-right:0px;
	height: 12px;
}
.rodape {
	clear: left;
	float: left;
	width: 100%;
	text-align: center;
	background-image: url(../../imagens/buscape/boxClientes.png);
	background-repeat: no-repeat;
	height: 100%;
	padding-top: 5px;
	color: #FFFFFF;
	margin-top: 10px;
}
.rodape .logos {
	padding-top: 40px;
	margin-left:0px;
	height: 100%;
}
.rodape .logos ul li {
	display: inline;
}
.corpo {
	width: 770px;
	height: 560px;
	top: 50%;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	margin-top: -250px;
}
.rodape .logos ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.rodape .logos ul li img {
	margin-bottom: 10px;
}


#formEmail label 
{
	margin:5px;
	float: left;
	display: block;
	clear: left;
}
#formEmail input 
{
	float: left;
	display: block;
	clear: left;
}

.botao {
	display:block;
	margin-top:5px;
	
	
}
.obrigatorio
{
	color:Red !important;
	font-size:14px;
}

#formEmail table {
	width: 100%;
}
#formEmail th {
	font-weight: normal;
	text-align: left;
}
#formEmail td {
	min-width:70px;
	width:70px;
}
#formEmail .tdMenor {
	min-width:30px;
	width:30px;
}
.termo 
{
	height:330px;
	overflow:auto;
	font-size:11px;
}
.mostrar 
{
    display:block;
}
.ocultar 
{
    display:none;
}
