﻿/* search user control*/

.searchpanel{
	background-color:#0e216d;
	padding-top:5px;
	width:240px;
}
.searchbutton{
	background-color:#9abf21;
	/*font-weight:bold;*/
	font-family:verdana;
	font-size:8pt;
	/*font-style:italic;*/
	text-align:center;
	color:white;
	width:25px;
	border:0;
	border-top:1px white solid;
	border-left:1px white solid;
	border-right:1px black solid;
	border-bottom:1px black solid;
}
.searchtextbox{
	width:145px;
	height:15px;
	font-family:verdana;
	border:1px white inset;
}
.searchlabel{
	font-weight:bold;
	font-family:Verdana;
	font-size:11px;
	color:white;
	height:20px;
	vertical-align:middle;
}
.searchlink{
	font-family:Verdana;
	font-size:11px;
	color:white;
	position:relative;
}
.searchpattern{
	background-image: url('../Images/search_pattern_blue.gif'); 
	background-repeat: repeat-x; 
	height: 20px;
}
.searchbottom{
	background-image: url('../Images/search_bottom_blue.jpg'); 
	background-repeat: no-repeat; 
	background-position:right bottom;
	height: 17px; 
	width:240px;
}
