.desc_form_obligatorio, .desc_form_no_obligatorio, .desc_form { font-size: 15px; padding:0 0 0 16px; background:url("../img/obligatorio.png") no-repeat  0 2px; }
.desc_form_no_obligatorio { background: none; }
.desc_form_1 { font-size:1em; color:#344854; }

.error_contacto { padding: 0 0 0 35px; margin: 0 0 20px 0; background: #FFB3BE url("../img/warning.png") no-repeat 5px 7px; border: solid 1px #c00; line-height: 40px; color: #c00; font-weight: bold; width: 400px; height: 40px; }
.error_contacto img { margin: 10px 0 0 10px; }
span.hint {
	background:/*#d7d7d7*/ url("../img/bg-span-hint-gray.png") no-repeat top left;
	height:20px;
	color:#444;
        font-size: 1em;
	/*border:1px solid #888;*/
	padding:12px 5px 5px 40px;
	width:200px;
	position:absolute;
	margin: -5px -5px 0 0;
	display:none;
	border-radius: 0 5px 5px 0; 
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0 ;
}

.welldone span.hint {
	background:transparent /*url("../img/bg-span-hint-welldone.png") no-repeat  top left*/;
	height:40px;
	margin: -3px 220px 0 0;
	color:#000;
	border: none;
}

.kindagood span.hint {
	background:#ffffcc url("../img/bg-span-hint-kindagood.jpg") no-repeat top left;
	height:40px;
	margin: 0 -5px 0 0;
	border: none;
}

.welldone {
	background:transparent url("../img/bg-fieldset-welldone.png") no-repeat top left;
	height:40px;
	color:#444;
	margin-left:8px;
	margin-top:8px;
	position:absolute;
	width: 50px;
	display:none;;
}

.bad {
		background:transparent url("../img/warning.png") no-repeat top left;
	height:40px;
	color:#444;
	margin-left:10px;
	position:absolute;
	width: 50px;
	display:none;
}

.caution {
	background:transparent url("../img/caution.png") no-repeat 220px 15px;
	height:40px;
	border: none;
}

.kindagood {
	background:transparent url("../img/bg-fieldset-kindagood.png") no-repeat 250px 0px;
	height:40px;
	margin: 0 -5px 0 0;
	border: none;
}

/*form*/

div.buttonSubmit {
	position: relative;
}

div.buttonSubmit input,div.buttonSubmit span {
	height: 36px;
	position: relative;
	background-image: url("../img/button_submit.png");
	background-repeat: no-repeat;
	background-position: 0 0px;
	float: left;
	color: #672E04;
	font-weight: bold;
	padding: 0px 15px 2px 15px;
	margin: 20px 0px 20px 0px;
	border: 0px;
	cursor: pointer;
	z-index: 5;
}



div.buttonSubmit input {
	width: auto;
}

div.buttonSubmit span {
	
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: 0 -30px;
	padding: 0px 0px 0px 0px;
	z-index: 10;
}

body.safari div.buttonSubmit span {
	display: none
}

div.buttonSubmitHover input {
	background-position: 0 -73px;
        color: #fff;
}

div.buttonSubmitHover span {
	background-position: 0 -108px;
}


label.error {
	/*display: block;*/
	color: red;
	font-style: italic;
	font-weight: normal;
}

input.error {
	border: 1px solid red;
}
textarea.error {
	border: 1px solid red;
}
select.error {
	border: 1px solid red;
}
.textbox {
	background-color:#fff;
	color: #555;
	padding:2px 3px 2px 3px;
	border:1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius-bottomleft: 5px;  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.textbox:focus, .textbox:hover {
	background-color:#f5f5f5;
}

form table td {
	padding: 5px;
}

form table input {
	width: 200px;
	padding: 3px;
	margin: 0px;
}

textarea.textbox {
	width: 300px;
        font-size: 15px;
         font-family: 'Abel', sans-serif;
}

input.textbox {
	height: 25px;
	width: 200px;
	font-size: 15px;
	 font-family: 'Abel', sans-serif;
}


select {
	height: 35px;
	width: 200px;
	font-size: 1.2em;
}

input[type="checkbox"] { width:20px; height:15px;  }

td.label {
	width: 90px;
	padding: 5px 5px 5px 0;
}

tr.required td.label {
	font-weight: bold;
	background: url("/../img/forms/backRequiredGray.png") no-repeat right center;
}

td.field input.error, td.field select.error, tr.errorRow td.field input,tr.errorRow td.field select, td.field textarea.error, select {
	border: 1px solid #c00;
	background-color: #f5f5f5;
	margin: 0px;
	color: red;
}

tr td.field div.formError {
	display: none;
	color: #FF0000;
}

tr.errorRow td.field div.formError {
	display: block;
	font-weight: normal;
}

div.error {
	font-size:.9em;
	padding:5px 0 0 0;
	color: #c93900;
	text-align:left;
}

div.error a {
	color: #336699;
	font-size: .7em;
	text-decoration: underline
}
