@charset "iso-8859-1";
/* CSS Document */
*{
	outline: none;	
}
body{
	margin: 0px;
	background: #94bdd2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3A4A52;
}

input{
	border: #999999 1px solid; 
	font-size: 12px; 
	color: #333;
	padding: 2px;
}

.frm{
	border: #999999 1px solid; 
	font-size: 12px; 
	color: #333;
}

.frm-on {
	border: #999 2px solid;
	font-size: 12px;
	background-color: #eee;
}

#tamanho {
	left: 0px;
	top: 0px;
	width: 477px;
	height: auto;
	/*height: 203px;*/
	z-index:1;
	/*position: absolute;*/
	padding: 13px;
	text-align: justify;
}
#tamanhoIndicador {
	left: 0px;
	top: 0px;
	width: 512px;
	height: 1143px;
	/*height: 203px;*/
	z-index:1;
	position: absolute;
	padding: 13px;
	text-align: justify;
}

#tamanho_cadastro {
	left: 0px;
	top: 0px;
	width: 560px;
	height: auto;
	/*height: 203px;*/
	z-index:1;
	position: absolute;
	padding: 13px;
	text-align: justify;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #517485;
}


textarea {
	border: #999999 1px solid; 
	font-size: 12px; 
	color: #333;
	padding: 2px;
}

select{
	border: #999999 1px solid; 
	font-size: 12px; 
	color: #333;
	padding: 2px;
}

.button {
	background: #EFEFEF;
	color:#333;
	font-size: 10px;
}
.titulo{
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}
h2{
	font-size: 16px;
	font-weight: bold;
}
.alerta{
	font-weight: bold;
	color:#900;
}
.comentario{
	font-size: 10px;
	font-style: italic;
}

