P.order_text {
    margin: 20px 0 30px 0;
    line-height: 1.5em;
    padding: 0 1em;
}

.order_box {
    margin: 0 0 40px 0;
}

.order_stage {
    background: rgb(220,220,220);
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
    color: #fff;
    margin: 0 0 10px 0;
    border-left: 5px solid rgb(193,24,31);
    font-size: 14px;
}

.order_seminar {
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 20px;
    font-size: 13px;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 10px 0;
    border: 1px solid rgb(255,255,255);
}

.order_seminar .cb {
    float: left;
    width: 50px;
    padding-top: 10px;
}

.order_seminar .state {
    float: right;
    margin: 0;
    padding: 0 20px 0 0;
}

.order_seminar .state {
    color: rgb(49,154,59);
}

.order_seminar .state_full {
    float: right;
    margin: 0;
    padding: 0 20px 0 0;
}

.order_seminar .state_full {
    color: red;
}

.order_seminar .time, .order_seminar .name, .order_seminar .title {
    margin: 0 30px 0 0;
    color: rgb(60,60,60);
}

.order_seminar .title A {
    text-decoration: none;
}

.order_seminar .stage {
    display: none;
}

.seminar_result {
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 20px;
    font-size: 14px;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 10px 0;
    border: 1px solid rgb(255,255,255);
}

.seminar_result .time, .seminar_result .name, .seminar_result .title, .seminar_result .stage {
    margin: 0 30px 0 0;
    color: rgb(60,60,60);
}

#result {
    display: none;
}

#order_result {
    margin: 0 0 30px 0;
}

.order_step {
    text-align: center;
    margin: 0 0 30px 0;
}

.send_order {
    text-align: center;
    margin: 0 0 30px 0;
}

.order_txt {
    padding: 0 20px;
    color: rgb(60,60,60);
    font-size: 14px;
}

.order_left {
    float: left;
    width: 650px;
}

.order_right {
    float: left;
}

H3.order_type {
    font-size: 25px;
    color: #ff8c00;
}

.timetable {
    text-align: center;
    margin: 0 0 30px 0;
}

.timetable IMG {
    margin: 0 0 10px 0;
    border: 1px solid rgb(0,162,255);
    padding: 3px;
}


.timetable A {
    text-decoration: none;
    font-weight: bold;
    color: rgb(50,50,50);
    font-size: 17px;
}

.timetable A:hover {
    text-decoration: underline;
}

.timetable A SPAN {
    color: rgb(0,162,255);
}

sup { height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative; color: #ff8c00; margin: 0 0 0 -10px; }

sup { bottom: 1ex; }