/**************************************************
*** DATE PICKER **********************************/
.selectContainer {
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
	}
.iconBorder {
	border-top: 1px solid #575757;
	border-right: 1px solid #575757;
	border-bottom: 1px solid #575757;
	margin: 0px 0px 0px 0px;
	float: left;
	}
input.NightsGuest {
	background: url(bg_InputBG.jpg) repeat-x;
	border: 1px solid #575757;
	width: 20px;
	height: 16px;
	font: 8pt arial;
	color: #222222;
	text-align: center;
	letter-spacing: 0px;
	float: left;
	}
input.CalendarEntry {
	background: url(bg_InputBG.jpg) repeat-x;
	border: 1px solid #575757;
	width: 65px;
	height: 16px;
	font: 8pt arial;
	color: #222222;
	text-align: center;
	letter-spacing: 0px;
	float: left;
	}
#calendarContainer {
	text-align: left;
	width: 80px;
	float: right;
	}
#nightsGuestsContainer {
	text-align: left;
	width: 43px;
	float: right;
	}
#checkRatesContainer {
	text-align: left;
	width: 91px;
	float: right;
	}
#selectNights {
 	display: none;
 	left: 137px;
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 28px;
 	position: relative;
	font: 8pt arial;
 	color: #000000;
	float: left;
	}
#menu_30px {z-index: 100; left: 0px; width: 19px; position: absolute; top: 0px; border: 1px solid #575757; padding:3px; background: #282828;}
#menu_30px dl {padding: 0px; float: left; margin: 0px; width: 19px}
#menu_30px dt {padding: 0px; margin: 0px; font-weight: bold; background: #f0f0f0; cursor: pointer; text-align: center;}
#menu_30px dd {padding: 0px; margin: 0px;}
#menu_30px ul {padding: 0px; margin: 0px; list-style-type: none}
#menu_30px li {font-size: 10px; background: #f0f0f0; text-align: center; list-style-type: none; line-height: 15px;}
#menu_30px li a {border-right: 0px; border-top: 0px; display: block; border-left: 0px; color: #000000; border-bottom: 0px; height: 100%; text-decoration: none; padding: 0px; margin: 0px;}
#menu_30px dt a {border-right: 0px; border-top: 0px; display: block; border-left: 0px; color: #000000; border-bottom: 0px; height: 100%; text-decoration: none}