/* CSS Document */

/* CSS Document */

span.required
{
	color: #FF0000;
}

fieldset
{  
	margin: 1.5em 0 0 0;  
	padding: 0;
	border-style: none;
}

/* OPTIONAL - set every second fieldset to class="alt"
 * 			  and then set the background colour below.
 */
fieldset.alt
{
	/*background-color: #fff;*/
}

legend
{  
/*  customised for dbs site only */
/*	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;*/
	
}

fieldset ol
{  
	padding: 0 0.5em;
	margin: 0;
	list-style: none;
}

fieldset li
{  
	padding-bottom: 1em;
	margin-bottom: 0;
}

fieldset.submit
{  
	border-style: none;
	/* disable bg effects in case we set them on the main fieldsets */
	background-color: transparent;
	background-image: none; 	
}

/* reCaptcha integration
 * Stops the display being fuzzed when you include a reCaptcha html block inside this code
 */
fieldset#captcha
{
}

fieldset#captcha p#captcha-why
{
	font-size: smaller;
}

fieldset#captcha div#recaptcha_widge_div
{
	display: block;
	float: none;
}

fieldset#captcha div#recaptcha_widget_div label
{  
	float: none !important;  
	width: auto !important;
	margin-right: auto !important;
}













label
{  
	float: left;  
	width: 18.25em;  
	margin-right: 0.5em;
}

fieldset
{  
	float: left;  
	clear: left;  
	width: 100%;  
	margin: 0 0 1.5em 0;  
	padding: 0;
}

fieldset li
{  
	float: left;  
	clear: left;  
	width: 100%;  
}

fieldset.submit
{  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 9.3em;
}

form .text
{
	width: 16em;
	height: 1.2em;
}

form .textarea
{
	width: 16em;
}

form .select
{
}

/* Sub-group management (checkbox lists, radiobutton lists)
 *
 */
fieldset fieldset
{  
	margin-bottom: -2.5em;  
	border-style: none;  
	background-color: transparent;  
	background-image: none;
}

fieldset fieldset legend
{  
	margin-left: 0;  
	font-weight: normal;
}

fieldset fieldset ol
{  
	position: relative;  
	top: -1.5em;  
	margin: 0 0 0 9.3em;  
	padding: 0;
}

fieldset fieldset label
{  
	float: none;  
	width: auto;  
	margin-right: auto;
}