.arcticmodal-container table { background: none !important; }
.arcticmodal-container table tr:hover { background: none !important; }
.arcticmodal-container table td:last-child { text-align: left !important; }
.box-modal {
    position: relative;
    width: 853px;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    border-radius: 7px;
    padding-bottom: 30px;
}
.box-modal#alertModal {
    width: 570px;
    padding: 20px;
    border-radius: 8px;
    font-size: 16px;
    border-left: 40px solid orange;

}
.box-modal iframe { margin-bottom: -4px; }
.box-modal.form_result { width: 650px; }

.box-modal_close { 
    position: absolute;
    right: -40px;
    top: -10px;
    cursor: pointer;
    background: url(/img/bg_close_layer.png) no-repeat;
    width: 30px;
    height: 30px;
}

.box-modal_close:hover { 
    background-position-y: -30px; 
}

.blue_top_line {
    height: 14px;
    background-color: #498bb6;
    margin: -16px -16px 30px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.win_title {
  font-size: 26px;
  margin-bottom: 16px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}

.win_container {
  background-color: #ebebeb;
  padding: 14px 16px;
  margin: 0 -16px;
}

.buttons_line {
    margin: 0 -16px -16px -16px;
    text-align: center;
    padding: 20px 0;
    background-color: #0aa70f;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.buttons_line button {
  width: 260px;
  height: 46px;
  background-color: #0aa70f;
  color: white;
  font-size: 17px;
  border: 2px solid white;
  border-radius: 5px;
  cursor: pointer;
}

.buttons_line button:hover {
  background-color: #15be1a;
}

.form_field_line {
  margin-bottom: 4px;
}

.form_field_line INPUT[type="text"] {
  width: 785px;
  height: 34px;
  border-radius: 3px;
  border: 1px solid gray;
  padding: 2px 10px;
  font-size: 15px;
  margin-bottom: 4px;
}

.form_field_line textarea {
  width: 785px;
  border: 1px solid gray;
  border-radius: 3px;
  font-size: 15px;
  height: 100px;
}

.form_reminder {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: gray;
  text-align: left;
}

.current_errors {
  /*background-image: url(/img/degong/alert_error_white_small.png);*/
  background-repeat: no-repeat;
  background-color: #ff6600;
  background-position: 16px 8px;
  margin: -14px -16px 14px -16px;
  height: 46px;
  line-height: 46px;
  color: white;
  text-align: center;
}

.success_area .c_left {
  background-image: url(/img/degong/alert_success.png);
  background-repeat: no-repeat;
  background-position: 110px 10px;
  width: 230px;
  height: 100px; 
}

.success_area .c_right {
  width: 550px;  
}

.success_area h3 {
  color: gray;
  margin-top: 20px;
  margin-bottom: -10px;
}

/* Feedback Window */

.box-modal-feedback {
    border-radius: 14px;
    padding: 25px;
}

.fb_form_field {
    margin-bottom: 14px;
    border-radius: 4px;
}

.btn-centered {
    margin: 0 auto;
    width: 200px;
    display: block;
}

#form-error-message {
    background-color: #fc7615;
    color: white;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 15px;
}

.fb_button_line {
    background-color: #f0f0f0;
    padding: 20px;
    margin: 10px -25px -25px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.fb_form_success {
    text-align: center;
    font-size: 18px;
}