﻿@charset "utf-8";
@import "geral.css";

/********************
Mensagem de dica
********************/
#principal #dica {
	color: #900;
	width: 450px;
	margin: 0 auto 15px;
	padding: 5px;
	padding-left: 15px;
	border: 1px solid #900;
	background: url(../images/bullet-erro.gif) no-repeat 5px 50%;
}
/********************
Fim da Mensagem de dica
********************/

#principal #formulario {
	display: block;
	width: 470px;
	margin: 0 auto;
	overflow: hidden;
}

#principal fieldset { clear: both; }

#principal legend {
	display: block;
	text-transform: uppercase;
	margin-bottom: 3px;
	padding-top: 5px;
}

#principal label.name, .contador, .contador p {
	background-color: #d2e9ec;
}

select, option, label, input, textarea { color: #5E5F60; }

/********************
Padronizacao LI
********************/
#principal #formulario li {
	display: block;
	float: left;
	height: 46px;
	overflow: hidden;
	padding-bottom: 5px;
}

#principal #formulario li.cl1 { width: 94px; }

#principal #formulario li.cl2 { width: 188px; }

#principal #formulario li.cl3 { width: 282px; }

#principal #formulario li.cl4 { width: 376px; }

#principal #formulario li.cl5 {
	width: 470px;
	height: 140px;
}

#principal #formulario li.cl6 {
	width: 470px;
}

#principal #formulario li.cl7 {
	width: 470px;
	height: 102px;
}

#principal #formulario li.cl8 {
	width: 470px;
	height:auto;
}
/********************
Fim da Padronizacao LI
********************/


/********************
Padronizacao Label
********************/
#principal label {
	display: block;
	height: 22px;
	margin: 2px auto 0;
}

#principal label.name {
	display: block;
	height: 18px;
	margin: 0;
	padding: 4px 0 0 5px;
	background-image: none;
}

label.erro { color: #900; }

li.cl1 label { width: 80px; }

li.cl2 label { width: 174px; }

li.cl3 label { width: 268px; }

li.cl4 label { width: 362px; }

li.cl5 label { width: 456px; }

li.cl6 label { width: 456px; }

li.cl7 label { width: 456px; }

form li label.name { width: 100%; }

li.chk label { text-align:right }
/********************
Fim da Padronizacao Label
********************/


/********************
Padronizacao Input
********************/
#principal input.text {
	border:1px solid #9CA3A7;
	background-color:#F6F8FC;
	display: block;
	padding:1px 3px;
	font-size:14px;
}
*+html #principal input { margin-top: -1px; }

li.cl1 input { width: 72px; }

li.cl2 input { width: 166px; }

li.cl3 input { width: 260px; }

li.cl4 input { width: 354px; }

li.cl5 input { width: 448px; }

li.cl6 input { width: 448px; }

li.chk input { width:auto; float:right; margin:0 15px 0 5px }
/********************
Fim da Padronizacao Input
********************/


/********************
Padronizacao Select
********************/
#principal select {
	display: block;
	width: 90%;
	margin: 2px auto 0;
	border: 1px solid #A8A8A8;
}

option { padding-left: 5px; }
/********************
Fim da Padronizacao Select
********************/


/********************
Padronizacao Textarea
********************/
#principal textarea {
	display: block;
	width: 444px;
	height: 53px;
	padding: 10px 5px;
	margin: 3px auto;
	background-color:#F6F8FC;
	border:1px solid #9CA3A7;
	overflow: -moz-scrollbars-vertical;
}
/********************
Fim da Padronizacao Textarea
********************/


/********************
Contador de caracteres + botao Enviar
********************/
.contador {
	height: 24px;
	padding: 0 10px;
	overflow: hidden;
}

.contador p {
	float: left;
	height: 21px;
	padding-top: 5px;
}

.contador a {
	float:right;
	color:#67439A;
	margin:4px 15px 0 0;
	text-decoration:underline;
}
.contador a:hover {text-decoration:none}

#principal .contador input {
	text-align: center;
	display: inline;
	width: 24px;
	height: auto;
	margin-top: -2px;
	padding: 0;
	background: none;
	*vertical-align: top;
}

.contador input#ctl00_ContentPlaceHolder1_BT_ENVIAR {
	text-indent: -9999px;
	float: right;
	width: 56px;
	height: 19px;
	margin-top: 3px;
	background: #6AB7C0 url(../images/enviar.png) no-repeat top;
}

.contador #ctl00_ContentPlaceHolder1_BT_ENVIAR:hover, .contador button.hover { background-position: bottom; }
/********************
Fim do Contador de caracteres + botao Enviar
********************/
