

input.field { 
	border: 1px solid #ccc; 
	background-color: #FFFFFF; 
	width: 200px; 
	color: #000;
}

input.field:hover { 
	border: 1px solid #eee; 
	background: #FFFFF4; 
	color: #000;
}

input.text { 
	margin: 0; 
	width: 110px;
	border: 1px solid #eee; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #ccc; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

input.button { 
	background: #FFFFF4; 
	color: #808080;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}



#header input.button { 
	background: #003647; 
	border: none;
	color: #fff;
	font-weight: bold;
	background: #003647; 
	

}

#header input.text { 
	width: 300px; 
	height:24px;
	border: 0;
	background: url(input.gif) no-repeat;
	padding: 4px;
	color: #003647;
}

* html #header input.text { 
	width: 109px; 
	height:24px;
	border: 0;
	background: url(input.gif) no-repeat;
	padding-right: 10px; 
	color: #003647;
}


.search { 
	color: #fff;
	clear: both;
	font-weight: bold;
	margin: 5px 0;
}

* html .search { 
	color: #fff;
	clear: both;
	font-weight: bold;
	padding: 0px 0px 00px 0px;
	margin: 0px 0;
}
