body {
	font-family: Tahoma, Geneva, sans-serif;
}
.TopBar {
	background-color: rgba(255, 255, 255, 0.89);
	position: absolute;
	width: 100%;
	height: 80px;
	top: 0px;
	left: 0px;
	right: 0x;
}
.LogoBar {
	position: relative;
	width: 600px;
	height: 80px;
	margin-left: 50%;
	left: -300px;
}
.Logo {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 150px;
	height: 72px;
	background-image: url(../img/logo.jpg);
	background-size: 100%;
}
.PowLogo {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 227px;
	height: 57px;
	background-image: url(../img/PoweredByp.png);
	background-size: 100%;
}
.LoginBox {
	position: absolute;
	top: 110px;
	width: 600px;
	height: 300px;
	margin-left: 50%;
	left: -300px;
	background-color: rgba(255, 255, 255, 0.89);
}
fieldset {
	position: relative;
	width: 380px;
	margin-left: 50%;
	left: -200px;
}
input {
	position: relative;
	width: 100%;
	height: 30px;
}
label {
	font-size: 20px;
	color: #999;
}
.Title{
	position:relative;
	left:100px;;
	}

		.LoginBTN {position:absolute;
		right:5px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	
	padding:10px 16px;
	text-decoration:none;
	border:0px;
	text-align:right;
	
	
}.LoginBTN:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.LoginBTN:active {
/*	position:relative;
	top:1px;*/
}