form table
{
	margin: auto;
}
.response 
{
	font-weight:bold; 
	text-align:center; 
	padding:5px;
	margin: 5px 30px;
}
.error
{
	border: 1px solid #FF0000;
	color:#FF0000; 
}
label.error, label.success
{
	padding:2px 0px 3px 15px;
	border: none;
	display: block;
	width: 170px;
	position: absolute;
}
.fieldSet
{
	background: #ebebeb;
	margin: 5px 0px;
}
.fieldSet .legend
{
	width: 180px;
	vertical-align: top;
	color: #686868;
	font-weight:bold;
	padding: 5px;
	font-size: 14px;
}
label.error
{
	font-weight: bold; 
	color: #FF0000; 
	background: url(../imagens/unchecked.gif) left center no-repeat;
}
label.success
{
	font-weight: normal;
	color: #009933; 
	background: url(../imagens/checked.gif) left center no-repeat;
}
input.error, textarea.error, select.error
{
	color: #666666;
}
.sucess
{
	border: 1px solid #009933; 
	color:#009933; 
}
.groupField
{
	display:block;
	clear: both;
	position: relative;
}
.groupCheck
{
	display:table;
	float: left;
}
.field, .label, #btnEnviar, .field-check
{
	padding: 3px;
	margin: 5px 5px 5px 0px;
	float: left;
	color: #686868;
}
.field 
{
	border: 1px solid #CBD0D1;
	background: #FFFFFF;
}
.field-imenso
{
	width: 320px;
}
.field-grande
{
	width: 230px;
}
.field-medio
{
	width: 200px;
}
.field-pequeno
{
	width: 160px;
}
.field-mini
{
	width: 70px;
}
.field-micro
{
	width: 35px;
}
.label
{
	display:block;
}
.label-mini
{
	width: 40px;
}
.label-pequena
{
	width:80px;
}
.label-media
{
	width: 100px;
}
.label-grande
{
	width: 120px;
}

