/* ------------- form specific styles are here  -------------- */
fieldset {
	margin: 5px 0;
	padding: 10px;
	/*border:none;
padding:0;*/
	color: #000;
	border:1px solid #ccc;
}

legend {
	background-color: #FFFFFF;
	text-align: center;
	color: #000;
	padding: 0 12px;
}

label {
	text-align: right;
	width: 298px;
	padding-right: 5px;
	margin: 0 0 8px 0;
	float: left;
	clear: left;
	display: block;
	color: #000;
}

label.checkbox,label.textarea {
	border: none;
}

label.lgfield {
	border: none;
	text-align: center;
	clear: both;
	float: none;
	width: 100%;
}

fieldset input,fieldset select,fieldset textarea {
	margin-left: 10px;
	margin-bottom: 8px;
}

select.longfield {
	margin: 0 0 0 115px;
}

input [type="radio"],input [type="checkbox"] {
	margin: 2px 0 0 4px;
}

textarea {
	width: 250px;
	float: left;
}

/*Get Help Form Styles*/
p.formDisclaimer {
	text-align: center;
	margin: 32px 24px 12px 0;
	font-style: italic;
}

div.buttonWrapper {
	margin: 28px 0 0 0;
	clear: both;
	text-align: center;
}

.formspacer {
	height: 1em;
	clear: both;
}

.hideField {
	display: none;
}

.pushOpen {
	height: 18em;
}

/* ----- error message for field validation ----- */
#stepForm label.error {
	text-align: left;
	width: auto;
	padding: 2px;
	margin: 0 0 0 10px;
	float: none;
	clear: none;
	display: inline;
	background: #fc0;
	color: #000;
	font-size: 11px;
	border: none;
}

div.requiredNotice {
	width: 140px;
	float: right;
	margin: 0 24px 0 0;
	padding: 0;
}

h3.stepHeader {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 24px 24px;
	color: #676cac;
}

ul#stepForm,ul#stepForm li {
	margin: 0;
	padding: 0;
}

ul#stepForm li {
	list-style: none;
}

/* Form Buttons  */
input.submitbutton,.nextbutton,.prevbutton {
	width: 100px;
	height: 40px;
	background-color: #AAD91B;
	padding: 4px;
	border: 1px solid #000;
	cursor: pointer;
	text-align: center;
	color: #000;
	margin: 7px;
}

input.submitbutton {
	background-color: #fecf29;
}