/*--------------------------------------------------------------------
LAYOUT "varios" Style - LIZ ONLINE(IE6+ FF1.5+ Opera9+)

Version: 	1.0 - 2007
author: 		Burocratik (alexandre r. gomes)
email: 		alex@burocratik.com
website: 	http://www.burocratik.com
-----------------------------------------------------------------------*/
@import url(corpo.css);
/*----------------------------------------------------------------------*/

#headerFlash{background: transparent url(../pics/contactos-gmaps.gif) no-repeat;}
.proposta #headerFlash{background: transparent url(../pics/pic-index.jpg) no-repeat;}

/* =CONTENT PRIMARIO
--------------------------------------------------------------------------*/
#contentPrim{
	position: relative; width: 490px; padding: 60px 30px 10px 30px;
	font: 1.1em/1.6em Arial, Helvetica, sans-serif;
}
#contentPrim span{color: #8ed300;}



form{position: relative;}
form legend{display:none;}
form label{display: block; font-weight: bold; font-size: 1.0em; color: #464646;}
form label span{font-weight: normal;}
form input{
	width: 235px; height: 16px; line-height: 16px; font-size: 1.0em; color : #464646; 
	border: none; background-color: #e2f4bf;
}
form input:hover,form input:focus{background-color: #f0ffd3;}
fieldset#campoEmpresa{position: absolute; top:0px; right: 0px; width: 235px;}
fieldset#campoEmpresa input{background-color: #eeeeee;}
fieldset#campoEmpresa span{font-weight: normal; color: #464646;}
form textarea{
	width: 100%; height: 142px; border: none; background-color: #e2f4bf;
	font: 1.0em/1.6em Arial, Helvetica, sans-serif; color : #464646;
}
form textarea:hover, form textarea:focus{background: #e2f4bf url(../imgs/contactos-form-bg.gif) repeat;}
form button.btnEnviar{
	text-indent: -5555px; overflow: hidden;
	width: 68px; height: 19px; margin: 0; padding:0; border: none; cursor: pointer;
	background: transparent url(../imgs/bt-enviar.gif) no-repeat left top;
}
form button.btnEnviar:hover{background: transparent url(../imgs/bt-enviar.gif) no-repeat left bottom;}
form p.direita{text-align: right;}


/* =mensagem erro*/
#contentPrim .erro{
	font-size: 12px; font-weight: normal; color: #ca311e; line-height: 21px; padding-left: 25px;
	background: url(../imgs/icon-msg-erro.gif) no-repeat;
}
#contentPrim .enviado{
	font-size: 12px; font-weight: normal; color: #129d46; line-height: 21px; padding-left: 25px;
	background: url(../imgs/icon-msg-ok.gif) no-repeat;
}


/* =BUGS
--------------------------------------------------------------------------*/
* html fieldset#campoEmpresa{right: 30px;} /* :BUG: IE6 */
