.help, .help A { color: #3399CC; font-style:italic; }
.error, .error A { color: #CC0000; font-weight: bold; }
.required, .required A { color: #CC0000; font-weight: bold; }

p.required {
	clear:both;
	width:90%;
	margin:0 0 5px 0;
	padding-left:5px;
	position:relative;
	}
p.required em {
	position:absolute;
	display:block;
	top:0;
	left:0;
	text-indent:-99999em;
	background:url(/images/required.gif) no-repeat;
	width:4px;
	height:4px;
	}
/*-- Button Styles --*/
.button {
	color: #fff;
	background: #624174;
	padding: 2px 5px;
	margin:0 10px 0 0;
	border: 1px solid #37536C;
	font-size: 11px;
	font-weight:bold;
	width: auto;
	overflow: visible;
	}
.button:hover, .submit:focus {
	border: 1px solid #37536C;
	}
.button2 {
	color: #fff;
	background-color:#684081;
	padding: 2px 5px;
	margin:5px 10px 0 0;
	font-size: 11px;
	font-weight:bold;
	width:auto;
	overflow:visible;
	}
.button2:hover, .submit:focus {

	}
/*-- image replacement submit button --*/

.submitBtn {
	float:left;
	height:20px;
	width:50px;
	}

.submitBtn a:link, .submitBtn a:visited {
	display:block;
	height:20px;
	width:50px;
	background:url(/images/submitBtn.gif) no-repeat;
	text-indent: -9000px;
	:-moz-any-link:focus;
	outline: none;
	}
.submitBtn a:hover {
	background: url(/images/submitBtnHover.gif) no-repeat;
	}
.fieldset1 .buttonWrap {
	padding:20px 0 0 0px;
	}
.fieldset1.stacked .buttonWrap {
	padding:0 0 0 0;
	}
/* -- validatation -- */
.validate {
	margin: 0 5px;
	background: url(/images/icon_alert.png) no-repeat left top;
	height: 20px;
	width: 20px;
	text-indent: -9999em;
	position:absolute;
	right:5px;
	top:5px;
	}
/* -- validate summary -- */
.validateSummary {
	color:#CC0000;
	clear:both;
	font-size:13px;
	font-weight:bolder;
	margin:0 0 10px 0;
	padding:10px;
	background-color:#fdfdd2;
	float:left;
	border:1px solid #CC0000;
	}
.validateSummary ul {
	font-size:12px;
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
	}
.validateSummary li {
	margin:0;
	padding:0 20px 0 21px;
	line-height:20px;
	background:url(images/icon_alert.png) no-repeat;
	}

/* -- fieldset1 -- */
.fieldset1 {
	float: left;
	clear:both;
	margin: 0 0 20px 0;
	padding: 0;
	width:640px;
	border:none;
	}
.fieldset1 h2 {
	width:630px;
	font-size: 12px;
	padding:4px 0 4px 0px;
	margin:0 0 0px 0;
	font-weight: bold;
	color:gray;
	border-bottom:1px solid gray;
	text-transform:uppercase;
	}
.fieldset1 legend {
	font-size: 12px;
	padding:0 10px 0 10px;
	margin:0 0 10px 10px;
	font-weight: bold;
	}
.fieldset1 ul  {
	list-style:none;
	margin: 0;
	padding: 0;
	}
.fieldset1 li {
	float:left;
	width:625px;
	margin: 0 0 0 0;
	padding:5px 0 5px 15px;
	position:relative;
	}
.fieldset1 li.alt {
	background-color: #EEEEEE;
	}
.fieldset1 li label {
	width:200px;
	padding:3px 0 0 0px;
	font-weight:bold;
	position:relative;
	float:left;
	}
	
.fieldset1 li input { float:left;}
	
.fieldset1 li span { padding:0 0 0 10px; float:left; width:245px; font-size:10px; line-height:14px;}
.fieldset1 li label.required em {
	position:absolute;
	display:block;
	top:2px;
	left:0;
	text-indent:-99999em;
	background:url(/images/required.gif) no-repeat;
	width:4px;
	height:4px;
	}
.fieldset1 .help {
	clear:both;
	display:block;
	margin: 0 20px 0 130px;
	}
.fieldset1 ul li .input {width:200px; border:1px solid #496d8f; float:left;}
.fieldset1 ul li .select {border:1px solid #496d8f;}


.fieldset1.stacked li label {width:100%;}
.fieldset1.stacked .help {display:block; margin:0;}

.fieldset1 ul li table.radio {
	padding:0;
	border-collapse: collapse;
	}

.fieldset1 ul li table.radio td {
	padding: 0;
	}
.fieldset1 .radio label  {
	display:inline;
	clear: none;
	float:none;
	font-weight:normal;
	padding:0 15px 0 0;
	}
.fieldset1 .radio input {
	float: none;
	}
	
	
	
	/* -- fieldset2 -- */
.fieldset2 {
	float: left;
	clear:both;
	margin: 0 0 20px 0;
	padding: 0;
	width:600px;
	border:none;
	}
.fieldset2 h2 {
	width:575px;
	font-size: 12px;
	padding:4px 0 4px 15px;
	margin:0 0 10px 0;
	font-weight: bold;
	color:#fff;
	border-bottom:none;
	background-color:gray;
	text-transform:uppercase;
	}
.fieldset2 legend {
	font-size: 12px;
	padding:0 10px 0 10px;
	margin:0 0 10px 10px;
	font-weight: bold;
	}
.fieldset2 ul  {
	list-style:none;
	margin: 0;
	padding: 0;
	}
.fieldset2 li {
	float:left;
	width:585px;
	margin: 0 0 0 0;
	padding:5px 0 5px 15px;
	position:relative;
	}
.fieldset2 li.alt {
	background-color: #EEEEEE;
	}
.fieldset2 li label {
	width:200px;
	padding:3px 0 0 0px;
	font-weight:bold;
	position:relative;
	float:left;
	}
	
.fieldset2 li span { padding:0 0 0 10px;}
.fieldset2 li label.required em {
	position:absolute;
	display:block;
	top:2px;
	left:0;
	text-indent:-99999em;
	background:url(/images/required.gif) no-repeat;
	width:4px;
	height:4px;
	}
.fieldset2 .help {
	clear:both;
	display:block;
	margin: 0 20px 0 130px;
	}
.fieldset2 ul li .input {width:200px; border:1px solid #496d8f;}
.fieldset2 ul li .select {border:1px solid #496d8f;}


.fieldset2.stacked li label {width:100%;}
.fieldset2.stacked .help {display:block; margin:0;}

.fieldset2 ul li table.radio {
	padding:0;
	border-collapse: collapse;
	}

.fieldset2 ul li table.radio td {
	padding: 0;
	}
.fieldset2 .radio label  {
	display:inline;
	clear: none;
	float:none;
	font-weight:normal;
	padding:0 15px 0 0;
	}
.fieldset2 .radio input {
	float: none;
	}
	
li.nested { padding:10px 0 0 0;}