.newketang div.labelbox{
    font-size: 14px;
    float:left;
    margin-left:50px;
    padding-top:7px;
    text-align: right;
    width:90px;
}

.newketang input.txt{ 
    width:290px;
    height:35px;
    line-height:34px; 
    //border:none; 
    border: gray solid 1px;
    padding:0 5px 0 5px; 
    font-size:14px;
    //background-position: -1px -36px;
}
.newketang input.sel{ 
    background:url("../../../imgs/ketang_select.png") no-repeat scroll 0px -41px rgba(0, 0, 0, 0);
    width:290px;
    height:35px;
    line-height:34px; 
    border:none; 
    padding:0 5px 0 5px; 
    font-size:14px;
    //background-position: -1px -36px;
}
.newketang textarea.txt{ 
    resize: none;
    width:290px;
    height:80px;
    line-height:20px; 
    border:none; 
    padding:0 5px 0 5px; 
    font-size:14px;
    border-radius:2px;
}
.newketang select.sel{ 
    border: gray solid 1px;
    width:300px;
    height:35px;
    line-height:34px; 
    //border:none; 
    padding:0 5px 0 5px; 
    font-size:14px;
    color: black;
    //background-position: -1px -36px;
}
.newketang ul{
    background: none repeat scroll 0 0 #f3f9fc;
    border:1px solid #57a8e4;
    cursor: auto;
    left:523px;
    max-height:200px;
    overflow-x:hidden;
    overflow-y:scroll;
    padding:1px;
    position:absolute;
    //top:23px;
    width:296px;
}
.newketang li.hover{
    background: none repeat scroll 0 0 #57a8e4;
}
.newketang li:hover{background: none repeat scroll 0 0 #57a8e4;}
.newketang input.submit{
    background: url("../../../imgs/ketang_submit.png") no-repeat scroll 0 -50px rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: bold 22px/52px "Tahoma";
    height: 52px;
    text-align: center;
    width: 183px;
}
.newketang a.submit{
    background: url("../../../imgs/ketang_submit.png") no-repeat scroll 0 -50px rgba(0, 0, 0, 0);
    vertical-align: bottom;
    text-decoration: none;
    margin-left: 30px;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: bold 22px/52px "Tahoma";
    height: 52px;
    text-align: center;
    width: 183px;
}


.button{
    width: 106px;
    line-height: 38px;
    text-align: center;
    font: bold 17px/30px "Tahoma";
    color: #fff;
    border-radius: 5px;
    margin:0 20px 20px 0;
    position: relative;
    overflow: hidden;
}
.button.blue{
    border:1px solid #1e7db9;
    background: -webkit-linear-gradient(top,#42a4e0,#2e88c0);
    background: -moz-linear-gradient(top,#42a4e0,#2e88c0);
    background: linear-gradient(top,#42a4e0,#2e88c0);
}
.blue.rarrow:before{
    background: #1E7DB9;
}
.blue.rarrow:after{
    box-shadow: 0 1px 0 #8FCAEE inset,-1px 0 0 #497897 inset,-2px 0 0 #8FCAEE inset;
    background:-webkit-linear-gradient(top left,#42A4E0,#2E88C0);
    background:-moz-linear-gradient(top left,#42A4E0,#2E88C0);
    background:linear-gradient(top left,#42A4E0,#2E88C0);
}
.blue:active{
    top:1px;
    box-shadow: 0 1px 3px #114566 inset,0 3px 0 #fff;
    background: -webkit-linear-gradient(top,#1a71a8,#1976b1);
    background: -moz-linear-gradient(top,#1a71a8,#1976b1);
    background: linear-gradient(top,#1a71a8,#1976b1);
}
.blue.rarrow:active:after{
    background:-webkit-linear-gradient(top left,#1a71a8,#1976b1);
    background:-moz-linear-gradient(top left,#1a71a8,#1976b1);
    background:linear-gradient(top left,#1a71a8,#1976b1);
}
.blue.rarrow:active:after{
    box-shadow: 0 1px 0 #114566 inset,-1px 0 0 #114566 inset;
}
.button.rarrow{
    overflow:visible;
}
.rarrow:before{
    width: 27px;
    height: 27px;
    top: 6px;
    right: -13px;
    clip: rect(auto auto 26px 2px);
}
.rarrow:after{
    top: 6px;
    right: -12px;
    clip: rect(auto auto 26px 2px);
}
.blue.rarrow:hover:after{
    background:-webkit-linear-gradient(top left,#70bfef,#4097ce);
    background:-moz-linear-gradient(top left,#70bfef,#4097ce);
    background:linear-gradient(top left,#70bfef,#4097ce);
}
.blue.rarrow:active:after{
    background:-webkit-linear-gradient(top left,#1a71a8,#1976b1);
    background:-moz-linear-gradient(top left,#1a71a8,#1976b1);
    background:linear-gradient(top left,#1a71a8,#1976b1);
}
.blue.rarrow:active:after{
    box-shadow: 0 1px 0 #114566 inset,-1px 0 0 #114566 inset;
}
.ketang-banner_title {
    font-size: 22px;
    height: 33px;
    letter-spacing: 1px;
    line-height: 33px;
    margin-bottom: 5px;
    margin-top: -8px;
    max-width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto !important;
    word-wrap: normal;
}
.ketang-banner_cost{
    color: #e85308;
    vertical-align: baseline;
}
.ketang-banner_cost span {
    font-size: 22px;
}
.ketang-banner_begintime {
    display: inline-block;
    position: relative;
    vertical-align: baseline;
}
.ketang-banner_content-line {
    color: #666;
    font-size: 14px;
    margin-bottom: 3px;
}
.btn-primary {
    -moz-user-select: none;
    background-color: #ff9a00;
    border: 1px solid transparent;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.course-banner-wrap {
    background: none repeat scroll 0 0 #f4f5f7;
    padding: 25px 0 135px;
}
.mod-breadcrumbs {
    cursor: pointer;
    font-size: 0;
    margin: 0 auto 20px;
    width: 960px;
}
.mod-course-banner {
    cursor: default;
    height: 200px;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.mod-course-banner__btn-wrap {
    bottom: 0;
    font-size: 0;
    left: 395px;
    margin-top: 25px;
}
.mod-course-banner__btn-wrap .btn-primary {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 200px;
}
.mod-course-banner__status {
    bottom: -135px;
    height: 120px;
    position: absolute;
    right: -5px;
    width: 162px;
}
.mod-course-banner__status.mod-course-banner__registered {
    background: url("http://9.url.cn/edu/img/bg_registered.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.mod-course-banner__status.mod-course-banner__signed-stop {
    background: url("http://9.url.cn/edu/img/bg_signed_stop.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.mod-course-banner__status.mod-course-banner__class-end {
    background: url("http://9.url.cn/edu/img/bg_class_end.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.tb_remark{
    //border: 1px solid #d7d7d7;
    width: 960px;
    margin: 0 auto;
    //margin-top: 50px;
}

