
.required {
	color: #FF0000;
}
.field_title {
    line-height: 12px;
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:left;
}
.field_radio {
    vertical-align: center;
      height: 10px;
      padding: auto 0px;
      margin-bottom:10px;  
}
.field_Checkbox {
      vertical-align: center;
      height: 10px;
      padding: auto 0px;
      margin-bottom:10px;
      
}
 
.textfield {
	font-size: 12px;
	width: 200px;
	margin-bottom:10px;
	height: 15px;
}
.textarea {
	font-size: 1.5em;
	width: 400px;
	height: 100px;
	margin-bottom:20px;
}

.field_heading {
	font-size: 1em;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 0px;
	color: #000;
	padding-bottom:15px;
}
.select {
	font-size: 1.3em;
	margin-bottom: 8px;
}
.checkbox_label {
    line-height: 12px;
    font-size: 12px;
	cursor: pointer;
    vertical-align: top;
	margin-left: 5px;
	margin-right:25px;
}
.radio_label {
    line-height: 12px;
	font-size: 12px;
	cursor: pointer;
	vertikal-align: top;
	padding: 0px 10px 10px 4px;
}
.email {
	font-size: 1.2em;
	width: 200px;
	margin-bottom: 8px;
	height: 15px;
}
.captcha_table{
   font-size: 12pt;
   color: #000000;
   padding: 20px 0px 10px 0px;
   margin-bottom:10px;
}
.field_captchatitle {
    line-height: 12px;
    font-size: 12px;
    width: 180px;
	text-align:left;
}

.captcha_table input{
   height:15px;
   font-size: 12px;
   width: 300px;
   color: #000000;
   border: 1px solid #333;
   padding: 1px;
   margin-right: 4px;
   background-color: #FFFFFF;
}




/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}