form { margin:0; padding:0; width: 100%;}
fieldset { margin:0; padding:0; border: none; }
legend { padding:0; }
input, textarea, select {font-size: 1em; font-family: Arial, Helvetica, sans-serif;}

form .imgPos {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/bg-input.gif) 0 0 no-repeat;
}
label {display: block;	margin: 0.5em 0 2em 0; }
input, textarea {
	width: 70%;
	padding-left: 7px;
	border: none;
	border-bottom: 1px solid #000;
	color: #888;
	background: url(../img/bg-label.gif) left center no-repeat;
}
textarea {
	background-position: 0 6px;
	overflow: auto;
	height: 10em;
}
form .nombre, form .telefono, form .mail, form .comentarios {
	width: 100px;
	height: 12px;
	margin-bottom: 5px;
}
form .mail {background-position: 0 -23px;}
form .telefono {background-position: 0 -46px;}
form .nombre {background-position: 0 -72px;}

form .rojo, form textarea .rojo{color: #FF0000;}

input.boton{ width:auto}
.boton {
	background: #eff0e5 url(../img/bg_boton.png) repeat-x bottom;
	border: 1px solid #b4b4b4;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #000000;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 10px 0 0;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	text-transform: uppercase;
}
.boton { padding: 4px 10px; }
.boton[type] { line-height: 16px; } /* para Safari */
.boton:hover {background-color: #f2f2f2;  border-color: #b4b4b4;  text-decoration:none;  color:#787878;}
.boton:active { background-color: #6299c5; border-color: #5382a8; color: #fff; text-shadow: 0 -1px rgba(0, 0, 0, .4);}
boton::-moz-focus-inner { border-color: transparent; } /* Removes dotted border line in Firefox */


p.error {
	color: red;
	margin:10px 0;
	background: #FFFCEB url(../img/error.gif) no-repeat 10px center;
	padding:10px 10px 10px 35px;
	border:1px solid #707070;
}
p.ok {
	color: #000;
	margin:10px 0;
	background: #FFFCEB url(../img/ok.gif) no-repeat  10px center;
	padding:10px 10px 10px 35px;
	border:1px solid #707070;
}
