﻿#searchboxdecorator
{
	height:380px;
	background-image: url('../img/search_engine_background.jpg');  
	background-repeat: no-repeat;
	margin:0 2px;
	padding:1px;
	padding-left:130px;
}

div.warningmsg 
{
    margin-right:auto;
    margin-left:auto;
    width:80%;
}

#searchbox 
{
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	
	color: #1668B1;
	text-align:left;

	padding:0 0 10px 0;
	margin:0px;
}
#searchbox 
{
	font-size:16px;
	color:#000;
}

#startdatebox 
{
	margin-right:40px;
}
#searchplace, #enddatebox
{
	margin-bottom:10px;
}

#searchplace label,#startdatebox label,#enddatebox label
{
	display:block;
}
#startdatebox 
{
	float:left;
}
#startdate, #enddate
{
	width:93px;
}

#searchbox  legend 
{
	padding:0;
	margin:0;
}


#searchbox fieldset 
{
	border: solid 0;
	padding:0;
	margin:0;
}
.roomlistselector > legend 
{
	display:none;
}
.roomlistselector select 
{
    font-size:13px;
    letter-spacing:normal;
    padding:1px;
}   
#searchbox fieldset hr 
{
	border: solid 0px;
	border-top:solid 1px black;
	padding:0;
	margin: 5px;
}

/* This inserts the date icon inside the date box */
img.ui-datepicker-trigger 
{
	vertical-align:baseline;
	margin: 0px;
	position: relative; 
	left: -21px; 
	bottom: -3px; 
}

.adultselect 
{
	margin-right:20px;
}
.isroom legend 
{
	font-weight:bold;
	color: #1668b1;
}
/* Nice efect for the room selectors */
.roomselector 
{
	clear:both;
	margin-bottom:10px;
}
.isroom 
{
	width:220px;
	border:0;
}
.room1, .room3
{
	float:left;
	clear:both;
}
.room2, .room4
{
	float:right;
}

.roomsarea 
{
	background: white url('../img/blue.pixel.gif') scroll repeat-y top center;
}
.childage 
{
	float:left;
	margin-right:10px;
}

/* Search button */
#searchsubmit
{
	text-align:right;
	padding-right: 60px;
}
