@charset "UTF-8";
/* CSS Document */
body, div, h1, form, fieldset, input, textarea {
	margin: 0; padding: 0; border: 0; outline: none;
}

html {
	height: 100%;
}


#contact {
	background-image: url(../img/b9-contacto/formulario.png);
	background-repeat: no-repeat;
	float: right;
	width: 350px;
	height: 382px;
	padding-left: 95px;
	padding-top: 10px;
	margin-top: 50px;
	margin-right:30px;
}

h1 {
	font-size: 35px; color: #445668; text-transform: uppercase;
	text-align: center; margin: 0 0 35px 0; text-shadow: 0px 1px 0px #f2f2f2;
}

label {
	float: left; clear: left; margin: 11px 20px 0 0; width: 95px; margin-top:-5px;
	text-align: right; font-size: 14px; color: #000;
	/*text-transform: uppercase;*/ 
}

input {
	width: 330px; 
	height: 25px; 
	padding: 0px 10px 0px 10px; 
	margin: 0 0 23px 0; 
	background: #fff;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	font-family: sans-serif; font-size: 16px; color: #000; /*text-transform: uppercase;*/ 
}
	input::-webkit-input-placeholder  {
    	color: #FFCC00; 
	}
	input:-moz-placeholder {
	    color: #FFCC00; 
	}

textarea {
	width: 330px; height: 120px; padding: 0px 10px 0px 10px; margin: 0px 0 20px 0;
	background: #fff;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 16px; color: #000; /*text-transform: uppercase;*/
	resize:none;
}
	textarea::-webkit-input-placeholder  {
    	color: #a1b2c3; 
	}
	textarea:-moz-placeholder {
	    color: #a1b2c3; 
	}

input:focus, textarea:focus {
	background: #ccc;
	background: -moz-linear-gradient(top, #ccc 0%, #ccc 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(20%,#ccc)); /* webkit */
}

input[type=submit] {
	width: 85px;
	height: 20px;
	padding: 0px 0px;
	float:right;
	margin-right:170px;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: -moz-linear-gradient(top, #FF0 0%, #FF0 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0), color-stop(100%,#FF0)); /* webkit */
	cursor: pointer;
}

x:-o-prefocus, 
input {
	margin-left:-97px;
}

@media all\9 {
textarea {
	margin-left:-97px;
}	
/*
	input {
	padding: 0px 10px 0px 10px; margin: 0 0 3px 0;
	height: 24px; 
	}

	}*/
	
}