@charset "utf-8";
/* CSS Document */

/* Padrões */
label{
	color: #1e3262;
}

button{
	cursor: pointer;
}

/* Botões */
button.btn_ok{
	float: left;
	background: url(../../images/btn_ok.gif) no-repeat;
	width: 32px;
	height: 18px;
	font-size: 0;
	text-indent: -9999px;
}

button.btn_limpar{
	background: url(../../images/btn_limpar.gif) no-repeat;
	width: 54px;
	height: 18px;
	font-size: 0;
	text-indent: -9999px;
}

button.btn_enviar{
	background: url(../../images/btn_enviar.gif) no-repeat;
	width: 54px;
	height: 18px;
	font-size: 0;
	text-indent: -9999px;
}

/* Validação */
label.error{
	color: #CC0000 !important;
	float: left !important;
	padding: 5px 0 0 105px !important;
	text-align: left !important;
	width: auto !important;
}

input.error, select.error, textarea.error{
	border: solid #CC0000 1px !important;
}

/* Movies */
fieldset.movies{
	width: 100%;
	margin: 0 0 5px 0;
}

fieldset.movies label{
	float: left;
	margin: 0 0 5px 0;
}

fieldset.movies label.error{
	padding: 0 1px !important;
}

fieldset.movies select{
	float: left;
	border: solid #d4d0c8 1px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 216px;
	margin: 0 10px 0 0;
}

fieldset.movies select.error{
	margin: 0 !important;
}

/* Contatos */
div#contato{
	/*margin-top: 5px !important;*/
	padding: 6px !important;
	width: 527px !important;
	 _width:522px;
}

div#contato div{
	margin: 0 !important;
}

div#contato form {
	padding-top: 10px;	
}

fieldset.contato{
	float: left;
	width: 424px;
}

fieldset.contato p{
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}

fieldset.contato label{
	float: left;
	color: #1e3262;
	font-weight: bold;
	text-align: right;
	width: 85px;
	padding: 2px 10px;
	font-size: 10px;
}

fieldset.contato input, fieldset.contato textarea, fieldset.contato select{
	float: left;
	border: solid #a7a7a7 1px;
	width: 316px;
	height: 15px;
	background: url(../../images/bg_inputs.jpg);
}

fieldset.contato textarea{
	height: 70px;
	overflow: auto;
}

fieldset.contato select{
	background:#fff;
	width: 318px;
	height: 18px;
	font-size: 11px;
}

fieldset.contato button{
	float: right;
	margin: 0 0 0 5px;
}