/* CSS Document */
.search{
	height: 19px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
	background-color: #DA251C;
	border: 1px solid #666666;
	text-transform: uppercase;
}
.search_input{
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	color: #808080;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 19px;
	width: 118px;
	padding-top: 2px;
}
