/********************
Mensagem de alerta
********************/
#interna h3 {
	color: #8C9DB1;
	font-size: 1.1em;
	margin-left: 32px;
}

#principal #dica {
	color: #D00152;
	margin: 10px 30px;
	padding: 6px 10px 6px 25px;
	border: 1px solid #D00152;
	background: #F9FBFD url(../images/bullet-vinho.gif) no-repeat 10px 50%;
}
/********************
Fim da Mensagem de alerta
********************/

#principal form {
	display: block;
	width: 430px;
	margin: 0 auto;
	padding: 5px 0 10px;
	overflow: hidden;
	border: 1px solid #E3E8F0;
	border-width: 1px 0;
}

form * { border: none; }

#principal fieldset { clear: both; }

#principal legend {
	display: block;
	text-transform: uppercase;
	margin-bottom: 3px;
	padding-top: 5px;
}

/********************
Padronizacao LI
********************/
#principal form li {
	display: block;
	float: left;
	height: 46px;
	overflow: hidden;
	padding-bottom: 5px;
}

#principal li.cl1 { width: 86px; }

#principal li.cl2 { width: 172px; }

#principal li.cl3 { width: 258px; }

#principal li.cl4 { width: 344px; }

#principal form li.cl5 {
	width: 430px;
	height: 140px;
}
/********************
Fim da Padronizacao LI
********************/


/********************
Padronizacao Label
********************/
#principal label {
	display: block;
	height: 22px;
	margin: 2px auto 0;
	padding-left: 8px;
	background: url(../images/input-esq.gif) no-repeat left;
}

#principal label.name {
	display: block;
	height: 18px;
	margin: 0;
	padding: 4px 0 0 5px;
	background: none;
	background-color: #D7DFE8;
}

#principal label.erro { color: #D00152; }

li.cl1 label { width: 72px; }

li.cl2 label { width: 158px; }

li.cl3 label { width: 244px; }

li.cl4 label { width: 330px; }

li.cl5 label { width: 416px; }

form li label.name { width: 100%; }
/********************
Fim da Padronizacao Label
********************/


/********************
Padronizacao Input
********************/
#principal input {
	display: block;
	height: 18px;
	padding: 4px 8px 0 0;
	background: url(../images/input-dir.gif) no-repeat right;
}

li.cl1 input { width: 64px; }

li.cl2 input { width: 150px; }

li.cl3 input { width: 236px; }

li.cl4 input { width: 322px; }

li.cl5 input { width: 408px; }

#isPostBack { display: none; }
/********************
Fim da Padronizacao Input
********************/


/********************
Padronizacao Select
********************/
#principal select {
	display: block;
	width: 96%;
	margin: 4px auto 0;
	border: 1px solid #A8A8A8;
}
/********************
Fim da Padronizacao Select
********************/


/********************
Padronizacao Textarea
********************/
#principal textarea {
	display: block;
	width: 96%;
	height: 103px;
	padding: 5px;
	margin: 3px auto;
	border: 1px solid #C4D8DF;
	background-color: #F7FBFF;
	overflow: -moz-scrollbars-vertical;
}
/********************
Fim da Padronizacao Textarea
********************/


/********************
Contador de caracteres + botao Enviar
********************/
.contador {
	width: 410px;
	height: 20px;
	overflow: hidden;
	padding: 2px 10px 1px;
	background-color: #D7DFE8;
}

#principal .contador p {
	text-align: left;
	float: left;
	margin-top: 3px;
}

#principal .contador input {
	text-align: center;
	display: inline;
	width: 24px;
	height: 11px;
	padding: 0;
	background: none;
	vertical-align: top;
}

.contador button {
	text-indent: -9999px;
	cursor: pointer;
	float: right;
	width: 73px;
	height: 18px;
	overflow: hidden;
	background: url(../images/enviar.gif) no-repeat top;
}

.contador button:hover { background-position: bottom; }
/********************
Fim do Contador de caracteres + botao Enviar
********************/