
/********************/
/**** Search box ****/
/********************/
.searchbox
{
	background: none;
	border: none;
	margin: 0;
	width: auto;
}

.searchinput
{
	margin: 0;
	padding: 0;
	border: none;
	background: url( '/img/layout/searchbox/background.gif' );
	height: 20px;
	width: 200px;
	font-size: 16px;
	padding: 5px 3px;
}

.searchsubmit
{
	margin: 0;
	padding: 0;
	border: none;
	background: url( '/img/layout/searchbox/button.gif' );
	height: 30px;
	width: 85px;
	color: #ffffff;
	font-weight: bold;
	cursor:pointer;
	line-height: 16px;
}

.searchsubmit:hover
{
	background: url( '/img/layout/searchbox/button.gif' ) 0 -30px;
}

.advanced_search
{
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 2px 0;
}