/* Form Sections ======================================================================== */
fieldset {
	line-height: 100%;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	background: #fbf5f5;
	margin: 20px 0;
	padding: 15px 0 15px 20px;
}

fieldset legend {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #777;
	border: 0;
	padding: 2px 5px;
}
label {
	color: #333;
	font-size: 11px;
	padding-right: 5px;
}
/* Form or Fieldset instruction paragraph. */form .instructions {
	margin: 1em 0;
}

/* Asterisk on required fields */form .reqMark {
	color: #F00;
	padding: 0 4px;
}

/* wForms Related Rules ========================================================== */

/* Styling for message associated with a validation error. */form .errMsg {
	color: #C33 !important;
	display: block;
}

/* IE6 BUG FIXES ==================================================================== */form {
	height: expression('1%');
	/* IE Pick-a-boo bug fix */
}

form fieldset {
	position: expression('relative');
	/* Fixes IE problem with fieldset+legend boundaries */	margin-top: expression('1em');
	padding-top: expression('1.5em');
}

form fieldset legend {
	position: expression('absolute');
	top: expression('-.5em');
	/* Fixes IE problem with fieldset+legend boundaries */	left: expression('.5em');
}

/* ---------------------------------- *//* Highlights                         *//* ---------------------------------- */.important {
	border: 1px solid #FCC;
	background-color: #4545454F4;
	padding: 10px 5px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-size: 12px;
	line-height: 150%;
}

.important a {
	font-weight: bold;
}

.warning {
	border: 1px solid #FCC;
	background-color: #454545;
	color: #FF0000;
	padding: 10px 5px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-size: 12px;
	line-height: 150%;
}

/* ================================================================ *//* Login Form Elements                                        *//* ================================================================ */

form#loginform fieldset#login input#signin {	margin-top: 0;
	margin-right: 8px;
	float: left;}

form#loginform fieldset#login a.password {
	display: block;
	margin: 0 0 6px 130px;
	padding: 0 0 3px 16px;			background: url(/images/red_dbl_arrows.gif) 1px no-repeat;
}

form#loginform fieldset div.row {
	padding-bottom: 0;
	width: 70%;}
	
