/* GENERAL */
input[type="text"], input[type="password"]{
	border: 0;
	margin: 0;
	padding: 5px;
	
	height: 20px;
	line-height: 20px;
	width: 280px;
	
	background-color: transparent;
	background-image: url('/img/contact/inputbox.png');
	background-repeat: no-repeat;
	background-position: center center;
}
textarea{
	border: 0;
	margin: 0;
	margin-right: 10px;
	padding: 5px;
	
	height: 127px;
	width: 442px;
	resize: none;
	
	background-color: transparent;
	background-image: url('/img/contact/bg_textarea.png');
	background-repeat: no-repeat;
	background-position: center center;
	
	box-sizing: border-box;
	/* HTML5 FIX */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
select{
	width: 280px;
}
/* CUERPO */
div#contacto div{
	float: left;
}
/* FORMULARIO */
div#contacto div#formulario{
	border: 0;
	margin: 0;
	padding: 0;
	min-height: 500px;
	width: 600px;
	
	/*
	background-image: url('/img/contact/bg_form.png');
	background-repeat: no-repeat;
	background-position: top left;
	*/
}
div#contacto div#formulario td{
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
}
/* DATOS */
div#contacto div#datos{
	width: 300px;
}
