

/* S E A R C H  B O X 
--------------------------------------*/

.sb_left{
	width:80px;
	height:22px;
	background-image:url(css/sb_field_left.gif);
	background-repeat:no-repeat;
}

.sb_right{
	width:80px;
	height:22px;
	background-image:url(css/sb_field_right.gif);
	background-repeat:no-repeat;
}

.sb_time{
	width:95px;
}

.sb_numsel{
	width:40px;
}

.sb_airline{
	width:145px;
}

.sb_from{
	width:150px;
	height:18px;
}
.sb_to{
	width:150px;
	height:18px;
}

.sb_out_date,.sb_ret_date {
	width:65px;
	padding-left:5px;
	padding-top:5px;
	margin-bottom:3px;
	height:14px;
}

.sb_submit{
    /*
    background-image: url(../gfx/sb_go_btn.gif);
    background-repeat:no-repeat;
    */
    width: 45px;
    height: 28px;
    border: 0px;
    cursor:pointer;
}

#sb_oneway_table {
	margin-left:10px;
	margin-top:10px;
	display:block;
	width:160px;
}

#sb_outnback_table {
	margin-left:10px;
	margin-top:10px;
	display:block;
	width:160px;
}

#sb_openjaw_table {
	margin-left:10px;
	margin-top:10px;
	display:block;
	width:160px;
}

.sb_search_field {
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	font-size:10px;
	padding:5px 3px 1px;
}

.sb_search_label {
	height:20px;
	vertical-align:bottom;
}
.sb_search_label label {
	padding-bottom:2px;
}

img.sb_search_cal {
	width:18px;
	height:19px;
	margin-left:3px;
	vertical-align:top;
	border:0px;
	margin-bottom:2px;
}

#sb_search_youth {
	margin-top:10px;
	width:100%;
}

.sb_search_headline {
	height:22px;
	font-weight:bold;
	vertical-align:bottom;
}