FORM{margin-top:20px;}
FIELDSET{text-align:left;}


LABEL{
	color:#333;
	display:block;
	font-weight:bold;
	margin-bottom:4px;}

.field{margin-bottom:1.4em;}


INPUT[type='text']{
	border:solid 1px #DDD;
	font:normal 80% Verdana, Arial, sans-serif;
	padding:5px;}
TEXTAREA{
	border:solid 1px #DDD;
	font:normal 80% Verdana, Arial, sans-serif;
	font-stretch:semi-expanded;
	line-height:1.4em;
	padding:5px;}
INPUT[type='text']:focus, TEXTAREA:focus{background-color:#FFFFE6;}


BUTTON{
	padding:5px 8px;
	_padding:3px;}

.campoObr{
	color:#999;
	font-size:70%;
	font-weight:normal;}
.campoComErro{background-color:#FFDAD9;}
	

/****** MSGS *********/
#mensagens P{display:none;}

	
#sucesso{
	font-weight:bold;
	color:#0C0;}
#erro, #campoVazio{
	font-weight:bold;
	color:#C00;}
	
	
/******* TAMANHOS *********/
FIELDSET #nome{width:98%;}
FIELDSET #email{
	width:98%;
	text-transform:lowercase;}
FIELDSET #texto{
	width:98%;
	height:8em;}
