﻿.jmodal-overlay {
    background-color: #888888;
    bottom: 0;
    display: none;
    left: 100px;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 200;
}
.jmodal-main {
    font-size: 12px;
    overflow: visible;
	position:fixed !important; /* 浮动对话框 */
    position: absolute;
    top:25%;
	left:35%;
	display:none;
	z-index:9999;
}
.jmodal-main table {
    width: 400px;
}
.jmodal-main a.close {
    background: url("../images/jmodal/dialog_close.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 16px;
    z-index: 300;
}
.jmodal-main .jmodal-top {
    font-size: 0;
    height: 10px;
    line-height: 0;
    overflow: hidden;
}
.jmodal-main .jmodal-top-left {
    background: url("../images/jmodal/dialog_top_left.png") no-repeat scroll center bottom transparent;
	_background: url("../images/jmodal/dialog_top_left.gif") no-repeat scroll center bottom transparent;
    height: 10px;
    width: 10px;
}
.jmodal-main .jmodal-top-right {
    background: url("../images/jmodal/dialog_top_right.png") no-repeat scroll center bottom transparent;
	_background: url("../images/jmodal/dialog_top_right.gif") no-repeat scroll center bottom transparent;
    height: 10px;
    width: 10px;
}
.jmodal-main .jmodal-border-top {
    background: url("../images/jmodal/dialog_border.png") repeat-x scroll center bottom transparent;
    height: 10px;
}
.jmodal-main .jmodal-middle {
    height: auto;
    width: 400px;
}
.jmodal-main .jmodal-border-right,.jmodal-main .jmodal-border-left {
    background: url("../images/jmodal/dialog_border.png") repeat-y scroll left bottom transparent;
    width: 10px;
}
.jmodal-main .jmodal-middle-content {
    width: 380px;
}
.jmodal-main .jmodal-title {
    background: url("../images/jmodal/dialog_title.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-indent: 10px;
}
.jmodal-main .jmodal-content {
    background-color: #FFFFFF;
    border-bottom: 1px solid #BEBEBE;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 10px;
}
.jmodal-main .jmodal-content img {
    margin-right: 5px;
}
.jmodal-main .jmodal-content p {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}
.redblock, .blueblock, .greenblock {
    float: left;
    height: 15px;
    margin-right: 10px;
    width: 40px;
}
.redblock {
    background-color: #BE0000;
}
.blueblock {
    background-color: #0074E4;
}
.greenblock {
    background-color: #3DA300;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}
.jmodal-main .jmodal-content .textarea {
    border: 1px solid #809DB9;
    color: #868686;
    font-size: 12px;
    height: 90px;
    line-height: 23px;
    overflow: hidden;
    padding: 5px 3px;
    width: 350px;
}
.jmodal-main .jmodal-content .smallinput {
    border: 1px solid #809DB9;
    color: #868686;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 3px;
    vertical-align: middle;
    width: 50px;
}
.jmodal-main .jmodal-content .item {
    border-top: 1px solid #DCDCDC;
    display: inline-table;
    line-height: 35px;
    margin: 5px 0;
    padding: 5px 0;
    vertical-align: middle;
    width: 100%;
}
.jmodal-main .jmodal-content .user {
    display: inline-table;
    height: 22px;
    line-height: 22px;
    margin: 5px 0;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}
.jmodal-main .jmodal-content .user .left {
    float: left;
    font-size: 12px;
    height: 22px;
    text-align: right;
    width: 70px;
}
.jmodal-main .jmodal-content .user .input {
    border: 1px solid #809DB9;
    color: #868686;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0 5px;
    overflow: hidden;
    padding: 0 3px;
    vertical-align: middle;
    width: 150px;
}
.jmodal-main .jmodal-content .user a.forgot {
    color: #666666;
    padding-right: 5px;
    text-decoration: none;
}
.jmodal-main .jmodal-content .user a.signnew {
    color: #2C7D08;
    padding-right: 5px;
    text-decoration: none;
}
.jmodal-main .jmodal-opts {
    background-color: #EBF3F7;
    border-color: #FFFFFF #868686 #868686;
    border-style: solid;
    border-width: 1px;
    padding: 8px 5px;
    text-align: center;
}
.jmodal-main .jmodal-opts .submit, .jmodal-main .jmodal-opts .cancel {
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    height: 31px;
    line-height: 30px;
    margin:0 10px;
    text-align: center;
    width: 90px;
}
.jmodal-main .jmodal-opts .submit {
    background: url("../images/jmodal/dialog_submit.gif") repeat scroll 0 0 #347FD2;
}
.jmodal-main .jmodal-opts .submit:hover {
    background: url("../images/jmodal/dialog_submit_hover.gif") repeat scroll 0 0 #347FD2;
}
.jmodal-main .jmodal-opts .cancel {
    background: url("../images/jmodal/dialog_button.png") repeat scroll 0 0 #C0DEEE;
    color: #607E8C;
}
.jmodal-main .jmodal-opts .cancel:hover {
    background: url("../images/jmodal/dialog_button_hover.gif") repeat scroll 0 0 #C0DEEE;
    color: #607E8C;
}
.jmodal-main .jmodal-bottom {
    font-size: 10px;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
}
.jmodal-main .jmodal-border-bottom {
    background: url("../images/jmodal/dialog_border.png") repeat-x scroll center top transparent;
    height: 10px;
}
.jmodal-main .jmodal-bottom-left {
    background: url("../images/jmodal/dialog_bottom_left.png") no-repeat scroll center top transparent;
    height: 10px;
    width: 10px;
}
.jmodal-main .jmodal-bottom-right {
    background: url("../images/jmodal/dialog_bottom_right.png") no-repeat scroll center top transparent;
	_background: url("../images/jmodal/dialog_bottom_right.gif") no-repeat scroll center top transparent;
    height: 10px;
    width: 10px;
}


/*4月11日增加*/
.jmodal-main .jmodal-content-mob {
    float:left;
	width:328px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #BEBEBE;
    border-left: 1px solid #868686;
    border-right: 1px solid #868686;
    height: auto;
    line-height: 20px;
    margin:0;
    padding:10px 10px 10px 40px;
    margin-bottom:10px;
	display:inline;
}
.jmodal-main .jmodal-content-mob .mob {
    display:inline-table;
    margin: 5px 0;
	display:inline;
    padding:0;
    vertical-align: middle;
    width:100%;
}
.jmodal-main .jmodal-content-mob .mob {width:275px;margin:5px 0 5px 30px;padding:0;}
.jmodal-main .jmodal-content-mob .mob p.yhm{width:240px;float:left;margin:5px 0 5px 30px;padding:0; display:inline;}
.jmodal-main .jmodal-content-mob .mob .jr{width:185px;color:#006DAB;text-align:left;float:left;overflow:hidden;margin:0px;padding:0;}
.jmodal-main .jmodal-content-mob .mob img{margin-left:5px;float:right;padding:0;}
.jmodal-main .jmodal-content-mob .mob a{margin-right:5px;text-decoration:none;color:#006DAB;}
.jmodal-main .jmodal-content-mob .mob a:hover{color:#000;text-decoration:none;}
.jmodal-main .jmodal-content-mob .tup{width:30px;float:left;padding:0;}
.jmodal-main .jmodal-content-mob .wz{width:270px;margin:5px 0;float:left;padding:0;}

#fullbg {
        background-color:Gray;
        left:0px;
        opacity:0.5;
		height:100%;
        position:absolute;
        top:0px;
        z-index:9998;
        filter:alpha(opacity=50); /* IE6 */
        -moz-opacity:0.5; /* Mozilla */
        -khtml-opacity:0.5; /* Safari */
}

/*4月17日增加*/
.jmodal-main .rodal-title {
    background: url("../images/register/rialog_title.png") repeat scroll 0 0 transparent;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-indent: 10px;
}
.jmodal-main .rmodal-opts  .rubmit, .jmodal-main .jmodal-opts .cancel {
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    height: 31px;
    line-height: 30px;
    margin:0 10px;
    text-align: center;
    width: 90px;
}
.jmodal-main .rmodal-opts  .rubmit {
    background: url("../images/register/rialog_submit.gif") repeat scroll 0 0 #347FD2;
}
.jmodal-main .rmodal-opts  .rubmit:hover {
    background: url("../images/register/rialog_submit_hover.gif") repeat scroll 0 0 #347FD2;
}
.jmodal-main a.rlose {
    background: url("../images/register/rialog_close.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 16px;
    z-index: 300;
}
.jmodal-main .rmodal-opts {
    background-color: #FFFFFF;
    border-color: #FFFFFF #868686 #868686;
    border-style: solid;
    border-width: 0px;
    padding: 8px 5px;
    text-align: center;
}