.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;
	}

.fieldset1 .buttonWrap {
	padding:0 0 0 85px;
	}
.button1 {
	color: #fff;
	cursor:pointer;
	background: -moz-linear-gradient(top, #666666 0%, #000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#000)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000',GradientType=0 ); /* ie */
	padding: 4px 5px;
	margin:0;
	border: 1px solid #000;
	font-size: 11px;
	font-weight:bold;
	width: auto;
	overflow: visible;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	}
.button1:hover, .submit:focus {
	background:#000;
	}
.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;
	border: 1px solid #000;
	margin: 0 0 0 0;
	padding:15px 0;
	width:400px;
	}
.fieldset1 h2 {
	width:390px;
	font-size: 12px;
	padding:4px 0 4px 10px;
	margin:0 0 10px 0;
	background: #496d8f url(/images/bg1.gif) repeat-x;
	font-weight: bold;
	color:#FFFFFF;
	}
.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:395px;
	margin: 0 0 0 0;
	padding:5px 0 5px 5px;
	position:relative;
	}
.fieldset1 li.alt {
	background-color: #EEEEEE;
	}
.fieldset1 li label {
	width:80px;
	color:#fe0002;
	padding:3px 0 0 5px;
	float:left;
	font-weight:bold;
	position:relative;
	}
.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 {
	padding:3px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	box-shadow: 0px 0px 2px #999; 
	-moz-border-radius: 3px;
	border-radius: 3px; 
	border:1px solid #e1e1e1;
}
.fieldset1 ul li .select {border:1px solid #496d8f;}

.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 #cf852c;
	margin: 0 0 20px 0;
	padding: 0;
	width:300px;
	}
.fieldset2 h2, li.nested .fieldset2 h2 {
	width:290px;
	font-size: 12px;
	padding:4px 0 4px 10px;
	margin:0 0 10px 0;
	background: #cf852c url(/images/bg2.gif) repeat-x;
	font-weight: bold;
	color:#FFFFFF;
	}
.fieldset2 legend {
	font-size: 12px;
	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 #cf852c;}
.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:250px;}
.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;}