div.field{
	/*overflow:auto;*/
	overflow:hidden;
	/*width:472px;*/
	width:100%;
	margin-bottom:10px;
	
}
div.field label{
	float:left;
	/*width:100px;*/
	width:20%;
	display:block;
	color:#697985;
	font-weight:bold;
	/*margin-bottom:10px;*/
}
div.field input, div.field select, div.field textarea{
	color:#697985;
	border:1px solid #E0E9EC;
	padding:1px 0px 1px 12px;
	/*margin-bottom:10px;*/
	/*width:358px;*/
	width:50%;
	float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
}

div.field input.button-small{
	border :0px;
	padding:0px;
	color:#13A188;
	float:right;
	margin-right:28%;
}

input.button-small{
	background:url(../images/bgSubmitSmall.png) no-repeat top left;
	border:0px;
	height:23px;
	width:64px !important;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#13A188;
	text-transform:uppercase;
}
div.form-destacado{
	border:1px solid #E0E9EC;
	border-left:0px;
	border-right:0px;
	padding:20px 15px;
	margin-left:-15px;	
	margin-bottom:55px;
	overflow:auto;
}
div.form-destacado form{
	width:335px;
	float:left;	
}
div.form-destacado div.user-new{
	float:right;	
	width:320px;
}
div.form-destacado div.field{
	width:350px;	
}
div.form-destacado div.field input{
	width:235px;
}


div.field input #mailformattachment{
	background:url(../images/bgSubmitSmall.png) no-repeat top left;
	border:0px;
	height:23px;
	width:64px !important;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#13A188;
	text-transform:uppercase;}