@charset "utf-8";
/* CSS Document */
/* Leonardo Hauschild */
form {
}
form label {
	float: left;
	display: block;
	width: 150px;
	
	text-align:right;
	padding-right:10px;
	color:#888;
	margin-bottom:0.5em;
}
form input.dados {
	border:1px solid #999;
	background:#fff url(../images/inputbg.gif) repeat-x top left;
	padding-left:0.5em;
	margin-bottom:0.6em;
	width: 300px;
}
form input#botao {
	text-align:center;
	width: 100px;
	}
form input#botao:hover {
	color: #FF3300;
	}
form select {
	width: 300px;
	}

