.help, .help A { color: #d94902; 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: #496d8f url(/images/bg1.gif) repeat-x;
	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;
	}*/
.button {
	color: #fff;
background: #BA372E; /* old browsers */

background: -moz-linear-gradient(top, #BA372E 0%, #AF3129 50%, #A3180F 51%, #98120A 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BA372E), color-stop(50%,#AF3129), color-stop(51%,#A3180F), color-stop(100%,#98120A)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BA372E', endColorstr='#98120A',GradientType=0 ); /* ie */

	padding: 4px 7px;
	margin:0 0 0 0;
	border: 1px solid #98120A;
	font-size: 11px;
	font-weight:bold;
	width: auto;
	overflow: visible;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	}
.button:hover, .submit:focus {
	border: 1px solid #98120A;
	background:#98120A;
	}
.button2 {
	color: #fff;
background: #e2e2e2; /* old browsers */

background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #D1D1D1 51%, #B2B2B2 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#D1D1D1), color-stop(100%,#B2B2B2)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#B2B2B2',GradientType=0 ); /* ie */
	padding: 4px 7px;
	margin:0 0 0 0;
	border: 1px solid #B2B2B2;
	font-size: 11px;
	font-weight:bold;
	width:auto;
	overflow:visible;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	}
.button2:hover, .submit:focus {
	border: 1px solid #B2B2B2;
	}
.button.marginRight, .button2.marginRight {margin-right:10px;}
/*-- a link buttons --*/
a.linkButton1 {
	color: #fff;
	background: transparent url('/images/buttonRight.gif') no-repeat scroll top right;
	display: block;
	float: left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right: 0;
	height:24px;
	padding-right: 20px;
	text-decoration: none;
	:-moz-any-link:focus;
	outline: none;
	}
a.linkButton1 span {
	display: block;
	background: transparent url('/images/buttonLeft.gif') no-repeat;
	line-height: 15px;
	padding: 4px 2px 5px 10px;/*vertical padding (2px + 3px) and line-height (15px) must equal height of the button above(30px)*/
	white-space:nowrap;
	}
a.linkButton1:active, a.linkButton1:hover {
	color: #fff;
	background-position: bottom right;
	}

a.linkButton1:active span, a.linkButton1:hover span {
	color: #fff;
	background-position: bottom left;
	}
/*-- linkButton2 --*/

a.linkButton2 {
	background: transparent url('/images/button2Right.png') no-repeat scroll top right;
	color: #fff;
	width:110px;
	display: block;
	float: left;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	margin-right: 0;
	height:18px;
	padding-right: 5px;
	text-decoration: none;
	:-moz-any-link:focus;
	outline: none;
	}
a.linkButton2 span {
	background: transparent url('/images/button2Left.png') no-repeat;
	text-align:center;
	display: block;
	line-height: 10px;
	padding: 4px 2px 4px 7px;/*vertical padding (2px + 3px) and line-height (15px) must equal height of the button above(20px)*/
	white-space:nowrap;
	}
a.linkButton2 span img {
	float:left;
	border:0;
	padding:0 4px 0 0;
	margin:0;
}
a.linkButton2:active, a.linkButton2:hover {
	color: #fff;
	background-position: bottom right;
	text-decoration:none;
	}

a.linkButton2:active span, a.linkButton2:hover span {
	color: #fff;
	background-position: bottom left;
	text-decoration:none;
	} 
/*-- 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: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 {
	color:#653600;
	float: left;
	clear:both;
	border:none;
	margin: 0 0 20px 0;
	padding: 0;
	width:500px;
	}
.fieldset1 h2 {
	width:490px;
	font-size: 12px;
	padding:4px 0 4px 10px;
	margin:0 0 10px 0;
	background:#f6f1e6 url(/images/leftFiltersGradient.gif) repeat-x left top;
	font-weight: bold;
	color:#653600;
	}
.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:495px;
	margin: 0 0 0 0;
	padding:5px 0 5px 5px;
	position:relative;
	}
.fieldset1 li.alt {
	background-color: #EEEEEE;
	}
.fieldset1 li label {
	width:125px;
	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 {width:300px; border:1px solid #DFD1BA; color:#555555;}
.fieldset1 ul li .select {border:1px solid #DFD1BA; color:#555555;}

.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;}

/* -- fieldset3 -- */
.fieldset3 {
	color:#653600;
	float: left;
	border-width:1px;
	border-style:solid;
	border-color:#efe8dc;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	}
.signInPage .fieldsetWrap .fieldset3 {
	height:210px;
}
.editAccountPage .fieldset3 {
	width:728px;
}
.dashboardPage .column1 .fieldset3 li.accountInfo {
	padding-bottom:30px;
}
.dashboardPage .column1 .fieldset3 li.accountInfo p {
	margin:0;
	padding:0 0 4px 0;
}

.fieldset3 h2 {
	font-size: 12px;
	padding:5px 0 5px 0;
	margin:0 0 10px 0;
	text-indent:10px;
	background: #E8E1D9; /* old browsers */
	background: -moz-linear-gradient(top, #E8E1D9 0%, #FBFAF7 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E8E1D9), color-stop(100%,#FBFAF7)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8E1D9', endColorstr='#FBFAF7',GradientType=0 ); /* ie */
	border-bottom:1px dashed #fff;
	font-weight: bold;
	color:#00456a;
	}
.fieldset3 h2 span {font-weight:normal;}
.fieldset3.signIn h2 {color:#b32017;}
.fieldset3.signIn {margin-right:20px;}
.fieldset3 legend {
	font-size: 12px;
	padding:0 10px 0 10px;
	margin:0 0 10px 10px;
	font-weight: bold;
	}
.fieldset3 ul  {
	list-style:none;
	margin: 0;
	padding: 0 0 10px 0;
	}
.fieldset3.twoColumnForm ul  {
	display:inline-block;
	width:49%;
	vertical-align:top;
	float:left;
	}
.fieldset3 li {
	width:90%;
	margin: 0 0 0 0;
	padding:5px 0 5px 15px;
	position:relative;
}
.fieldset3 li.alt {
	background-color: #EEEEEE;
	}
.fieldset3 li label {
	width:125px;
	padding:3px 0 0 5px;
	display:inline-block;
	font-weight:bold;
	position:relative;
	}
.signInPage .fieldset3 li label {
	padding:3px 0 0 0;
	}
.fieldset3 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;
	}
.fieldset3 .help {
	clear:both;
	display:block;
	margin: 0 20px 0 130px;
	}
.fieldset3 ul li .input {width:300px; border:1px solid #DFD1BA; color:#555555;}
.fieldset3 ul li .select {border:1px solid #DFD1BA; color:#555555;}

.fieldset3.widthA {width:48%;}

.fieldset3.widthB {width:600px;}
.fieldset3.widthB h2{width:590px;}
.fieldset3.widthB li {width:595px;}
.fieldset3.widthB ul li .input {width:300px;}

.fieldset3.stacked li label {width:100%;}
.fieldset3.stacked .help {display:block; margin:0;}
/*-- 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:300px; border:1px solid #DFD1BA; color:#555555;}
/*.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;}
