@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: 700px;
    text-align: left;
    margin-right: 20px;
    vertical-align: top;
}

.page_section_right {
    display: inline-block;
    width: 350px;
    vertical-align: top;
}

.detail_td {
    border-bottom: 1px solid #CCCCCC;
}

.button_back {
    width: 100px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #CCCCCC;
    color: white;
    background-color: #DD372C;
    border-radius: 5px;
    margin-bottom: 20px;
}

.button_back:hover {
    background-color: #77372C;
    cursor: pointer;
}

#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;
}