
@charset "UTF-8";
#dialog-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dialog-mask {
    background: none repeat scroll 0 0 #000000;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    z-index: 1998;
}
.dialog-window {
    background: url("../images/bg_dialog_modeless_mask.png") repeat scroll 0 0 transparent;
    padding: 10px;
    z-index: 1999;
}
.dialog-window .dialog-title {
    background: none repeat scroll 0 0 #E5F4FF;
    padding-left: 20px;
    position: relative;
    text-align: left;
}
.dialog-window .dialog-title .dialog-close {
    background: url("../images/cls.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 6px;
    width: 20px;
}
.dialog-window .dialog-title .dialog-close:hover {
    background-position: 0 -20px;
}
.dialog-window .dialog-title .title {
    font-size: 14px;
}
.dialog-window .dialog-body {
    background: none repeat scroll 0 0 #FFFFFF;
}
.dialog-window .dialog-content {
    padding: 10px;
    text-align: left;
}
.dialog-window .actions {
    background: none repeat scroll 0 0 #F2F2F2;
    border-top: 1px solid #CCCCCC;
    height: 26px;
    padding: 0 10px;
    text-align: right;
}
 #box .button, #dialog-wrapper .checkbox, #dialog-wrapper .qqicon, #dialog-wrapper .sinaicon, #dialog-wrapper .closed {

}

#box {
    margin: 0 auto;
    position: relative;
    width: 400px;
}
#AjaxLoginForm #box a {
    color: #1692D4;
    text-decoration: none;
}
#AjaxLoginForm #box a:hover{text-decoration:underline;}
#box ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	display:inline-block;
}
#dialog-wrapper .text {
    font-size: 16px;
	font-weight:700;
    height: 31px;
    line-height: 31px;
    width: 250px;
	border:1px solid #ccc; 
	border-radius:2px;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	font-family: sans-serif;
}
#dialog-wrapper .text1 {
    background-position: -207px -349px;
    border: 0 none;
    height: 31px;
    width: 83px;
}
#dialog-wrapper .pic {
    display: inline;
    margin-left: -10px;
    margin-right: 10px;
}
#box ul li {
    float: left;
    line-height: 30px;
    padding-bottom: 10px;
    width: 100%;
}
#box ul li input {
    float: left;
    padding-left: 5px;
}
#box ul li em {
    float: left;
    font-size: 16px;
    font-style: normal;
    padding-right: 15px;
    text-align: right;
    width: 80px;
}

#box .boxbottom ul li em{font-size:13px;line-height: 40px;}

#dialog-wrapper #box .button {
    color: #FFFFFF;
	background:#ff8700;
    cursor: pointer;
	border:1px solid #d47000;
    font-size: 16px;
    font-weight: 700;
    height: 35px;
    line-height: 26px;
    width: 140px;
	border-radius:3px;
}
#dialog-wrapper .closed {
    height: 23px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 22px;
	height:22px;
	color: #FFFFFF;
	background:#ff8700;
    cursor: pointer;
	border:1px solid #d47000;
    font-size: 16px;
    font-weight: 700;
	border-radius:3px;	
}
#dialog-wrapper .closed:before{
 content:"x";
 color:#fff;
 width:22px;
 font-size:20px;
 text-align:center;
 text-decoration:none;
 display:inline-block;
 font-family: sans-serif;
 line-height:1
}
#dialog-wrapper #box .button:hover{   
	background: none repeat scroll 0 0 #FF6000;
    border: 1px solid #E25500;
	}
	
	

	
span.s {
    line-height:1;
    padding: 5px 0 0 100px;
	display:inline-block;
	font-size:13px
}
#box ul li.quick {
    padding: 12px 0 0;
}
#box ul li.quick a{ margin:0 15px 0 0}
#dialog-wrapper .qqicon, #dialog-wrapper .sinaicon {
    float: left;
    width: auto;
	height:41px;
	padding-left:41px;
	display:inline-block;
	background:url(../images/tx_icon.png) no-repeat;
	
}
#dialog-wrapper .qqicon {
    background-position: 0 -51px;
}
#dialog-wrapper .qqicon:hover {
    background-position: 0 0;
}
#dialog-wrapper .sinaicon {
    background-position: -53px -51px;
}
#dialog-wrapper .sinaicon:hover {
    background-position: -53px 0;
}





#dialog-wrapper .boxtop {}
#dialog-wrapper .boxtop .title{
    border-bottom: 1px solid #CCCCCC;
    color: #666;
    font-size: 20px;
    margin: 0 30px;
    padding:20px 5px 0;
}
#dialog-wrapper .boxm {
    padding:30px 0 0;
	position:relative;
}
#dialog-wrapper .boxm a {
    padding:0 8px;
	font-size:13px;
}
#dialog-wrapper .boxbottom {
}
#error_message {
    display: block;
    height: 22px;
    line-height: 22px;
    text-align: center;
	position:absolute;
	top:-30px;
	left:100px;
}
.red {
    color: red;
}
.loginbutton{ border-left:1px solid #ccc;}
.waiting {
    background: url("../images/indicator.gif") no-repeat scroll left center transparent;
    display: none;
    font-size: 12px;
    left: 110px;
    padding-left: 20px;
    position: absolute;
    top: 24px;
}
