form.ncform fieldset { 
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
	float: left;
}
	
form.ncform legend, .label {
	padding: 0 2px;
	font-weight: bold;
	font-size: 11px;
	color: #2A437F;
}
	
form.ncform label {
	float: left;
	width: 130px;
	text-align: right;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}
	
form.ncform fieldset ol {
	margin: 0;
	padding: 0;
}
	
form.ncform fieldset li {
	list-style: none !important;
	clear: both;
	margin-bottom: 0;
	background: none !important;
	padding: 0 !important;
	border-bottom: 1px solid #f3f3f3
}


form.ncform fieldset li.controlset div {
	padding: 5px 0;
	clear: both;
}


form.ncform fieldset li.controlset p {
	float: left;
	width: 90%;
}

form.ncform fieldset li.controlset .label {
	display: block;
	margin-bottom: 10px;
}

form.ncform fieldset li.controlset input {
	margin-left: 50px;
	margin-right: 5px;
	float: left;
	width: auto;
	border: 0;
	background: none;
	margin-bottom: 0;
}

form.ncform fieldset li.controlset label {
	float: left;
	width: 200px;
	text-align: left;
}

form.ncform fieldset li small {
	clear: both
	
}
	
form.ncform fieldset fieldset {
	border: none;
	margin: 0;
}

form.ncform fieldset fieldset legend {
	padding: 0;
	font-weight: normal;
	margin: 0;
}
	
form.ncform fieldset fieldset label {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	margin-left: 123px;
}

form.ncform fieldset fieldset label input {
	border: 0;
	width: auto;
	margin: 0;
	background: none;
}

form.ncform em {
	font-weight: bold;
	font-style: normal;
	color: #900;
	padding-left: 5px;
}


/* customization */
.errorList {
	float: left;
	width: 500px;
	padding: 10px 10px 10px 40px;
	border: 1px solid #900;
	font-weight: bold;
	font-size: 1.1em;
	background: #F1E3E3 url(/img/template/icon-error-lg.png) no-repeat 10px 10px;
}

	.errorList li {
		color: #900;
		font-weight: bold;
		margin: 0;
		list-style: none;
	}

form.ncform fieldset {
	border: none;
	border-top: 1px solid #CC9933;
}

form.ncform fieldset li {
	padding: 4px 0;
	margin: 0;
	margin-bottom: 10px;
}

.ncform input, .ncform textarea {
	border: 1px solid #6A787B;
	margin: 0;
	background: #fff url(/img/template/bg-input.png) repeat-x top;
	padding: 2px;
	width: 150px;
	margin-bottom: 10px;
}
.ncform .submit{
	border:1px solid #707a7b !important;
	cursor: pointer;
}
textarea {
	width: 70%;
}

input.error, select.error, textarea.error {
	border: 1px solid #900;
	margin: 0;
	background: #FCF7F7;
	padding: 2px;
	/*
	width: 250px;
	url(/img/template/bg-input-error.png) repeat-x top
	*/
}

.button, .ncform input[type="checkbox"], .ncform input[type="submit"], .ncform input[type="button"], .ncform input[type="radio"], .ncform input[type="image"] {
	padding: 0;
	background: none;
	border: none;
	width: auto;
}

input.button-img {
	border: 0 !important;
	width: auto !important;
	background: none !important;
}

fieldset.button {
	float: left;
	padding-top: 10px;
	padding-left: 130px !important;
}

/* Subscribe Form Feedback */
div.form-feedback {
	padding: 8px 20px 0px 45px;
	margin: 5px 20px 10px 0px;
	line-height: 1.4em;
	font-weight: bold;
	min-height: 32px;
	margin-left: 10px;
}

div.form-error {
	background: url(/weblib/img/form-feedback/FFF-error.gif) no-repeat 0px 0px;
	color: #C00;
}

div.form-ok {
	background: url(/weblib/img/form-feedback/FFF-ok.gif) no-repeat 0px 0px;
	padding-top:13px;
}

span.requiredFieldRight { 
	font-size: xx-small; 
	color: #C00; 
	padding-left: 10px;
}

p.section_break {
	width: 99%;
	border-bottom: 1px solid #999;
	margin: 10px 0px 10px 0px;
	background-color: #DDD;
	display: block;
	font-weight: bold;	
}

td.form_column {
	padding: 3px 0px 1px 0px;
}

td.label {
	padding: 3px 0px 1px 0px;
}

td.label {
	vertical-align: top;
	text-align: right;
	padding: 8px 10px 0px 0px;
}

div.formHelpBelow { 
	font-size: xx-small; 
	color: #060; 
	padding-left: 10px;
}
