/*****************************************************/
/* Look-and-feel for the sbs_searchform              */
/* The common id is that of the container object in  */
/* the client source page.                           */
/*****************************************************/
#sbs_searchform{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 201px;
	min-height: 200px;
	border: 0px solid #ff0000;
}
/* Form */
#sbs_searchform form{
	margin: 5px 5px 0 0;
}
/* Fieldset */
#sbs_searchform fieldset{
	border: none;
	padding: 2px;
}
/* Legend */
#sbs_searchform legend{
	font-size: 12px;
	padding: 5px;
	color: #4d6185;
	display: none;
}
/* Spacing of each line (each line consists of label and select dropdown) */
#sbs_searchform .sbscp_form_row{
	clear: both;
	text-align: left;
	padding: 0;
}
/* Text Labels */
#sbs_searchform label{
	width: 150px;
	margin: 5px 0 0px 5px;
	font-size: 10px;
	color: #666666;
	padding: 0;
	font-style: italic;
	float: left;
}
/* Select dropdowns */
#sbs_searchform select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	margin: 3px 0px 0px 5px;
	border: 1px solid #8395cb; 
	border-style: solid; 
	color: #666666;
	float: left;
	font-size: 10px;
}
/* Search button */
#sbs_searchform #sbscp_search{
	border: none;
	background: url('../images/searchbutton.jpg') no-repeat top right;
	cursor: pointer; 
	float: right; 
	margin-top: 10px; 
	width: 95px; 
	height: 29px;
}
/* List view button */
#sbs_searchform #sbscp_listview{
	border: none;
	background: url('../images/listviewofmatches.gif') no-repeat top right;
	cursor: pointer; 
	float: right; 
	margin-top: 10px; 
	width: 139px; 
	height: 18px;
}
/* Map view button */
#sbs_searchform #sbscp_mapview{
	border: none;
	background: url('../images/mapviewofmatches.gif') no-repeat top right;
	cursor: pointer; 
	float: right; 
	margin-top: 10px; 
	width: 139px; 
	height: 18px;
}
/* Radio buttons */
#sbs_searchform .radios{
	margin: 0 0 0 5px;
	float: left;
	width: 90px;
}