fieldset {
	padding : 10px;
}
label.lbl {
	display : block;
	width : 200px;
	float : left;
	overflow : hidden;
	text-align : right;
	padding-right : 10px;
}
.campo {
	display : block;
	clear : both;
	margin : 0px 0px 5px 0px;
}
input[type='reset'] {
	display : block;
	float : left;
	margin : 0px 0px 10px 20px;
	padding : 5px;
}
input[type='submit'] {
	display : block;
	float : left;
	margin : 20px 0px 10px 205px;
	padding : 5px;
}
input[type='text'],
textarea {
	background : inherit;
	padding : 3px;
	border : 1px solid #666;
	width : 400px;
}
input[type='text']:hover, textarea:hover { background : #c0c0c0; }
input[type='text']:focus, textarea:focus { background : #fff; }
input#captcha { width : 70px; }
.msg_erro {
	color : #900;
	font-size : 0.9em;
	font-weight : bold;
	margin-left : 205px;
}
.msg_exito {
	background : #BADDA8;
	padding : 5px;
	border : 1px outset #333;
	margin-bottom : 10px;
}

