.help, .help A { color: #000; font-style:italic; }
.error, .error A { color: #CC0000; font-weight: bold; }
.required, .required A {  }

p.required {
	clear:both;
	width:90%;
	margin:0 0 5px 0;
	padding-left:10px;
	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: #434343 url(/images/bg1.gif) repeat-x;
	padding: 2px 5px;
	margin:0 10px 0 0;
	border: 1px solid #434343;
	font-size: .86em;
	font-weight:bold;
	width: auto;
	overflow: visible;
	}
.button:hover, .submit:focus {
	border: 1px solid #37536C;
	}
.button2 {
	color: #fff;
	background:#cf852c url(/images/bg2.gif) repeat-x;
	padding: 2px 5px;
	margin:0 10px 0 0;
	border: 1px solid #004040;
	font-size: .86em;
	font-weight:bold;
	width:auto;
	overflow:visible;
	}
.button2:hover, .submit:focus {
	border: 1px solid #cf852c;
	}
/*-- 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:0 0 0 130px;
	}
.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:.92em;
	font-weight:bolder;
	margin:0 0 10px 0;
	padding:10px;
	background-color:#fdfdd2;
	float:left;
	border:1px solid #CC0000;
	}
.validateSummary ul {
	font-size:.86em;
	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 {
	background:#fff;
	float: left;
	clear:both;
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
	width:100%;
	}
.fieldset1 h2 {
	width:390px;
	font-size: .86em;
	padding:4px 0 4px 10px;
	margin:0 0 10px 0;
	background: #888888 url(/images/bg1.gif) repeat-x;
	font-weight: bold;
	color:#FFFFFF;
	}
.fieldset1 legend {
	font-size: .86em;
	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;
	font-size:.9em;
	margin:0 0 5px 0;
	padding:0;
	position:relative;
	}
.fieldset1 li.alt {
	/*background-color: #EEEEEE;*/
	}
.fieldset1 li label {
	width:170px;
	padding:0;
	float:left;
	position:relative;
	}
.fieldset1 li label.required {
	padding-left:10px;
	width:160px;
}
.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;
	font-size:.9em;
	margin: 0 20px 0 170px;
	}
.fieldset1 ul li .input {width:250px; border:1px solid #ccc;}
.fieldset1 ul li .select {border:1px solid #ccc;}

.fieldset1.widthA {width:300px;}
.fieldset1.widthA h2{width:290px;}
.fieldset1.widthA li {width:295px;}
.fieldset1.widthA ul li .input {width:100px;}

.fieldset1.widthB {width:600px;}
.fieldset1.widthB h2{width:590px;}
.fieldset1.widthB li {width:595px;}
.fieldset1.widthB ul li .input {width:300px;}

.fieldset1.stacked li label {width:100%;}
.fieldset1.stacked .help {display:block; margin:0;}

/* -- fieldset2 -- */
.fieldset2, li.nested .fieldset2  {
	float: left;
	clear:both;
	border: 1px solid #004040;
	margin: 0 0 20px 0;
	padding: 0;
	width:300px;
	}
.fieldset2 h2, li.nested .fieldset2 h2 {
	width:290px;
	font-size: .86em;
	padding:4px 0 4px 10px;
	margin:0 0 10px 0;
	background: #40a0a0 url(/images/bg2.gif) repeat-x;
	font-weight: bold;
	color:#FFFFFF;
	}
.fieldset2 legend {
	font-size: .86em;
	padding:0 10px 0 10px;
	margin:0 0 10px 10px;
	font-weight: bold;
	}
.fieldset2 ul, li.nested .fieldset2 ul {
	width:300px;
	list-style:none;
	margin: 0;
	padding: 0;
	}
.fieldset2 li, li.nested .fieldset2 li {
	float:left;
	width:46%;
	margin: 0 0 0 0;
	padding:5px 0 5px 5px;
	position:relative;
	}
.fieldset2 li.alt {
	background-color: #EEEEEE;
	}
.fieldset2 li label, li.nested .fieldset2 li label {
	width:50px;
	padding:3px 0 0 5px;
	float:left;
	font-weight:bold;
	position:relative;
	}
.fieldset2.stacked li label {
	width:100%;
	}
.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 {
	display:block;
	margin: 0 0 0 75px;
	}
.fieldset2.stacked .help {
	display:block;
	margin: 0 0 0 0;
	}
.fieldset2 ul li .input, li.nested .fieldset2 ul li .input  {width:70px; border:1px solid #004040;}
.fieldset2 ul li .select {}

.fieldset2.widthA {width:300px;}
.fieldset2.widthA h2{width:290px;}
.fieldset2.widthA li {width:295px;}
.fieldset2.widthA ul li .input {width:100px;}

.fieldset2.widthB {width:600px;}
.fieldset2.widthB h2{width:590px;}
.fieldset2.widthB li {width:595px;}
.fieldset2.widthB ul li .input {width:300px;}
/*-- Radio and Checkbox Styles --*/
.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;
	}

/* -- input, select and textbox widths -- */

.wCommon {width:200px;}
.w20 {width:20px;}
.w25 {width:25px;}
.w30 {width:30px;}
.w35 {width:35px;}
.w40 {width:40px;}
.w45 {width:45px;}
.w50 {width:50px;}
.w60 {width:60px;}
.w70 {width:70px;}
.w80 {width:80px;}
.w90 {width:90px;}
.w100 {width:100px;}
.w110 {width:110px;}
.w120 {width:120px;}
.w130 {width:130px;}
.w140 {width:140px;}
.w150 {width:150px;}
.w160 {width:160px;}
.w170 {width:170px;}
.w180 {width:180px;}
.w190 {width:190px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w350 {width:350px;}
.w400 {width:400px;}
.w450 {width:450px;}
.w500 {width:500px;}
.w550 {width:550px;}
.w600 {width:600px;}
.w650 {width:650px;}
.w700 {width:700px;}
.w750 {width:750px;}