.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

form.UIForm {
	width: 570px;
	font-size: 1.1em;
	color: #333;
	margin-top:20px;
	}
	
form.UIForm legend { padding-left: 0; margin:10px 0; }
	
form.UIForm legend,
form.UIForm label { color: #333; }

form.UIForm fieldset {
	font-size:1.2em;
	border: none;
	border-top: 1px solid #daf2b6;
	border: none;
	background: url(../images/UIForm-fieldset.gif) left bottom repeat-x;
	padding-bottom:20px;
	}
	
form.UIForm fieldset fieldset { background: none; }
	
form.UIForm fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/UIForm-divider.gif) left bottom repeat-x;
	}
	
	/**********************************

Use: UIForm template
Author: Nick Rigby

***********************************/

form.UIForm fieldset { margin-bottom: 10px; }
	
form.UIForm legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	color: #000;
	}
	
form.UIForm label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
form.UIForm label.error {background: url(../images/iconError.png) no-repeat left center; display:block; margin-left:195px; text-indent:22px; color:#9C5401; width:auto;}	

	
form.UIForm fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.UIForm fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.UIForm fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.UIForm fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.UIForm fieldset fieldset label {
	display: block;
	width: auto;
	}

form.UIForm em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.UIForm label { width: 180px; margin-left:10px; } /* Width of labels */
form.UIForm fieldset fieldset label { margin-left: 183px; } /* Width plus 3 (html space) */


/*\*//*/ form.UIForm legend { display: inline-block; } /* IE Mac legend fix */