﻿.buttonSearch
{
	color: white;
	background-color: #222222;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	width: 50px;
}
.textbox_search {
color: #E48636;
text-align: left;
border: Solid 1px Silver;
height: 18px;
}
.droplist_search {
color: #E48636;
border: Solid 1px Silver;
height: 22px;
}
.btn94x25 {
background: url(/images/btn94x25.gif) no-repeat;
background-position: center center;
border: solid 0px white;
width: 94px;
padding: 5px 0 7px 0;
text-align: center;
font-weight: bold;
font-size: 11px;
border-image: initial;
}
#search-box {
    margin-top: 10px;
margin-right: 3px;
padding-top: 1px;
}
#search-box input#ctl00_q {
background: #F9F8F7;
border: 1px solid #A5A4A3;
color: #888888;
float: left;
font-family: Arial,Helvetica;
font-style: italic;
height: 25px;
padding: 3px 30px 2px 10px;
transition: background 0.2s linear 0s;
width: 167px;
}
#ctl00_btnSearch {
	background: url(/images/search.png) no-repeat scroll 0 7px transparent;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    float: left;
    height: 32px;
    position: relative;
    text-align: right;
    text-indent: -999em;
    width: 30px;
    background-color: #000;
}