h2{
    margin-left: 65px;
    text-shadow:1px 0px 3px gray;
}
h3{
    font-size:18px;
    text-align:center;
    /*text-shadow:1px 0px 3px gray;*/
    color: white;
    font-weight: bold;
}
#registerpop h3,#infopop h3{
    color: black;
}
.btpopup{
    float: right;
}
.btpopup_register{
    text-align: right;
    padding: 5px 2px 3px 4px;
}
#login input, #forget input, #change input{
    width:100%;
    height:30px;
    margin-top:5px;
    border:1px solid #999;
    border-radius:3px;
    padding:5px;
}
#login label, #forget label, #change label{
    width:100%;
    color: #A6C2DD;
}
#login input[type=button],#login input[type=submit],
#forget input[type=button],#forget input[type=submit],
#change input[type=button],#change input[type=submit]
{
    background-color:#008A88;
    border:1px solid #008A88;
    font-Weight:bold;
    font-size:18px;
    color:white;
    width:30%;
    cursor: pointer;
    height:35px;
}
#register input[type=button],#register input[type=submit],
#info input[type=button],#info input[type=submit],
#request input[type=button],#request input[type=submit]
{
    background-color:#305EBA;
    border:1px solid #008A88;
    font-Weight:bold;
    font-size:16px;
    color:white;
    width:33%;
    cursor: pointer;
    padding: 2px 2px 3px 3px;
}
#forgetpop label.error, #changepop label.error {
    clear: both;
    color: yellow;
    display: inline-block;
    padding: 2px 0px 7px 0px;
}
#request,#price{
    color: white;
}
#request{
    width: 100%;
    margin: 0;
    max-width: 520px;
}
.img{
    float: right;
    margin-top: -35px;
    margin-right: -37px;
    cursor: pointer;
}
.img_request{
    float: right;
    margin-top: -13px;
    margin-right: -17px;
    cursor: pointer;
}
.room_bottom{
    padding-top: 20px;
    text-align: center;
}
.table_scroll{
    /*max-height: 300px;*/
    overflow-y: auto;
}
.table_scroll table{
    width: 100%;
}
.forgetpop, a.forgetpop:hover{
    text-decoration: none;
    color: #69D6FF;
}
.input-r label {
    display: inline-block;
    vertical-align: middle;
}

.input-r input {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    height: 20px;
    line-height: 20px;
}
#request .input-r input {
    display: inline-block;
    vertical-align: middle;
    width: 355px;
    height: 20px;
    line-height: 15px;
    color: #000;
    padding: 0 5px;
}
.input-r textarea {
    display: inline-block;
    vertical-align: middle;
    width: 355px;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    padding: 5px;
}
#exam .input-r input {
    /*width: 350px;*/
}
#exam .input-r{
    line-height: 35px;
}
.rtable{
    width: 100%;
}
.rtable input{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 25px;
}
.rtable td:first-child{
    text-align: right;
    line-height: 30px;
    vertical-align:top;
    padding-right: 5px;
    width: 150px;
}
.input-r{
    float:right;
    line-height: 30px;
}
.ltext{
    text-align: left;
}
.rtext{
    text-align: right;
}
.ctext{
    text-align: center;
}
.ptop20{
    padding-top: 20px;
}
.pbottom20{
    padding-bottom: 20px!important;
}
.pmargin20{
    margin-bottom: 20px!important;
}
.pright20{
    padding-right: 20px;
}
.pleft20{
    padding-left: 20px;
}
.red{
    color: red;
}
.bold{
    font-weight: bold;
}
.vtop{
    vertical-align: top;
}
.font20{
    font-size: 20px;
}
.modal-dialog label{
    font-weight: normal;
}
.modal-detail.modal{
    padding: 10px !important;
}
/*.modal-detail .modal-dialog,
.modal-detail .modal-content{
    height: 100%;
    box-sizing: border-box;
    margin: 0;
}*/
/*.modal-detail .modal-content{
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}
.modal-detail .modal-content{
    overflow-y: auto;
}
.modal-detail .table_scroll{
    max-height: 100%;
}*/
