.search_form{ margin-top:20px; position: relative; }
.search_form form{ margin: 0; padding: 0; }

#search_filter_button{ float:right;margin-top:-2px;margin-right:10px; position: relative; text-align: center; }
#toggle_search{ float: right; margin-top: 18px; position: relative; }
#toggle_search a{ outline: none; padding-right:15px; background: transparent url(/img/design/link_arrow_down.gif) no-repeat center right;}


.search_form .section{
	position: relative;
}

.search_form .section, .search_form .section1, .search_form .section3{
	border: 1px solid #E1E1E1;
	margin-top: -1px; 
	padding: 15px 10px;
}
.search_form .section1{ border-top: none; margin-top: 0px; }

.search_form #filter{
	color:#888888;
	text-align:right;
	padding-right: 10px;
}

#toggle_search_form{
	display: none;
}
		
.search_form select, .search_form input{
	vertical-align:middle;
	margin-right:9px;
	font-size:12px;
}

.search_form label
{
	margin: 0 6px 0 0;
}	
		




/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
		border-bottom: 1px #E1E1E1 solid;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 0px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 13px;
    background: url(/img/design/tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 0px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
  color:#000000;
	text-decoration: none;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0px;
    background-position: 100% -34px;
}
.ui-tabs-nav a span {
    padding-top: 0px;
	 	padding-right: 3px;   
    height: 32px;
    background-position: 0 0;
    line-height: 32px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0px;
    height: 32px;
    background-position: 0 -34px;
    line-height: 32px;
		font-weight:bold;
}

.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
  background: #F3F3F3; /* declare background color for container to avoid distorted fonts in IE while fading */
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}
#fill input#name {
border: 1px solid #888888;
font-size:12px;
color:#888888;
}
#fill img{
vertical-align:middle;
}

#fill input#name.text {
	width:170px;
	padding-right:20px;
    
}

#fill input#name.hightlight {
	border:2px solid #EA5E0D;
	background:url(/img/design/iconCaution.gif) no-repeat 2px;
	background-position:center right;
}

.loading{ display:none; }

