/*****************************************************/
/* Look-and-feel for the sbs_askaquestion              */
/* The common id is that of the container object in  */
/* the client source page.                           */
/*****************************************************/
#sbs_askaquestion{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 325px;
	float: left;
}
/* Form */
#sbs_askaquestion form{
	margin: 0px 0px 0 0;
}
/* Fieldset */
#sbs_askaquestion fieldset{
	border: none;
	padding: 0px;
}
/* Legend */
#sbs_askaquestion legend{
	font-size: 12px;
	padding: 0px;
	color: #4d6185;
	display: none;
}
/* boxes around labels and input boxes */
#sbs_askaquestion .sbscp_rowbox{
	float: left;
	border-bottom: 2px solid #ccc;
	width: 100%;
}
#sbs_askaquestion .sbscp_rowbox_tl{
	float: left;
	border-right: 2px solid #ccc;
	width: 40%;
}
#sbs_askaquestion .sbscp_rowbox_tr{
	float: left;
	width: 59%;
}
#sbs_askaquestion .sbscp_rowbox_bl{
	float: left;
	width: 40%;
}
#sbs_askaquestion .sbscp_rowbox_br{
	float: left;
	border-left: 2px solid #ccc;
	width: 59%;
}
#sbs_askaquestion .sbscp_rowbox_midl{
	float: left;
	border-right: 2px solid #ccc;
	width: 40%;
}
#sbs_askaquestion .sbscp_rowbox_midr{
	float: left;
	width: 59%;
}
/* Spacing of each line (each line consists of label and select dropdown) */
#sbs_askaquestion .sbscp_form_row{
	clear: both;
	text-align: left;
	padding: 0;
	float: left;
	width: 305px;
	padding: 5px;
}
/* Text Labels */
#sbs_askaquestion label{
	font-family: "Trebuchet MS";
	font-size: 11px; 
	font-style: oblique; 
	color: #0F5171; 
	font-weight: bold;
	width: 120px;
	float: left;
	margin: 5px;
	padding-bottom: 5px;
}
/* Input Fields */
#sbs_askaquestion input{
	font-size: 11px; 
	float: left;
	border: 1px solid #8395cb;
	width: 160px;
	height: 12px;
	margin: 5px;
}
/* Textarea Field */
#sbs_askaquestion textarea{
	clear: both;
	height: 75px; 
	font-size: 11px;
	font-family: tahoma, verdana, arial, helvetica;
	width: 150px;
	margin: 5px;
}
/* Info Field */
#sbs_askaquestion .sbscp_infofld{
	font-size: 11px;
	font-family: tahoma, verdana, arial, helvetica;
	width: 180px;
}
/* Send button */
#sbs_askaquestion #sbscp_sendform{
	border: none;
	background: url('../images/sendbutton.jpg') no-repeat top right;
	cursor: pointer; 
	float: left; 
	width: 94px; 
	height: 27px;
}
/* Close button */
#sbs_askaquestion #sbscp_closeform{
	border: none;
	background: url('../images/cross.jpg') no-repeat top right;
	cursor: pointer; 
	float: right; 
	width: 20px; 
	height: 20px;
}
/* List view button */
#sbs_askaquestion #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_askaquestion #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_askaquestion .radios{
	margin: 0 0 0 5px;
}
/* Highlight colour during validation */
#sbs_askaquestion .sbscp_errFld{
	background-color: #ffffcc;
}