@charset "utf-8";
/* CSS Document */

#status{
	width:200px;
	height:12px;
	outline:none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 3px;
	font-size: 11px;
}
#msg{
	width:200px;
	height:65px;
	outline:none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 3px;
	font-size: 11px;
}
#pequeno{
	width:60px;
	height:12px;
	outline:none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 3px;
	font-size: 11px;
}
#medio{
	width:128px;
	height:12px;
	outline:none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 3px;
	font-size: 11px;
}
#escolha{
	width:208px;
	height:20px;
	outline:none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 3px;
	font-size: 11px;
}
#grande{
	width:200px;
	height:100px;
	outline:none;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 3px;
	text-align: left;
	font-size: 11px;
}

.focusField{
	border:1px solid #73A6FF;
	background:#EFF5FF;
	color:#000;
}
.idleField{
	color: #6F6F6F;
	border: 1px solid #7f9db9;
	background-color: #FFFFFF;
}	
#form_geral {
	height: 298px;
	width: 521px;
	padding-left: 5px;
	background-image: url(../imagens/inter/obrigado.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
}
#form-esuerda {
	float: left;
	width: 250px;
}
#fomr-direita {
	float: left;
	width: 250px;
}
