@charset "utf-8";
/* CSS Document */

#searchform
{
width:300px;
float:left;
}

#searchresults
{
width:600px;
float:left;
margin-right:10px;
}

#searchbox
{
width:300px;
}

.formrow
{
width:214px;
margin-bottom:3px;
padding:3px;
background-color:#E8E8E8;
}

label
{
width: 70px;
float: left;
text-align: left;
margin-right: 10px;
display: block
}

input, submit
{
	color: #333333;
	border: 4px solid #ffffff;
	background-color: #FFFFFF;
}

.searchholder
{
	width:100%;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom:5px;
}
.searchhead
{
width:100%;
height:20px;
line-height:20px;
}

.searchcontent
{
width:100%;
line-height:17px;
}