.hotelsearch{
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	height:350px;
	background-position: left bottom;
	}
.hotelsearch form{
	width:315px;
	margin-left:100px;
	background-color: #FC0;
	height:320px;


	}
.searchtitle{
	color:#333;
	font-size:16px;
	font-weight:bold;
	background-image: url(img/building.png);
	background-repeat: no-repeat;
    padding-left:20px;
    margin-top:12px;
	text-transform: uppercase;
	}
.searchcitybar{
	width:250px;
	padding:2px;
	}
.searchcitybars{
	width:258px;
	padding:2px;
	}
.dateform{
	width:100px;
	}
	
.calendar{
	overflow:hidden;
	}
.halfform{
	padding:2px;
	width:126px;
	}
.dateselect{
	background-image: url(img/calendar-icon.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	padding:2px;
	width:120px;	
	}	
.formcenter{
	width:260px;
	margin: 0px auto;

	}	
.formtitle{
	color:#333;
	font-size:11px;
	}