table#form {
	height: auto;
}

table#form td.formDesc {
	padding: 0 0 8px 0;
	vertical-align: bottom;
/*	border: 1px solid green;*/
}

table.partial td {
	padding: 0;
	margin: 0;
/*	border: 1px solid green;*/
	width: 314px;
}
table#form td.asterisk {
	color: #FFB300;
}

textarea, input.asterisk, input.formText {
	color: #525252;
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #525252;
	padding: 0px 2px;
	margin: 1px 7px 0 0;
}

select {
	color: #525252;
	border: 1px solid #525252;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 1px 0 0 0;
}

input.radio {
	padding: 0px;
	margin: 1px 0 0 0;
}

/*textarea:focus, input:focus, select:focus {
	border: 1px solid #FFB300;
}*/

.constWidth { width: 311px; }
.constSmallPartWidth { width: 43px; }
.constBigPartWidth { width: 261px; }
.constMedWidth { width: 152px; }
.constGenderWidth { width: 125px; }
.constWidthWide { width: 440px; height: 45px; }
.constBiggerWidth { width: 650px; }

b.hi {
	color: #FFB300;
}

b.hiError {
	color: #FFB300;
}

table#form table.checkBoxes {
	width: auto;
	margin: 0px;
}

table#form table.checkBoxes td {
	padding: 2px 0 0 0;
	vertical-align: middle;
}

table#form table.checkBoxes td.box {
	padding: 0;
	vertical-align: top;
}

.submitbutton {
	background: white;
	color: #525252;
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #525252;
	padding: 0px 12px;
	margin: 0;
	margin-top: 4px;
}
.submitbuttonTop {
	margin-top: 0px;
	margin-bottom: 4px;
}

optgroup {
	font-style: normal;
	font-weight: bold; 
}
