label {
	display: block;
	float:left;
	height:25px;
	width:85px;
	padding-right:5px;
	line-height:16px;
	font-size:80%;
	color:#787878;
}
label span, span.red {
	color:#FF0000;
	font-size:18px;
}
input[type="text"], input[type="password"] {
	height:18px;
	padding:2px;
	border:1px solid #777;
	font-size:90%;
	margin-bottom:10px;
	font-weight:bold;
	background:#FFF url(../img/bg_campos.gif) no-repeat;
}
input[type="text"], input[type="password"], select, textarea {
	/* so em firefox e browsers descentes */

	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius:5px;
}
input[type="text"]:hover, input[type="password"]:hover, select:hover, textarea:hover {
	border:1px solid #333;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border:1px solid #000;
	background:#FFC;/* so em firefox */

}
input[type="file"] {
	font-size:15px;
}
textarea{margin-bottom:10px;border:1px solid #666;background:#fff url(../img/bg_campos.gif) no-repeat;}
