.reservations_search a, .reservations_search input, 
.reservations_search select{
	color: black;
	display: block;
	margin: 6px 0;
}
.reservations_search input{
	width: 188px;
} 
.reservations_search select{
	width: 100%;
}
.reservations_search h2{
	font-size: 12px;
}
.reservations_search p{
	color: white;
}

.reservations_search{
	background-color: #6faad6;
	color: white;
	width: 190px;
	padding: 10px;
	margin-left: 420px;
	text-align: center;
}
#smart{
	display: none;
	list-style: none;
	position: absolute;
	background-color: white;
	width: 220px;
	border: 1px solid #ccc;
	border-top: none;
	margin-top: -7px;
	padding: 0 4px;
	text-align: left;
}
#clearAll{
	display: none;
}
#smart.show{
	display: block;
}
#clearAll.show{
	display: inline;
}
.reservations_search p{
	clear: right;
}
.cals span,
.count span{
	float: left;
	width: 50%;
}
.cals span input, 
.count span select{
	display: inline;
	width: 70px;	
}

.reservations_search span img{
	margin-bottom: -3px;
}

#center_content{
	float: left;
	margin-left: 10px;
	width: 390px;
}

#center_content a, #center_content .title{
	font-weight: bold;
}

#center_content .title{
	margin-top: 30px;
}


#ctl00_ContentPlaceHolder1_PHGreservations1_btnRedirect{
	background-color: #e5eef5;
}
