@charset "iso-8859-1";
form {
	margin: 0px auto;
	padding: 3px;
	width: 95%;
}
.pre_form {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-right: 5px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	clear: left;
}
label {
	display: block;
	float: left;
	clear: left;
}
label.float {
	clear: none;
	display: block;
	float: left;
}
label.float .pre_form {
	width: auto;
	margin-left: 5px;
}
.nome_cliente {
	float: left;
}
.form {
	border: solid 1px #999;
	background-color: #FFF;
}
fieldset {
	color: #999;
	border: dotted 1px #999;
	height: auto;
	display: block;
	clear: left;
	margin: 3px;
	padding: 4px;
}
legend {
	color:#333;
	font-weight: bold;
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}
.button {
	background-color: #900;
	color: #FFF;
	font-size: 11px;
	margin: 3px;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p.botoes {
	text-align: center;
	margin: 0px auto;
	clear: left;
}#form_login {
	margin-top: 100px;
}
