/*====================================================================*/
/* forms */
.box8 {
	background: #fff;
	color: #1d1e49;
	float: left;
	display: inline;
	width: 43% !important;
	width: 43%;
	width/**/:/**/43%;
	min-height: auto;
	height: auto !important;
	height: auto;
	border: 0;
	margin: 0 8pt 5pt 0;
	padding: 0;

}

h2.white {
	color: #000;
}

form {
	margin: 10pt 0 0 0;
	padding: 0;
}

form p {
	margin: 0 0 0 8pt;
	padding: 0 0 5pt 0;
}

label {
	display: block;
	margin: 0 0 0 8pt;
}

form input.txt, form textarea {
 	width: 100%;
	margin: 2pt 0 5pt 8pt;
	padding: 2pt;
	border: 1pt solid #bbbbc8;
	color: #1d1e49;
	background: #fff;
}

form textarea {
 	width: 100%;
	overflow: auto;
}

.formitem {
	clear: both;
}

.formTextLeft {
	float: none;
	display: block;
	width: 100%;
	clear: none;
}

.formTextRight {
	float: none;
	display: block;
	padding: 0;
	width: 100%;
	clear: none;
}

form .formTextLeft label, form .formTextRight label {
	width: 100%;
	margin: 0 0 0 8pt !important;
}

form .formTextLeft input {
	width: 100%;
}

form .formTextRight input.txt {
	width: 100%;
	margin: 0 0 0 8pt !important;
}

form.hthForms .formTextRight input.txt, form.hthForms .formTextRight label {
	margin-left: 0;
}

.hthForms .hthForms_radios label {
	display: inline;
	margin-left: 5pt;
	font-weight: normal;
}

.hthForms_radios .radioContainer {
	float: right;
	padding-right: 8pt;
}

.hthForms_radios {
	overflow: hidden;
	width: 100%;
}

.hthForms_radios p {
	float: left;
	padding-top: 2pt;
	margin-right: 0;
}

.hthForms label, .hthForms p {
	font-weight: bold;
}

.submit, .submit input {
	display: none;
}

#recog .textarea {
	margin-bottom: 8pt;
}

form.hthForms input.txt, form.hthForms textarea, form.hthForms .butt {
	margin-bottom: 4pt;
}

form.hthForms textarea {
	color: #1d1e49;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	text-align:left;
}

.hthForms p {
	margin-bottom: 2pt;
}
.required {
	padding-left: 2pt;
	color: #f00;
}

.hthForms label.error {
	width: auto;
	display: inline;
	padding-left: 2pt;
	color: #f00;
	font-weight: bold;
	margin:0;
}

.formKey {
	display: none;
}
	


