#formulario_contacto {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#cuadro_formulario {
	overflow: hidden;
	position: relative;
	height: 234px;
	width: 322px;
	top: 62px;
	left: 39px;
}
#formulario_contacto input {
	background-color: #222222;
	border: 1px solid #191919;
	position: relative;
	width: 226px;
	left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d0d0d0;
	font-size: 10px;
	padding:4px;
	margin-bottom:3px;
}

.letras_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	position: absolute;
	text-align: left;
	color: #929292;
}
#formulario_contacto textarea {
	background-color: #222222;
	border: 1px solid #191919;
	position: relative;
	height: 126px;
	width: 226px;
	left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d0d0d0;
	font-size: 10px;
	overflow: hidden;
	padding:4px;
	margin:0;
}
.titulo_input {
	font-size: 10px;
	color: #ccffcc;
	position: absolute;
	width: 59px;
	text-align: right;
}
#dir_postal {
	position: absolute;
	left: 39px;
	top: 325px;
	}
#booking {
	position: absolute;
	left: 339px;
	top: 325px;
	}
#dir_postal h1,#booking h1{
	font-size: 13px;
	margin-bottom:6px;
	color:#ccffcc;
}
#dir_postal p,#booking p{
	font-size: 10px;
}