#form_atm { float:left; width:380px; background:#EFEFEF; padding:10px;}
#error_type { float:left; width:380px;}
#data_atm { float:left; width:380px;}

/* Elementos del formulario */

#contents input, #contents textarea, #contents select { margin-top: 5px; border:none; }

#contents #error_type label { color: #00529B ; font-size:12px; font-weight:bold; display: block; float: left; margin: 0 0 10px; width: 90%; text-align: left; }
#contents label span { color: #ed1b2d;}

#contents #error_type label input {	float: left; width: 20px; margin: 3px 0 0; border: 0; background:none; }

#contents .duos { float:right; width:370px; margin:0 0 5px 0; padding:5px 5px 0; background: #e2e9ed;}
#contents #error_type label.duo { color: #3485CD ; display: block; float: right; margin: 0 0 10px; width: 360px; text-align: left; font-weight: bold; font-size:11px; }

#contents #data_atm label { float:left; width:auto; margin: 10px 0 0; padding:0; font-size:12px;}
#contents #data_atm label textarea { overflow: auto; float: left; clear:left; width: 368px; height: 150px; padding: 3px; margin: 5px 0 10px; display: inline;  border: 1px solid #e2e9ed; background:#fff;}
/* Botones */

input#send {
	background: #00529b;
	color:#fff;
	font-weight: bold;
	float:right;
	width: 60px;
	height: 21px;
	padding: 0 0 3px 0;
	margin: 10px 0 0 5px;
	font-size: 11px;
	text-align:center;
	display:block;
	cursor:pointer;
	}
input#send:hover {
	background: #ffb916;
	color:#fff;
	}
.image_error { float:left; width:292px; margin:0 0 0 20px; padding:0; display:inline;}
