/* Start of CMSMS style sheet 'forms' */
#search label {
float: none;
font-weight:bold;
width: 5em;
margin-right: 0;
}
form
{
	margin-top: 0;
	padding-bottom: 0;
}
fieldset
{
	float: left;
	width: 97%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
	background-image: url(images/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}

legend
{
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	width: 100%;
	padding-bottom: 0.25em;
}
fieldset li span.text
{
	position:absolute;
        margin-left: 1em;
}
fieldset li.last
{
	padding-bottom: 1em;
}

label
{
	position: relative;
	float: left;
	width: 12em;
	margin-right: 1em;
        text-align:right;
}

fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}
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 11em;
	padding: 0;
}
fieldset fieldset label
{
	float: none;
	width: auto;
	margin-right: auto;
}
li.inline
{
	display:inline;
	width:auto;
}
P.clear-float {
  float:none;
  width:100%;
}
/* End of 'forms' */

