@CHARSET "UTF-8";

/************************************/ 
/* custom styles except main layout */
/************************************/

/***** form layout *****/
form {
	background-color: #8d896c;
	font-size: 11px;
	width: 815px;
	height: 490px;
	text-align: center;
	letter-spacing: 0.12em;
}

textarea,
select,
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
}

form td {
	color: white;
}

form td.f_title{
	font-size: 16px;
	font-weight: bold;
}

form td.f_subtitle {
	color: black;
	font-weight: bold;
}

form table tr {
	vertical-align: top;
}

#form_tbl {
	width: 678px;
	margin: 50px 69px 0 68px;
	margin-top: 50px;
	text-align: left;
}

form a:visited,
form a:hover,
form a {
	text-decoration:underline;
	color: #ffffff;
}

#personal_data {
	width: 250px;
}

#personal_data td {

}

.p_html {
	text-align: right;
}

.firstname, .surname, .address, .country, .phone, .email {
	width: 150px;
}

.comments {
	width: 100%;
}

.asterisk {
	color: #ff6600;
}

.error_highlight {
	color: orange;
}

.btn_reservar {
	text-align:right;
	vertical-align:middle;
	background-image:url(../images/puntitos_tarifas.jpg);
	height:46px;
}

.btn_reservar input {
	margin-right: 20px;
}