.loginBar{
	position:absolute;
	width:300px;
	height:100%;
	left:150px;
	top:0px;
	background-color:#4B7898;
	border: 1px solid #5A97BA;
	/*background: -moz-linear-gradient(top, #2576A4, #5A97BA);
	background: -webkit-linear-gradient(top, #2576A4, #5A97BA);
	background: -ms-linear-gradient(top, #2576A4, #5A97BA);
	background: -o-linear-gradient(top, #2576A4, #5A97BA);*/
	box-shadow: 1px 2px 4px rgba(0,0,0, .2);
}

.loginFormBox{
	position:absolute;
	margin-left:30px;
	width:230px;
	height:160px;
	top:270px;
}
.loginLogo{
	position:absolute;
	left:500px;
	top:50px;
	/*width:600px;
	height:186px;
	background-image: url(../images/Logo_600x178.png);*/
}