/* 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/pool_solutions/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/pool_solutions/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:#009BDA;
	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;
}

/* LOGIN */

.login {
	width: 650px;
	height: 130px;
	margin: 0px;
	padding: 30px 0px 0px 40px;
	background: url(/css/Site/img/login.png) no-repeat 0px 0px;
	overflow:hidden;		
}

.login fieldset {
	border: 0px solid #E5E5E5;	
	margin: 0px;
	padding: 0px;
}	

.login legend {
	padding: 5px;
	padding-left:140px;	
	color: #918F90;	
}

.login h2{
	display: none;
}

.login .campo1_div {
	width: 480px;
	overflow: hidden;
	float: left;
}

.login .campo2_div {
	width: 312px;
	overflow: hidden;
	float: left;
}

.login .campo1_div label {
	margin-top:5px;
	margin-left: 0px;
	margin-bottom:5px;	
	font: 12px Arial, Helvetica, sans-serif;	
	padding: 6px 0px;	
	width:70px;
	float: left;
}

.login .campo2_div label {
	margin-top:5px;
	margin-left: 0px;
	margin-bottom:5px;	
	font: 12px Arial, Helvetica, sans-serif;	
	padding: 6px 0px;	
	width:70px;
	float: left;
}

.login .campo1_div input {
	margin-top:5px;
	margin-left: 0px;
	margin-bottom:5px;	
	padding: 6px 10px;
	font: 12px Arial, Helvetica, sans-serif;	
	color: #918F90;
	width:300px;
	float: left;
	border: 1px dotted #999999;
	background: #EBEBEB !important;
}

.login .campo2_div input {
	margin-top:5px;
	margin-left: 0px;
	margin-bottom:5px;	
	padding: 6px 10px;
	font: 12px Arial, Helvetica, sans-serif;	
	color: #918F90;
	width:210px;
	float: left;
	border: 1px dotted #999999;
	background: #EBEBEB !important;
}

.login .campo3_div {
	overflow:hidden;
	float:left;
	display:none;
}

.login .campo3_div input {
	color:#FFFFFF;
	text-decoration:none;
	font: 12px/18px Arial, Helvetica, sans-serif;
	display:block;
	/*background: #BFD700;	*/
	width: 80px;
	padding-top: 4px;
	/*padding-right: 5px;*/
	padding-bottom: 4px;
	text-align: center;
	margin-top: 5px;
	margin-right: 12px;
	float: left;
	border: 0px solid #FFF;	
	cursor: hand;	

}

.login .campo4_div {
	width: 100px;	
	float:left;
	margin-top: 5px;
}

.login .campo4_div input {
	color:#FFFFFF;
	text-decoration:none;
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #2397CA url(/css/Site/img/pool_solutions/bg_button_login.png) repeat-x left bottom;	
	width: 80px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	float: left;
	border: 0px solid #FFF;	
	cursor: hand;	
	text-transform: uppercase;	
}

.login .campo5_div {
	overflow:hidden;
	float:left;
}

.login span.error{
	color: #002962;
	background: #FBDDDB url(/css/Site/img/error_messages.png) no-repeat 6px 7px;
	border: 1px solid #EF857D;
	padding: 6px 5px 6px 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	font: normal 11px Arial, Helvetica, sans-serif;	
	overflow: hidden;
	width: 430px;
}

.logout {
	position: absolute;
	margin-left: 507px;
	margin-top: 10px;
}

.logout input {
	color:#FFFFFF;
	text-decoration:none;
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #BFD700 url(/css/Site/img/close.png) no-repeat 72px 7px;	
	width: 93px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	float: left;
	border: 0px solid #FFF;	
	cursor: hand;	
	text-transform: uppercase;
	
}

/* RECUPERAR PASSWORD */

#recover_pw{
	width: 650px;
	height: 130px;
	margin: 0px;
	padding: 30px 0px 0px 40px;
	background: url(/css/Site/img/login.png) no-repeat 0px 0px;
	overflow:hidden;
}	

#recover_pw input{
	margin-top:5px;
	margin-left: 0px;
	margin-bottom:5px;	
	padding: 6px 10px;
	font: 12px Arial, Helvetica, sans-serif;	
	color: #918F90;
	width:300px;
	float: left;
	border: 1px dotted #999999;
	background: #EBEBEB;
}

#recover_pw span.labelEmail{
	margin-top:5px;
	margin-left: 0px;
	margin-right: 5px;	
	margin-bottom:5px;	
	padding: 4px 10px 5px;	
	font: 12px Arial, Helvetica, sans-serif;	
	width:60px;
	float: left;
	color:#918F90;
}

#recover_pw button {
	color:#FFFFFF;
	text-decoration:none;
	font: 12px/18px Arial, Helvetica, sans-serif;
	display:block;
	background: #2397CA url(/css/Site/img/pool_solutions/bg_button_login.png) repeat-x left bottom;	
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 5px;
	/*padding-right: 5px;*/
	padding-bottom: 5px;
	text-align: center;
	margin-top: 5px;
	margin-left: 15px;
	float: left;
	border: 0px solid #FFF;	
	cursor: hand;	
}

#recover_pw button span{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
}

#recover_pw button:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:none;
	cursor: hand;
}