﻿.FormPanel
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    background-color: #ffffaa;
    border: solid 1px #cc0000;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-top: 20px;
    font-family: Arial, Sans-Serif;
    overflow: hidden;
    min-height: 60px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.FormHotelHeader 
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.FormCreditCard 
{
    background-color: #ffcc66;
}

.FormDirect input 
{
    cursor: pointer;
}

.FormDirect label
{
    font-size: 16px;
    font-weight: bold;   
    cursor: pointer;
}

.FormDirectLabel 
{
	display: none;
}

.FormDirect label small 
{
    font-size: 11px;
    font-weight: normal;
}

.FormDirectSection 
{
    float: left;
    width: 220px;
    padding-right: 50px;
    margin-top: 20px;
}

.FormSectionLeft
{
    width: 150px;
    float: left;
    height: 100%;
    min-height: 100%;
    padding: 10px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

.FormSectionRight
{
    width: 560px;
    margin-left: 180px;
}

.FormRoomsCalendar 
{
    float: left;
    padding: 0px;
    margin-right: 20px;
    font-size: 12px;
    font-weight: bold;
}

.FormRoomNights 
{
	padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
}

.FormName 
{
    width: 220px;
    float: left;
}

.FormName input 
{
    width: 180px;
    height: 24px;
    font-size: 20px;
}

.FormPanel span
{
    font-size: 12px;
    font-weight: bold;
}

.FormTitle 
{
    width: 100px;
    float: left;
}

.FormTitle select 
{
    height: 30px;
    font-size: 20px; 
}

.FormAddress 
{
    margin-top: 20px;
    width: 240px;
    float: left;
}

.FormAddress input, .FormAddress select
{
    margin-top: 12px;
    width: 150px;
}

.FormAddressTable tr 
{
	max-height: 30px;
}

.FormAddressLabelCell 
{
	min-width: 70px;
}

.FormAddressInputCell 
{
	min-width: 180px;
}

.FormCountryList 
{
    width: 184px;
}

.FormEmail
{
    margin-top: 20px;
    width: 240px;
    float: left;
    margin-left: 40px;
}

.FormEmail input 
{   
    width: 220px;
    height: 20px;
    font-size: 13px;
    font-weight: bold
}

.FormTransferInput
{   
    height: 28px;
}

.FormTransferTo 
{
	padding-right: 30px;
}

.FormTransferFrom input, .FormTransferTo input, .FormTransferFrom select, .FormTransferTo select
{
    float: right;
    width: 120px;
}

.FormTransferToHeader, .FormTransferFromHeader 
{
    margin-bottom: 10px;
}

.FormTransferToHeader select, .FormTransferFromHeader select
{
    font-size: 18px;
}

.FormTransfer fieldset 
{
	border: solid 1px #cc0000;
	width: 550px;
	line-height: 26px;
	margin-left: 30px;
}

.FormTransfer fieldset legend
{
	font-weight: bold;
}

.FormCreditCardLeft 
{
    width: 140px;
    float: left;
}

.FormCreditCardRight
{
    width: 360px;
    float: right;
}

.FormCreditCardNumber 
{
    width: 340px;
    height: 30px;
    font-size: 24px;
}

label.FormCreditCardOwner
{
	font-size: 12px;
	font-weight: bold;
	display: block;
}

input.FormCreditCardOwner 
{
	width: 300px;
}

.FormSpecial textarea 
{
    width: 400px;
    height: 100px;
    font-family: Arial, Sans-Serif;
}

.Captcha 
{
    padding: 10px;
    border: solid 1px #aaaaaa;
    margin-left: 20px;
}

.FormCaptchaText
{
    margin-left: 20px;
}

.BookButton
{
    float: right;
    margin: 20px;
    background-image: url("../Images/book_button.png");
    background-repeat: no-repeat;
    background-position: top;
    display: none;
}

.BookButton:hover
{
    background-position: bottom;
}

.FormRoomsTable 
{
    width: 540px;
    margin-top: 12px;
	border: solid 1px #901d1c;
}

.FormRoomsTable hr 
{
	border-width: 1px;
	border-color: #901d1c;
}

.RoomCount 
{
	width: 2em;
}

.FormRoomsTable td, .FormRoomsTable th
{
    text-align: left;
    padding: 2px;
	font-size: 12px;
}

.FormRoomsTable th
{
	font-size: 12px;
	background-color: #901d1c;
	margin-bottom: 3px;
	color: #ffffff;
}

.FormRoomsTableTotal 
{
    width: 500px;
    text-align: right;
    font-size: 24px;
}

.FormButtons 
{
    padding-top: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.FormTransferTotalPriceFree 
{
	visibility: hidden;
}

.FormTransfer hr 
{
	border: none;
    border-bottom: solid 1px #cc0000;
}

.RoomDayTableOpener, .RoomDayTableCloser
{
	font-weight: bold;
	font-size: 11px;
	color: #901d1c !important;
}

.RoomDayTable 
{
	border: solid 1px #901d1c;
}

.RoomDayTable td, .RoomDayTable th
{
	width: 200px;
	font-size: 10px;
}

.RoomDayTable tr.Even
{
    background-color: #ffffff;
}

.RoomDayTable th 
{
	background-color: #901d1c;
	margin-bottom: 3px;
	color: #ffffff;
}

.HotelName 
{
	margin-bottom: -30px;
}

.FormSummaryTable 
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.FormSummaryTable caption 
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

.FormSummaryTable th
{
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}

.FormSummaryTable td 
{
	text-align: right;
	font-size: 12px;
}

.Comodo, .Chauffeur
{
	display: block;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	width: 120px;
}

.FormAgreeConditions 
{
	clear: both;
	float: left;
	padding: 4px;
	font-size: 12px;
}

.FormAgreeConditions a
{
	font-size: 12px;
}

.FormAgreeConditionsWarning 
{
	color: #cc0000;
}

.FormCaptchaText 
{
	float: right;
	width: 200px;
}

.FormValidators 
{
	list-style-type: none;
}

.FormValidators li
{
	margin-top: 4px;
	position: relative;
	left: -36px;
}

.FormValidators li span
{
	font-weight: bold;
}

.lblTransferFromAirportFree 
{
	color: #cc0000;
}

.CheckboxAgreeWarning 
{
	color: Red;
}

.FormTransferText 
{
	margin-left: 30px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}

.FormTransferFreeText 
{
	color: #006000;
}

.FormMethodDisabled 
{
	color: #666666;
}