@charset "utf-8";
/* CSS Document */

#searchbox {display:none;-moz-user-select:none;}
.searchbox {font:12px Arial, Helvetica, sans-serif;width:500px;background-position:0px 20px;}
.searchbox ul {list-style:none;margin:0px;padding:0px;height:20px;}
.searchbox ul li {cursor:pointer;background:#e2e2e2;list-style:none;float:left;padding:8px;border-left:1px solid #ccc;border:1px solid #ccc;border-top:1px solid #ccc;font-weight:bold;margin-right:2px;-moz-border-radius:.5em .5em 0em 0em;}
.searchbox ul li.active {background:#fff;border-bottom:1px solid #fff;}
.searchbox ul li a {color:#444;}
.searchbox .searchbox-content {background:#eee url('../images/bg-searchbox2.png') repeat-x; border:1px solid #ccc;-moz-border-radius:0em .5em .5em .5em;margin-top:12px;}
.searchbox .searchbox-content .tab-content {margin:5px;}
.searchbox .searchbox-content .tab-content form {display:block;min-height:85px;margin:0px;padding:0px;}
.searchbox .searchbox-content .tab-content input[type=text] {padding:4px;width:77%;}
.searchbox .searchbox-content .tab-content input[type=button] {background:url('../images/search-button.png') no-repeat;width:64px;height:27px;border:0px;color:#fff;font-weight:bold;cursor:pointer;}
.searchbox .searchbox-content .tab-content input[type=submit] {background:url('../images/search-button.png') no-repeat;width:64px;height:27px;border:0px;color:#fff;font-weight:bold;cursor:pointer;}
.searchbox .helper-text {color:#888;}
.searchbox hr {border:0px;background:#ccc;height:2px;color:#ddd;border-bottom:1px solid #fff;}
.searchbox .error {font-size:.9em;font-weight:bold;background:url('../images/error-left.png') no-repeat;margin:2px 0px 2px 0px;color:#444;padding-left:22px;}
.searchbox .error div {display:block;padding:5px;background:url('../images/error-right.png') no-repeat;background-position:top right;}
.searchbox .error div p {margin:7px 0px 0px -20px;}
.searchbox table {font-size:.9em;}
.hide {display:none;}
a {color:#990000;}
.searchbox select {padding:4px;}
.searchbox select option {padding:3px;}
.searchbox select option.grey-option {color:#888;}