/* CONTACTOS */
/***********************************************/
.Div_Form_Contactos {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(/css/site/img/bg_forms.png) no-repeat right bottom;
}	

.Div_Form_Contactos fieldset {
	border: 0px solid #DEC9E0;
	padding: 0px 10px 10px;
}

.Div_Form_Contactos legend {
	color:#8D8D8D;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 15px;
	margin-top: 10px;	
	margin-bottom: 10px;
}

.Div_Form_Contactos label {
	width: 80px;
	margin-top:15px;
	margin-left: 10px;
	float:left;
	padding: 5px;
	font: 12px Arial, Helvetica, sans-serif;	
}

.Div_Form_Contactos input {
	width: 630px;
	height: 20px;
	padding: 8px 5px 5px 25px;
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	border: 0px solid #DADADA;
	background: url(/css/site/img/casa_costa/bg_input.png) no-repeat right bottom;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;	
}

.Div_Form_Contactos textarea {
	width: 630px;
	height: 117px;
	padding: 8px 5px 5px 25px;
	margin-top: 15px;
	margin-left: 10px;
	border: 0px solid #DADADA;
	background: url(/css/site/img/casa_costa/bg_textarea.png) no-repeat right bottom;
	color: #000000;	
	font: 12px Arial, Helvetica, sans-serif;
	overflow: auto;
	resize: none;	
}

.Div_Form_Contactos .buttons_div {
	height: 30px;
	width: 686px;
}

.Div_Form_Contactos .buttons_div button {
	background: url(/css/Site/img/bg_lermais.png) no-repeat top left;
	width: 96px;
	height: 30px;
	margin: 30px 20px 0px 562px;
	padding: 8px 30px 6px 20px;
	font: 12px Arial, Helvetica, sans-serif;
	border: 0px solid #FFFFFF;
	color: #F17C00;
	cursor: pointer;
}

.Div_Form_Contactos .validators {
	display: block;
	padding-top: 5px;
	padding-left: 20px;
	font: 11px Arial, Helvetica, sans-serif !important;	
	color: #FF0000 !important;		
	overflow: hidden;		
}

.Div_Form_Contactos .errorMessage {
	display: none;	
}

/* LIVRO VISITAS */
.campo1_div {
	width:600px;
	float: left;
}

.campo1_div input{
	width:465px;
	float: left;
	background: url(/css/site/img/bg_input_480.png) no-repeat right bottom !important;
}

.campo1_div label{
	padding: 5px;
	width:70px;
	float: left;
}

.campo2_div {
	width:600px;
	float: left;
}

.campo2_div input{
	width:465px;;
	float: left;
	background: url(/css/site/img/bg_input_480.png) no-repeat right bottom !important;	
}

.campo2_div label{
	padding: 5px;
	width:70px;
	float: left;
}

.campo3_div {
	float: left;
	width: 600px;
	padding-bottom: 10px;
}

.campo3_div textarea{
	width:465px;
	float: left;
	background: url(/css/site/img/bg_textarea_480.png) no-repeat right bottom !important;
}

.campo3_div label{
	padding: 5px;
	width:70px;
	float: left;
}

.Div_Form_Contactos .flashHeader {
	display: none;
}

.buttons_div {
	width: 580px;
}
