.mail_form_div *:not(option) {
   display: inline-block;
}

.mail_form_heading {
   font-family: Verdana, Arial, sans-serif;
   font-size: 16px;
   color: #4D88FE;
   text-align: left;
   margin-left: 15px;
   margin-bottom: 20px;
}

.mail_form_large_text {
   font-family: Verdana, Arial, sans-serif;
   font-size: 13px;
   color: #4D88FE;
}

.mail_form_small_text {
   font-size: 12px;
   color: #4D88FE;
   font-weight: normal;
}

.btn_div {
   padding-top: 3px;
   padding-right: 6px;
   padding-bottom: 3px;
   padding-left: 6px;
   text-align: center;
   background-color: #FFFFFF;
   border: 2px solid #888888;
   margin-left: 35%;
   width: 100px;
   cursor: pointer;
}

.btn_txt {
   font-family: Arial, Verdana, sans-serif;
   font-size: 14px;
   color: #4D88FE;
   font-weight: bold;
}

.link_div a:link {
   color: #000000;
   text-decoration: none;
}

.link_div a:visited {
   color: #000000;
   text-decoration: none;
}

.link_div a:hover {
   color: #000055;
   text-decoration: underline;
}

.link_div a:active {
   color: #550000;
   text-decoration: underline;
}

#form_div_btn {
   display: none;
}

#login_logout {
   float: right;
   width: 160px;
}

#logout_div_btn {
   margin-top: 5px;
   margin-right: 10px;
   float: right;
}

#logout_btn_txt {
}

#create_acct_div_btn {
   margin-top: 5px;
   float: left;
}

#generate_pass_div_btn {
   display: none;
}

#login_div_btn {
   margin-top: 5px;
   margin-right: 10px;
   float: right;
}

#my_account_div_btn {
   margin-top: 5px;
   float: left;
}

.form_submit_error_txt {
   font-size: 18px;
   color: #ff0000;
   font-style: italic;
   text-align: center;
   background-color: #FFFF88;
}

.field_highlight {
   border: 3px solid #FF0000;
}

.form_submit_success_txt {
   font-size: 24px;
   font-weight: bold;
}

.mollom_instructions {
   margin-left: 10px;
   margin-bottom: 20px;
}

.tiny_txt_field {
   margin-bottom: 3px;
   width: 50px;
}

.short_txt_field {
   margin-bottom: 3px;
   width: 100px;
}

.medium_txt_field {
   margin-bottom: 3px;
   width: 150px;
}

.long_txt_field {
   margin-bottom: 3px;
   width: 325px;
}

.field_title_div {
   padding-left: 5px;
   vertical-align: top;
   width: 150px;
}

.required_field {
   border: 3px solid #888;
}

.required_box {
   border: 3px solid #888;
   margin-right: 1%;
   margin-left: 10%;
   width: 15px;
   height: 15px;
   visibility: hidden;
}

.required_mark {
   font-size: 14px;
   color: #F00;
   font-weight: bold;
}

.required_msg {
   font-size: 12px;
   color: #F00;
}

#recaptcha2_row {
   display: none;
}

#wscaptcha_row {
   display: none;
}

#mollomcaptcha_row {
   display: none;
}

#mollom_captcha {
   padding-top: 10px;
   padding-right: 0px;
   padding-bottom: 0px;
   text-align: right;
   display: inline-block;
}

#captcha_response_field {
   margin-top: 10px;
   margin-right: 0px;
   margin-left: 0px;
   margin-bottom: 10px;
   display: inline-block;
   width: 75px;
}

#recaptcha_td {
   margin-left: 150px;
   display: block;
}

#recaptcha_td * {
   border-collapse: collapse;
   display: initial;
}

#recaptcha_widget_div {
   display: block;
}

#recaptcha_area {
   display: block;
}

#recaptcha_table {
   display: table;
}

#recaptcha_table tbody {
   display: table;
}

#recaptcha_table tr {
   display: table-row;
}

#recaptcha_table td {
   display: table-cell;
}

.group_div {
   padding-right: 5px;
   padding-left: 3px;
}

.mail_form_div textarea {
   width: 345px;
   height: 100px;
}

#forgot_password_msg {
   text-align: center;
   width: 100%;
}

.address_block {
   font-size: 14px;
   margin-left: 100px;
   margin-bottom: 30px;
}

.reveal_pass_icon {
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   line-height: 20px;
   width: 20px;
   height: 20px;
   background-image: url('/images/icons/icon_eye_sm.png');
   background-attachment: scroll;
   background-repeat: no-repeat;
   cursor: pointer;
}

.reveal_pass_icon:hover {
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   line-height: 20px;
   width: 20px;
   height: 20px;
   background-image: url('/images/icons/icon_eye_sm_mo.png');
   background-attachment: scroll;
   background-repeat: no-repeat;
   cursor: pointer;
}

.gen_pass_icon {
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   line-height: 20px;
   width: 20px;
   height: 20px;
   background-image: url('/images/icons/icon_dice_sm.png');
   background-attachment: scroll;
   background-repeat: no-repeat;
   cursor: pointer;
}

.gen_pass_icon:hover {
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   line-height: 20px;
   width: 20px;
   height: 20px;
   background-image: url('/images/icons/icon_dice_sm_mo.png');
   background-attachment: scroll;
   background-repeat: no-repeat;
   cursor: pointer;
}

