  #fuseForm input, #fuseForm select {
        border: 2px solid #006f4b;
        font-size: 18px;
        height: 52px;
        width: 100% !important;
        display: block;
        font-weight: bold;
        color: #006f4b;
    }
a.btn, input[type=submit].btn, button[type=submit].btn{
text-align: center; margin: 0 auto !important; display: block !important; margin-top: 15px !important;}
a.btn-primary:hover, input[type=submit].btn-primary:hover, button[type=submit].btn-primary:hover{
border-color:#057c60 !important;
color:#057c60 !important;
}
    #fuseForm select.DropDownField.form-control{
        width: 90% !important;
}

table.CaptchaTable tr td{
padding: 0px !important;
}

    #fuseForm label, #ctl00_placeHolderMain_placeHolderMainZones_lt_zoneMain_InnerZone_InnerZone_zone_ContentZone_ContentZone_zone_EditableText_ucEditableText_widget1_ctl00_viewBiz_SimpleCaptcha_lblSecurityCode {
        font-size: 20px;
        font-weight: bold;
        color: #006f4b;
		padding-left: 10px;
    }



#fuseForm .control-group-inline{margin-bottom: 10px;}

    #fuseForm td {
        padding: 10px;
    }
 table#fuseForm{
     table-layout: fixed;
                width: 100% !important;
          
            }
.ErrorLabel, .EditingFormErrorLabel {
color: #f00;
display: block;
padding-bottom: 10px;
text-align: left;
}

/* below added by debbie */

#fuseForm textarea {
    overflow: auto;
    width: 480px;
    height: 75px;
    border: 2px solid #007A5E;
    font-size: .8vw;
}

#fuseForm .explanation-text {
    font-size: 18px;
    line-height: 19px;
    margin-top: -28px;
    margin-left: 50px;
}

.radio-list-vertical label {
	color: #505050 !important;
font-size: 19px !important;
font-weight: normal !important;
line-height: 10px !important;
}

    @media only screen and (max-width: 700px) {
       
            #fuseForm td {
                display: block !important;
                width: 100% !important;
                padding: 0 0;
            }
   #fuseForm textarea {
    overflow: auto;
    width: 340px;
    height: 75px;
    border: 2px solid #007A5E;
    font-size: .8vw;
}
}
