form {
    margin: 0; padding: 0;
}
#body_container {
    background-color: #F8F8F8;
    -webkit-tap-highlight-color: transparent;
    min-width: 700px;
    height: auto;
    min-height: 100%;
    padding: 10px 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.lp_form_container {
    position: relative;
    width: 700px;
    background-color: #FFFFFF;
    box-shadow: 0 0 7px 0 #AAAAAA;
    margin: auto;
    color: #525152;
    padding: 20px 20px 40px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.sp_logo img {
    display: block;
    /*margin: auto;*/
    width: 150px;
    padding: 0 0 30px;
}
.form_title_top {
    position: absolute;
    top: 30px;
    right: 25px;
    font-weight: 600;
    text-align: right;
    color: #737577;
    font-size: 2.2em;
    padding: 0 0 15px;
}
.form_title {
    text-align: center;
    color: #262262;
    font-size: 2em;
    padding: 0 0 15px;
}
.form_sub_title {
    position: relative;
    text-align: left;
    color: #00A299;
    font-weight: 600;
    font-size: 1.3em;
    padding: 0 0 0 20px;
    margin-bottom: 30px;
    background: url('../images/gb/logo/sp_logo_15_15.png') left 4px no-repeat;
    background-size: 15px;
}
.subtitle_text {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #FFFFFF;
    padding-right: 5px;
}
.subtitle_line {
    /*position: absolute;*/
    /*top: 16px;*/
    margin-top: -6px;
    width: 100%;
    border-bottom: 1px solid #00A299;
}
.form_title_desc_2 {
    text-align: justify;
    font-size: 0.9em;
    padding: 0 20px;
}
.form_title_desc {
    text-align: center;
    font-size: 0.9em;
    padding: 0 20px;
}
.form_title_notes_2 {
    font-size: 0.8em;
    padding-top: 15px;
    font-style: italic;
}
.form_title_notes {
    color: #c0392b;
    font-size: 0.8em;
    padding-top: 5px;
}
.form_fields {
    font-size: 0.8em;
    padding: 0 10px;
}
.field_spacer {
    height: 10px;
}
.field_label {
    /*color: #00A299;*/
    /*color: #A8A8A8;*/
    /*font-weight: 600;*/
    padding: 0 0 5px 20px;
}
.field_number {
    display: inline-block;
    width: 25px;
    font-weight: 900;
}
.field_input {
    padding-left: 45px;
}
.field_input_short {
    padding-left: 20px;
}
.required_mark {
    color: #c0392b;
}
.td_text_left {
    width: 120px;
    text-align: left;
    font-style: italic;
}
.td_text_right {
    width: 120px;
    text-align: right;
    font-style: italic;
}
.td_last_row .td_border {
    /*border-width: 1px 0;*/
}
.td_border {
    /*border-width: 1px 0 0 0;*/
    /*border-color: #DDDDDD;*/
    /*border-style: solid none;*/
    /*border-image: none;*/
}
.tr_header td {
    font-style: italic;
    border-bottom: 2px solid #AAAAAA;
}
.input_radio {
    cursor: pointer;
}
.input_text {
    cursor: pointer;
    width: 100%;
    /*max-width: 250px;*/
    padding: 0 0 0 5px;
    height: 33px;
    font-size: 1.2em;
    /*font-weight: 100;*/
    color: #555555;
    /*border: 1px solid #BBBBBB;*/
    border: 0;
    border-bottom: 1px dotted #BBBBBB;
    background: #F5F5F5;
    /*background-color: rgba(255,255,255,0.18);*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.input_textarea {
    width: 100%;
    /*max-width: 400px;*/
    padding: 0 0 0 5px;
    height: 100px;
    font-size: 1.2em;
    color: #555555;
    /*border: 1px solid #BBBBBB;*/
    border: 0;
    border-bottom: 1px dotted #BBBBBB;
    background-color: #F5F5F5;
    -webkit-tap-highlight-color: rgba(0,0,0,0);;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    resize: none;
}
.input_date {
    background: rgba(255,255,255,0.18) url('../images/gb/icon/calendar_white_30.png') no-repeat 98% center;
}
.input_select {
    cursor: pointer;
    width: 100%;
    /*max-width: 250px;*/
    padding: 0 0 0 5px;
    height: 30px;
    font-size: 1.2em;
    /*font-weight: 100;*/
    color: #555555;
    /*border: 1px solid #BBBBBB;*/
    border: 0;
    border-bottom: 1px dotted #BBBBBB;
    background: url('../images/gb/icon/arrow_down_simple_gray_20.png') no-repeat 98% center #F5F5F5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: textarea;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.input_checkbox_container {
    border: 0;
    border-bottom: 1px solid transparent;
}
.input_radio_container {
    border: 0;
    border-bottom: 1px solid transparent;
}
.input_radio {
}
.input_checkbox {
}
.input_required {
    border-style: solid;
    border-color: #e74c3c !important;
    /*background-color: #FFF5F5;*/
    /*box-shadow: 0 0 1px 0 #F76c5c;*/
}
#btn_back {
    margin-right: 20px;
}
.silver_button {
    font-weight: 700;
    font-size: 0.85em;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    padding: 7px 20px 7px;
    color: #464646;
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.blue_button {
    font-weight: 700;
    font-size: 0.85em;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    padding: 7px 20px 7px;
    color: #FFFFFF;
    /*background-color: #4d90fe;*/
    /*border: 1px solid #3079ed;*/
    background-color: #00A299;
    border: 1px solid #008279;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.form_progress_container {
    float: right;
    text-align: right;
}
.progress_bar_container {
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    padding: 1px;
    height: 10px;
    width: 150px;
}
.progress_bar {
    background-color: #464646;
    height: 100%;
}
.input_radio_container label, .input_checkbox_container label {
    cursor: pointer;
    display: block;
    padding: 3px 0;
}
.text_link_container {
    text-align: center;
}
.input_loading {
    background: #F5F5F5 url('../images/gb/ajax-loader.gif') no-repeat 96% center;
}
#topic_selector {
    display: none;
}
.topic_container {
    position: relative;
    width: 80%;
    max-width: 500px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 10px 0 5px;
    border: 1px solid #BBBBBB;
    background: rgba(255,255,255,0.18);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.topic_item {
    cursor: pointer;
    display: block;
    padding: 3px 0 3px 5px;
}
.topic_item:hover {
    /*font-weight: 900;*/
    background-color: #F5F5F5;
}
.topic_item_selected {
    font-weight: 900 !important;
    background-color: #F0F0F0;
}
.form_error_msg {
    padding-top: 10px;
    font-size: 1em;
    color: #e74c3c;
    /*text-align: center;*/
}
.form_title_success {
    text-align: center;
    /*color: #e74c3c;*/
    font-size: 0.9em;
    padding: 0 20px;
}
.footer_section {
    position: relative;
    z-index: 2;
}
.footer_bg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 110px;
    background: url('../images/gb/bg/sp_footer_grey.png') no-repeat top center;
}
.footer_bg_small {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    background: url('../images/gb/bg/sp_footer_grey.png') no-repeat top center;
}
#btn_switch_lp {
    margin-right: 20px;
}