@font-face {
font-family: 'BebasRegular';
src: url('../fonts/bebasregular-webfont.eot');
src: url('../fonts/bebasregular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/bebasregular-webfont.woff') format('woff'),
url('../fonts/bebasregular-webfont.ttf') format('truetype'),
url('../fonts/bebasregular-webfont.svg#BebasRegular') format('svg');
font-weight: normal;
font-style: normal;
}
#outer{
	background:#576158;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:500px;
	border: solid 3px white;
	-moz-box-shadow: 5px 5px 5px #353535;
	-webkit-box-shadow: 5px 5px 5px #353535;
	box-shadow: 5px 5px 5px #353535;	
}
#loginTool {
	width:480px;
	padding: 10px;
}
#loginTool h2 {
	margin:3px 0 4px 1px;
	color: white;
	font-family: BebasRegular, Arial, Helvetica, sans-serif;
}
#loginTool h2 a{
	font-family:'BebasRegular';
	font-size:14px;
	color:#339AFF;
	text-decoration:none;
}
.loginBox{
	width: 457px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	border-width: 1px;
	border-style: solid;
	border-color: #424c43;
	padding: 10px;
}
.loginBox label{
	color: white;	
	display: inline-block;
	width: 60px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
}
input.textBox {
	border: 1px solid #e8effc;
	margin-bottom: 5px;
	color: #576159;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:262px;
	padding: 2px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	
}
#txtUserName{
	width: 370px;
}
input.button {
	border:1px solid #e8effc;
	width:90px;
	height:25px;
	margin-top:2px;
	padding-top:1px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #349afe;
	font-weight: bold;
	color: white;
	border-width: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	margin-left: 70px;
	margin-top: 3px;
	font-family: BebasRegular, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.forgotPwd {
	font-size:13px;
	color:white;
	text-decoration:none;
	margin-left: 10px;
}
.username{
	margin-bottom: 4px;	
}
#lblMessage{
	color: white;
	margin-left: 5px;
	font-size: 13px;
}	