.maintabs {
	font-weight: normal;
}
.maintabs li, .subtabs li {
	border: 0;
}
.maintabs li a:hover, .subtabs li a:hover {
	background-color: transparent;
}
#searchengine input, select, textarea {
	font: 12px arial, sans-serif;
}
.maintabs li a.blank {
	background: #fff;
	color: #0f6099;
}
#searchengine img {
	vertical-align: bottom;
}
/* *** */


#wrapper-inner {
	width: 305px;
	padding: 0 9px 0px 9px;
	margin: 12px 0px 0px 0px;
}

.maintabs {
	margin-right: 10px;
}
.maintabs li a {
	margin: 0;
	display: block;
	padding: 4px 8px 3px 8px;
	text-decoration: underline;
	color: #0f6099;
	background: #fff url("images/separator_blue.gif") 0 9px no-repeat;
}
.maintabs li a.last {
	background: #fff;
}
.maintabs li a.active {
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	color: #0f6099;
	background: #f1f1f1 url("images/tab_corner_left.gif") top left no-repeat;
/*
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
*/
}
.maintabs li a.active div {
	padding: 4px 12px 3px 12px;
	background: transparent url("images/tab_corner_right.gif") top right no-repeat;
}

.subtabs_spacer {
	height: 16px;
}
.subtabs {
	margin: 0 10px 0 0;
	border: 1px transparent solid;
}
.subtabs li a {
	margin: 0 0 0 18px;
	display: block;
	height: 15px;
	padding: 0 18px 0 0;
	text-decoration: underline;
	color: #1480cc;
	background: transparent url("images/radio_unchecked.png") center right no-repeat;
}
.subtabs li a.active {
	text-decoration: none;
	font-weight: bold;
	color: #1480cc;
	background: transparent url("images/radio_checked.png") center right no-repeat;
}

.tab {
	position: relative;
	width: 280px;
	 height: auto;
	min-height: 375px;
	padding: 5px 13px 15px 12px;
	background: #f1f1f1 url("images/bg_search.jpg") bottom no-repeat;
}

.top-corners {
    clear: both;
    width: 305px;
    height: 5px;
    background-image: url("images/top-search.gif"); 
	background-position: top; 
	background-repeat: no-repeat;
	}

.Hform {
	width: 280px;
	margin-top: 10px;
}
.Hform .row {
	margin: 0;
	padding: 0;
	height: 46px;
	text-align: right;
}
.Hform .row-numbox {
	margin-top: 5px;
	margin-bottom: 14px;
}
.Hform .row label {
	color: #0f60c7;
	font-weight: bold;
}
.Hform .row select {
	width: 100%;
}
.Hform .row .col {
	width: 131px;
}
.Hform .row .col-right {
	float: right;
}
.Hform .row .col-left {
	float: left;
}
.Hform .row .more_destinations {
	float: left;
	text-decoration: underline;
	font-size: 95%;
	color: #35a7df;
}
.Hform .row .search_date {
	width: 94px;
}
.Hform .num_box {
	width: 60px;
}
.Hform .num_box select {
	display: block;
	margin: 0;
	padding: 0;
}
.Hform .num_box .age {
	font-size: 85%;
	color: #0f60c7;
}

.search_button {
	position: absolute;
	bottom: 15px;
	left: 12px;
	margin-top: 8px;
	background: transparent url("images/search_button.gif") no-repeat;
	border: 0;
	width: 80px;
	height: 30px;
	font-size: 0;
}

.empty_spacer {
	margin: 0px 0 10px 0;
	padding: 0 2px;
	height: 25px;
}
.dom_type, .sched_type {
	margin: 0px 0 10px 0;
	padding: 0 2px;
	height: 25px;
	background: #d8d8d8;
}
.dom_type span, .sched_type span {
	line-height: 25px;
	padding: 0 24px;
	float: right;
	display: block;
	background: url("images/separator_black.gif") center left no-repeat;
	text-decoration: underline;
	cursor: pointer;
}
.dom_type span.last, .sched_type span.last {
	background: transparent;
}
.dom_type span.active, .sched_type span.active {
	color: #000;
	text-decoration: none;
}

#searchengine img.datepick-trigger {
margin:0px;
vertical-align:middle;
}