/*CSS Booking Form*/
#idForm{margin:0px;padding:0px;}
#idForm h1{float:left;padding-left:10px;font-family:Georgia, "Times New Roman", Times, serif;font-size:2.5em;line-height:2.0em;color:#FFF;font-weight:normal;width:180px;}
#idForm .campo{float:left;color:#FFF;padding:8px 0 0 0;}
#idForm .namehotel{width:130px;font-family:Georgia, "Times New Roman", Times, serif;margin:0 5px 0 0;}
#idForm #date-pick {width: 130px;height:17px;text-indent:5px;word-spacing: 10px;color:#000;text-align:left;font-size: 1.0em;border:none;background: url(../images/calendar.gif) no-repeat scroll left center;}
#idForm .nights{padding:9px 0 0 0;width:90px;}
#idForm .adults{padding:9px 0 0 0;width:90px;}
#idForm .children{padding:9px 0 0 0;width:90px;}
#idForm .otpioncancel{padding:20px 0 0 0;font-family:Georgia, "Times New Roman", Times, serif;font-size:1.1em;line-height:1.1em;color:#ebe8d4;float:left;width:110px;}
#idForm .book .button_book{width:110px;line-height:27px;height:27px;background:url(../images/book_booking.gif) no-repeat;border:none;color:#ad0000;cursor:pointer;font-family:Georgia, "Times New Roman", Times, serif;font-size:19px;margin:10px 0 0 0;}
#idForm .otpioncancel a{color:#ebe8d4;}
#idForm .otpioncancel a:hover{color:#300902;text-decoration:underline;}