.required {
	color: #9b141a;
}
.field_title {
    font-size: 13px;
    width: 30px;
    vertical-align: top;
    text-align:left;
    padding:2px;
padding-left:0px;
}
.textfield, .email, .select{
    font-size: 13px;
    width: 250px;
    border: 1px solid black;
}

.textarea {
    font-size: 13px;
    width: 69.3%;
    height: 100px;
    border: 1px solid black;
background:white;
margin-top:4px;
}
.field_heading {
    font-size: 22px;
    font-weight: normal;
    text-align:center;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: black;
    padding-top: 5px;
    padding-bottom:15px;
    color: gray;
}


.checkbox_label {
    font-size: 11px;
    cursor: pointer;
}
.radio_label {font-size: 11px; cursor: pointer;}

input[type='submit'] {width:100px; color:black; border:1px solid black; margin-top:6px; background:transparent;}

input[type='text'] {color:black; border:1px solid black;}

.captcha_table {font-size: 13px; background:transparent; color:black; padding-top:4px;}

.image_captcha {font-size: 8px;}

.captcha_explain {font-size: 18px;}


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

