body {
	
}

.all {
	/*background-image: url(../images/dl.png);*/
	/*background-color: blue;*/
	background-color: rgba(4,60,132,0.5);
	/*filter: alpha(opacity:50);opacity: 0.5;*/
	text-align: center;
	/*border-style: solid;*/
	border-color: #87CEFA;
	width: 400px;
	height: 100%;
	position: absolute;
	/*left: 50%;*/
	right: 0px;
	/*top: 40%*/;
	margin: auto
}


table th,td {
	font-family: "宋体";
	font-weight: normal;
	font-size: 12;
}

.t {
	width: 80px;
	text-align: right;
}

th {
	width: 0px;
}

td {
	width: 170px;
	text-align: left;
}

input {
	width: 170px;
}

.logtitle {
	text-align: left;
	padding: 80px 0 0 60px;
}

.logtitle img {
	/*width:760px;*/
}

#theme-login-form dl{ width: 300px; margin: 0 auto;}
#theme-login-form dl dd{ margin:0 0 15px; clear:both; height:auto; overflow:hidden;}
#theme-login-form dl dt img{ /*margin: 0 auto 30px auto;*/ padding:70px 0; width: 300px; display: block;}
/*登录输入表单,根据需要删减*/
.theme-login-text + .textbox,.theme-login-text + .textbox .textbox-text{ height:38px !important; line-height:38px !important; color:#333333;}
	.theme-login-text + .textbox .textbox-text {
		background-color: transparent;
		padding: 4px 15px;
		font-size: 16px
	}
.theme-login-text + .textbox{-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}
.theme-login-text + .textbox,.theme-login-text + .textbox.textbox-invalid,.theme-login-text + .textbox.textbox-invalid.textbox-focused{
	border-color: #d2d2d2; 
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
	.theme-login-text + .textbox .textbox-prompt {
		color: #9d9d9d;
		font-size: 16px
	}
/*登录输入表单,根据需要删减*/

.theme-login-form .submit{ background:#31e51d; border:none;border-radius:20px 20px;}
.theme-login-form .submit, .theme-login-form .submit .l-btn-text {
	height: 40px !important;
	line-height: 40px !important;
	margin: 0 5px 0 0;
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Microsoft YaHei'
}
.theme-login-form .button,.theme-login-form .button .l-btn-text{height:38px !important; line-height:38px !important; margin:0; padding:0 10px;}