* {
	margin: 0;
	padding: 0;
}
body {
	background: #fbfbfb;
}
#wp-admin-bar-logo .ab-empty-item{
	padding:0 !important;
}
#LoginBox{
	width: 320px;
	padding: 114px 0 0;
	margin: auto;
}
p.imgLogo {
	text-align: center;
}
p.til {
	text-align: center;
	font-size: 80%;
	margin: 10px 0;
}
p.til span {
	font-size: 18px;
}
form {
	color:#333;
	font-size: 80%;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
	padding: 26px 24px 46px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
	box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
}
input.login {
	color: #555;
	font-weight: 200;
	font-size: 24px;
	line-height: 1;
	width: 100%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	border-radius: 3px;
}
input.button-primary {
	background-color: #ee5722;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f77050),to(#ee5722));
	background-image: -webkit-linear-gradient(top,#f77050,#ee5722);
	background-image: -moz-linear-gradient(top,#f77050,#ee5722);
	background-image: -ms-linear-gradient(top,#f77050,#ee5722);
	background-image: -o-linear-gradient(top,#f77050,#ee5722);
	background-image: linear-gradient(to bottom,#f77050,#ee5722);
	border-color: #ee5722;
	border-bottom-color: #c74011;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,133,0,0.5);
	box-shadow: inset 0 1px 0 rgba(255,133,0,0.5);
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	height: 30px;
	line-height: 28px;
	padding: 0 12px 2px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	white-space: nowrap;
}
p.forgetmenot {
	float: left;
	color: #333333;
}
p.forgetmenot label {
	cursor: pointer;
}
p.submit {
	float: right;
}
.box_title{
	width:6em;
	display:inline-block;
}
