@charset "utf-8";
/* CSS styles for index.php */

.page_section {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 100px;
}

.page_section_left {
    display: inline-block;
    width: 370px;
    text-align: left;
    margin-right: 30px;
    vertical-align: top;
}

.page_section_right {
    display: inline-block;
    width: 624px;
    vertical-align: top;
}

#form_success {
    width: 100%;
    min-height: 30px;
    border: 2px solid green;
    color: green;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    float: left;
}