﻿.jmodal-overlay {
    background-color: #888888;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
    top:100px;
    left:100px;

}
.jmodal-main {
    font-size: 12px;
    left: 0;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99999;
}
.jmodal-main table {
    width: 400px;
}
.jmodal-main a.close {
    background: url("../images/jmodal/dialog_close.png") no-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;
	_background: url("../images/jmodal/dialog_border.gif") repeat-x scroll center bottom transparent;
    height: 10px;
}
.jmodal-main .jmodal-middle {
    height: auto;
    width: 400px;
}
.jmodal-main .jmodal-border-left {
    background: url("../images/jmodal/dialog_border.png") repeat-y scroll right bottom transparent;
	_background: url("../images/jmodal/dialog_border.gif") repeat-y scroll right bottom transparent;
    width: 10px;
}
.jmodal-main .jmodal-border-right {
    background: url("../images/jmodal/dialog_border.png") repeat-y scroll left bottom transparent;
    _background: url("../images/jmodal/dialog_border.gif") 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;
    border-left: 1px solid #868686;
    border-right: 1px solid #868686;
    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;
}
.left40 {
    float: left;
    font-size: 12px;
    height: 22px;
    text-align: right;
    width: 50px;
}
.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: 140px;
	float: left;
}
.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: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 31px;
    margin: 0 15px;
    text-align: center;
    width: 90px;
	line-height:30px
}
.jmodal-main .jmodal-opts .submit {
    background: url("../images/jmodal/dialog_submit.gif") no-repeat scroll 0 0 #347FD2;
}
.jmodal-main .jmodal-opts .submit:hover {
    background: url("../images/jmodal/dialog_submit_hover.gif") no-repeat scroll 0 0 #347FD2;
}
.jmodal-main .jmodal-opts .cancel {
    background: url("../images/jmodal/dialog_button.png") no-repeat scroll;
	color:#607E8C;
}
.jmodal-main .jmodal-opts .cancel:hover {
    background: url("../images/jmodal/dialog_button_hover.gif") no-repeat scroll;
	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;
	_background: url("../images/jmodal/dialog_border.gif") 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;
	_background: url("../images/jmodal/dialog_bottom_left.gif") 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;
}

.sinalogin{
    height: 24px;
    width: 130px;
	display:block;
	cursor: hand;
	float:left;
	background: url("../images/jmodal/weibo240.png") no-repeat scroll ;
	_background: url("../images/jmodal/weibo240.png") no-repeat scroll ;
}
