#hotel-form {
	background: #9EC826 url(/it/modules/mod_sl_estimate/images/reku_fading.png) 0 70%;
 	height: 120px;
 	padding-top: 0px;
 
}
#hotel-form select {
	width: auto;
	margin-bottom: 0px;
	background-color: white;
	padding: 3px;
	color: #1B3F80;
	border: 1px solid #D0D0D0;
}

#hotel-form select[name="cb_sd"],
#hotel-form select[name="pval"], 
#hotel-form select[name="cb_ed"],
#hotel-form select[name="rval"] {
	width: 50px;
}


#hotel-form label {
	font-size: 12px;
}

#hotel-form table {
	margin: auto;
}

#hotel-form table td {
	padding: 5px;
	color: #FFF;
 	font-size: 12px;
 	font-weight: bold;
 	font-family: "Arial";

}

#hotel-form table tr:first-child > td:first-child {
	text-align: right;

}

#hotel-form table tr:first-child + tr > td:first-child + td + td {
	text-align: right;

}


#hotel-form input[type="button"],
#hotel-form input[type="submit"],
#hotel-form input[type="reset"],
#hotel-form button {
	width: 150px;
	height: 25px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	vertical-align: middle;	
	cursor: pointer;
	background-color: #FFFF00;
	border: 2px solid #FFFFFF;
	color: #5F9204;
}

#hotel-form input[type="button"]:hover,
#hotel-form input[type="submit"]:hover,
#hotel-form input[type="reset"]:hover,
#hotel-form button:hover {
	background-color: #5F9204;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}


