@charset "utf-8";
/* CSS Document */

/************
 THE SEARCH FIELDS
 ************/
#searchbar
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	position: relative;
	height: 85px;
	background: url(../images/search.jpg) no-repeat;
	background-color: #f3f4ef;
}
#searchbar div
{
	position: relative;
	width: 400px;
	left: 120px;
	top: 20px;
}
#searchbar input
{
	border: solid 1px #000000;
}
#searchbar [type=submit]
{
	border: 0;
	text-transform: uppercase;
	text-align: center; 
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: .8em;
	background-color: #0099FF; 
	width: 100px; 
	height: 25px;
}
#searchbar label
{
	display: inline-block;
	padding-left: 1em;
}
#searchbar .forminput
{
	display: inline-block;
	padding-left: 1em;
}
#searchbar .short
{
	width: 70px;
}
#searchbar .long
{
	width: 200px;
}
