/* $Workfile: searchform.css $ */
/* $Revision: 2 $ */

#isu
{
    border-left: 1px solid #0067B3;
    border-right: 1px solid #0067B3;
    border-bottom: 1px solid #0067B3;
}

#columnsearch {
	width: 254px;
	height: 530px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 1px;
	vertical-align: top;
}


#searchform {
	padding: 4px 5px 5px 5px;
	clear: both;
	color: #005391;
	font-size: 10pt;
	font-weight: bold;
	height: 250px;
}

#searchandbook
{
     background-image: url(../images/isu_header.gif);
      background-repeat:no-repeat;
    padding-top: 37px;
}

#searchandbook p
{
    float: top;
    color: #FFFFFF;
    font-size: 0.7em;
    text-align: center;
}
.searchheading {
	margin: 0 0 5px 5px;
	clear: both;
}

#searchform label {
	font-size: 8pt;
	line-height: 13px;
	display: block;
}

#searchtypebox {
	margin: 0 0 5px 5px;
}

#searchform input.radio {
	width: 15px;
	height: 13px;
	float: left;
	clear: left;
	text-align: left;
	margin: 0 5px 0 0;
}

.selectbox {
	float: left;
	margin: 0 0 0px 0;
	border: 2px solid #FFFFFF;
}

#destinationdiv 
{
    padding-left: 5px;
	float: left;
	width: 118px;
}

#airportdiv
{
    padding-left: 5px;
	float: left;
	width: 110px;
}

#accommdiv
{
    padding-left: 5px;
	float: left;
}

#depdiv 
{
    padding-left: 5px;
	float: left;
	width: 149px;
}

#destinationbox 
{
    padding-left: 5px;
	width: 108px;
}

#airportbox {
	width: 108px;
}

#accommbox {
	width: 225px;
}

#daybox {
	width: 45px;
	float: left;
}

#monthbox {
	width: 75px;
	float: left;
}

#searchform select {
	font-size: 7pt;
	width: 100%;
}

#searchform select#depday {
	width: 40px;
}

#searchform select#depmonth {
	width: 70px;
}

.calendaricon {
	float: left;
	margin: 2px 0 0 0;
}

#passengers {
	clear: both;
}

#passengers label {
	float: left;
	font-size: 7.5pt;
	font-weight: bold;
}

#durationbox {
	width: 80px;
	float: left;
}

#adultbox {
	width: 50px;
	float: left;
}

#childbox {
	width: 92px;
	float: left;
}

#infantbox {
	width: 83px;
	float: left;
}

#searchform select#duration {
	width: 75px;
	clear: left;
}

#searchform select#adults {
	width: 40px;
	clear: left;
}

#searchform select#children {
	width: 40px;
	clear: left;
	margin: 0 0 0 17px;
}

#searchform select#infants {
	width: 40px;
	clear: left;
	margin: 0 0 0 17px;
}

#searchform #searchsubmitbox {
	clear: both;
	float: right;
}

.error {
	border: 2px solid #FF0000;
}
