
		        .login-title {
	width: 220px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 28px;
	color: #FFF;
	cursor: move;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		        }
		        
		        .login-input-content {
		            margin-top: 0px;
		        }
		        
		        .login-button {
	width: 130px;
	margin: 0px auto 0px auto;
	line-height: 40px;
	font-size: 16px;
	border: #ebebeb 1px solid;
	text-align: left;
	border-radius: 10px;
	background-color: #F30;
	color: #FFF;
	text-align: center;
	cursor: pointer;
		        }
		        
		        .login-bg {
		            display:block;
		            width: 100%;
		            height: 100%;
		            position: fixed;
		            top: 0px;
		            left: 0px;
		            background: rgba(0, 0, 0, .3);
		        }
		      
		        .login-button a {
		            display: block;
		        }
		        
		        .login-input input.list-input {
		            line-height: 40px;
		            height: 40px;
		            width: 300px;
		            border: #ebebeb 1px solid;
		            text-indent: 5px;
					border-radius: 10px;
					font-size: 16px;
		        }
		        
		        .login-input {
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
	float: left;
	padding-right: 30px;
		        }
		        
		        .login-input label {
		            float: left;
		            width: 90px;
		            padding-right: 10px;
		            text-align: right;
		            line-height: 35px;
		            height: 35px;
		            font-size: 16px;
		        }
		        
		        .login-title span {
	position: absolute;
	font-size: 12px;
	right: -15px;
	top: -25px;
	border: #CCCCCC solid 1px;
	width: 40px;
	height: 40px;
	border-radius: 25%;
	background-color: #F30;
		        }
			  .login-title span a {
color: #FFF;
			  }