#searchbox {
	margin-top: 10px;
	width: 216px;
	margin-left: 20px;
	background-image: url("../media/images/searchbox_back.png");
	background-position: top center;
	background-repeat: no-repeat;
}

#searchbox .boxbottom {
	width: 216px;
	height: 22px;
	background-image: url("../media/images/searchbox_bottom.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

#searchbox ul {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	margin-left: 15px;
	width: 188px;
	list-style-type: none;
}

#searchbox li {
	margin-top: 8px;
	color: #164A7B;
	font-weight: bold;
}

#searchbox input {
	border: 1px solid #164A7B;
	background-color: white;
	width: 140px;
}

#searchbox input.searchsubmit {
	border: none;
	background-color: #ECF1F4;
	background-image: url("../media/images/searchbutton.png");
	background-position: top center;
	background-repeat: no-repeat;
	color: none;
	width: 20px;
	height: 19px;
	margin-left: 5px;
}
