.pass_title {
    font-size: 12px;
    color: #fd5f02;
    font-weight: bold;
    display: block;
    padding-bottom: 3px
    }
.pass_data {
    font-size: 12px;
    color: #494747
    }
.pass_data input {
    font-size: 12px;
    color: #494747
    }
.pass_data select {
    font-size: 12px;
    color: #494747
    }
.seat_booked {
    color: white;
    background-color: red;
    display: block;
    width: 35px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding: 1px;
    height: 15px;
    cursor: default
    }
.seat_free {
    color: white;
    background-color: green;
    display: block;
    width: 35px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding: 1px;
    height: 15px;
    cursor: pointer
    }
.seat_free2 {
    color: white;
    background-color: #fe5f03;
    display: block;
    width: 35px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding: 1px;
    height: 15px;
    cursor: pointer
    }
.seat_lock {
    color: green;
    background-color: Yellow;
    display: block;
    width: 35px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding: 1px;
    height: 15px
    }
.seat_empty {
    display: block;
    width: 35px;
    height: 15px
    }
.seat_table {
    width: 645px
    }
.seat_table {
    width: 653px;
    border: none;
    position: relative;
    padding: 3px
    }
.seats_table caption {
    color: red
    }
.reg_container {
    font-size: 12px;
    color: #494747;
    line-height: 17px;
    position: relative;
    width: 645px;
    padding: 3px
    }
.reg_title {
    font-size: 12px;
    color: #fd5f02;
    font-weight: bold;
    display: block;
    padding-bottom: 3px
    }
.reg_form td input, .reg_form td select {
    font-size: 12px
    }
.reg_form td {
    padding-top: 1px;
    padding-bottom: 1px
    }
.reg_form {
    padding-bottom: 10px;
    padding-top: 10px
    }
.reg_form th {
    text-align: right;
    padding-right: 5px;
    padding-left: 5px
    }
.o_save {
    position: relative;
    width: 650px;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px
    }
.o_save a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background-color: #63106b;
    border-style: solid;
    border-color: #ff6500;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 60px
    }