@charset "utf-8";
/* CSS Document */
#reservationRequestFrameContainer {
	width:953px;
	margin-left:5px;
	background-color:#1B2854;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	font-variant:small-caps;
	color: white;
	text-align:left;
}
* html #reservationRequestFrameContainer {margin-left:0px}
#reservationRequestFrameHead {
	width:860px;
	height:25px;
	background-image:url(../images/ReservationRequestFrameHead.png)
}
#reservationRequestFrameFoot {
	width:860px;
	height:25px;
	background-image:url(../images/ReservationRequestFrameFoot.png)
}
#reservationRequestFrameBg {
	width:860px;
	height:475px;
	background-image:url(../images/ReservationRequestFrameBg.png);
	text-align:left;
}
.reservationRequestFormColContainerLeft, .reservationRequestFormColContainerRight { float:left; }
.reservationRequestFormColContainerLeft { width:450px; }
.reservationRequestFormColContainerRight { width:370px; }
.reservationRequestFormColLeft, .reservationRequestFormColRight {
	float:left;
	margin-top:30px;
}
.reservationRequestFormColLeft {
	width:150px;
	padding-left:20px;
}
.reservationRequestFormCol {
	padding-left:20px;
	margin-top:30px;
}
#reservationRequestFrameContainer form { margin:0px; }
#reservationRequestFrameContainer img { margin-bottom:-4px; }
#reservationRequestFrameContainer input { height:18px; }
#reservationRequestFrameContainer textarea { width:418px; }
#reservationRequestFrameContainer input, #reservationRequestFrameContainer textarea{ border:0 }
.reservationRequestFormBtn input{
	background-color:#525673;
	background-image:url(../images/ReservationRequestFormBtnBg.png);
	background-repeat:repeat-x;
	color:white;
	font-weight:bold;
	font-size:10px
}
.imgInputBtn{margin-bottom:-3px;}
.spacer { clear:both }
@media screen and (-webkit-min-device-pixel-ratio:0){
	#reservationRequestFrameContainer input{margin:0px;}
	#reservationRequestFrameContainer img { margin-bottom:-5px; }
	#reservationRequestFrameContainer textarea {margin:0px;}
	.reservationRequestFormBtn img {margin-bottom:-6px !important;}
}