form { margin-top:-10px; padding-bottom:10px; border: none; background: transparent; position: relative; }

.contacto a { color: #333; text-decoration: underline; }
.contacto a:hover { color: #111; text-decoration: none; }

legend { display:none; }
#innerform { padding: 15px 10px 20px 30px; }
label {
	font: bold 0.8em "Helvetica Neue", helvetica, arial, verdana, sans-serif;
	color: #FFF;
	text-transform: none;
	display:block;
	padding-right: 10px;
	width: 75px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}
div.row { padding-top: 10px; }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  width: 335px;
  text-align: left;
}
	
input, textarea, .options {
	font: .8em "Lucida Sans", helvetica, arial, verdana, sans-serif;
	padding: 0.2em;
	border: solid 1px #dadada;
}
input:hover, textarea:hover { background-color: #f1f1f1; }
input:focus, textarea:focus { background-color: #f8ffda; border: solid 1px #999; }

.options input {
	float: none;
	padding-left: 0;
}
div.buttons {
	clear: both;
	width: 300px;
	padding-top: 20px;
	margin-left: 100px;
}

.options label {
	font: .8em "lucida sans", verdana, sans-serif;
	color: #000;
	text-transform: none;
}

input[type="submit"] {
	background: url(../img/bg-send.jpg) repeat-x center;
	border: 1px solid #dadada;
	color: #333;
	padding: 5px 25px;
	font-weight: bold;
}
input[type="submit"]:hover { background-position: center top; }

input[type="reset"] {
	border: 1px solid #660000;
	color: #ddd;
	background-color: #660000;
	padding: 5px;
	margin-left: 5px;
	display: none;
}
input[type="reset"]:hover { background-color: #990000; }

.clearthis { clear: both; }

/* TEXT */

p.message {
	font: normal 1.2em "lucida sans", verdana, sans-serif;
	color: #000000;
	background: #CCCCCC;
	display: block;
	padding: 10px;
	width: 90%;
}
p.explanation {
	font-size: 10px;
	font-weight: normal;
	color: #003300;
}

select {
	font: .9em "lucida sans", verdana, sans-serif;
}

span.highlight { background-color: #fbffc1; }
span.highlight2 { background-color: #d1ffc1; }
var { color: #b00000; }

codeblock {
	border: 1px solid #DADADA;
}

/* ERRORS */

.none {
	display: block;
	position: relative;
	color: #333;
	font-size: 0.8em;
	margin: 0 0 1em;
	padding: 0.5em 0.5em 0.5em 25px;
	background-color: #f1f1f1;
	border-bottom: 1px dotted #999;
}

.NOTOK {
	display: block;
	font-size: 0.8em; 
	position: absolute;
	left: 0px; top: -40px;
	color: #222;
	margin: 0 0 1em;
	padding: 0.5em;
	background-color: #ffdfdf;
	border-bottom: 1px dotted #de9292;
	text-align: center;
}

.OK {
	display: block;
	font-size: 0.8em; 
	position: relative;
	color: #003300;
	margin: 0 0 1em;
	padding: 0.5em;
	border-bottom: 1px dotted #de9292;
	background-color: #CCFFAA;
	text-align: center;
}

.errorMessage {
	width: 500px;
	height: 50px;
	font-size: 0.9em;
	font-family: "Lucida Sans", Georgia, sans-serif;
	position: absolute;
	left: 13px; top: -55px;
	color: red;
	padding-top: 10px;
	background-color: #222;
	background: url(../img/bubble.gif) no-repeat left top;
	text-align: center;
}.errorMessage strong { color: red; }

.focus { background-color: #fefbc8; }

.error { background: #FF9999; }

.warning { background: url(../img/marks.gif) no-repeat left 0px; }

.checkmark { background: url(../img/marks.gif) no-repeat left -40px; }

.question {	background: none; }

.highlight { background: url(../img/marks.gif) no-repeat left -60px; }