form {
	margin-top: 16px;
	width: 420px;
}
label {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	
	text-align: left;
}
input, select {
	display: block;
	width: 300px;
	border: 1px solid #333;
	margin: 1px 0 6px 0;
	padding: 0 2px;
	
	text-align: left;
}
select {
	padding-right: 0;
}
#divSelQto {
	position: static;
}
textarea {
	display: block;
	width: 300px;
	height: 100px;
	border: 1px solid #333;
}
#btEnviar {
	display: block;
	width: 62px;
	height: 19px;
	margin-left: 230px;
	padding: 0;
	border: 0;
	background: url(../imgs/botao.png) no-repeat;
	overflow: hidden;
	
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #630;
}
#btEnviar:hover {
	background-position: -62px;
}
#btEnviar:active {
	background-position: -124px;
}
.emlinha input, .emlinha label {
	display: inline;
	margin: 0;
}
.emlinha input {
	width: 60px;
	margin: 0 20px 0 6px;
}
.avisoErro {
	font-weight: bold;
	color: #900;
}
.avisoOk {
	font-weight: bold;
	color: #009;
}
