/* CSS Document */

#colEsq{
	width:652px;
	height:475px;
	float:left;
	margin-right:5px;
	background-color:#fff;
}

#colEsq div{
	margin:40px 0 0 50px;
}

#colEsq div img{
	margin-bottom:15px;
}

#colDir{
	position:relative;
	width:190px;
	height:394px;
	float:left;
	padding:40px;
	background:url(../img/bg_coldir.gif) left repeat-y;
	background-color:#fff;
}

#colDir span#topDireita {
	position:absolute;
	display:block;
	width:6px;
	height:6px;
	top:0;
	right:0;
	background:url(../img/topDireita.gif) no-repeat;
}

#colDir span#baixoDireita {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	bottom:0;
	right:0;
	background:url(../img/baixoDireita.gif) no-repeat;
}

#colDir img{
	margin-bottom:15px;
}

ul#abas{
	width:652px;
	height:39px;
}


h2{
	display:block;
	width:125px;
	height:30px;
	background:url(../img/nossoEscritorio.gif) no-repeat;
	text-indent:-9999em;
	margin-bottom:20px;
}

form {
	margin-top:30px;

}

fieldset {
	_margin-left:-40px;
}

form p {
	float:left;
	margin-left:50px;
}

label {
	display:block;
	clear:both;
}

input, textarea {
	width:230px;
	border:solid 1px #333;
	padding:2px;
}

textarea {
	width:515px;
	height:100px;
}

p#bt-enviar a {
	display:block;
	width:100px;
	padding:10px;
	background-color:#ff5200;
	color:#fff;	
	text-transform:uppercase;
}

/* MENSAGENS */

span#resposta {
	display:block;
	width:373px;
	height:17px;
	float:left;
	margin-left:10px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#fff;
}

span#resposta span.ok {
	display:block;
	width:373px;
	height:17px;
	padding:9px;
	background-color:#486743;
}

span#resposta span.error {
	display:block;
	width:373px;
	height:17px;
	padding:9px;
	background-color:#AB2718;
}