body {
	background-image: url('../../Images/PageBg.jpg');	margin: 0px;
}

.loginbox {
	background-image: url('../../Images/Login/LoginBox.gif');
	background-repeat: no-repeat;
	width: 290px;
	height: 390px;
	margin: 150px auto; 
	padding: 30px 30px 30px 30px;
}

.labels {
	color: #000080;
	font-size: 10pt;
	font-weight: bold;
	font-family:verdana;
	line-height: 30px;
	letter-spacing: 2px;
}

.input {
	height: 25px;
	width: 230px;
	font-size: 10pt;
	font-family:verdana;
	margin-bottom: 15px;
	border: 1px solid #000080;
}

.loginbtn{
	width: 230px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

.userinfo{
	color: Red;
	height: 25px;
	width: 230px;
	font-size: 9pt;
	font-family:verdana;
	text-align: center;
	margin-bottom: 10px;
}

.logo
{
    width:230px;
    height:60px;
}