@CHARSET "ISO-8859-1";
body{
	font-family:"Lucida Grande",verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color:#222222;
	background: #E6E6E6 url('/res/images/bg_main_app.jpg');
	margin:0px;
	padding:0px;
}
.logindiv{
	width:623px;
	height:345px;
	background: url('/res/images/login_bg.png');
	overflow:hidden;
}

a.medium-blue-link{
	color:#3671A1;
	text-decoration: underline;	
}

a.grey-link{
	color:#444444;
	text-decoration:underline;
}

.login_div{
	text-align:right;
}

.main-div{
	margin-top:50px;
}


img.corporateLogo{
	max-width:200px;max-height:75px;*height:75px;
}

.corporateName{
	line-height:70px;
}

#error_div{
	display:none;
}

.wrapper, #wrapper{
	padding-top:30px;
	width:463px;	
}

.head-line{
	font-size:12px;margin-top:10px;font-weight:bold;color:#555555;
}

.login_button{
	margin-top:20px;
	font-size: 13px;
}

#submit_spinner{
	display:none;margin-top:10px;	
}

.form{
	width:100%;
	height:35px;
	font-size:18px;
	margin-top:15px;
}

.login-form{
	width:100%;
	height:30px;
	font-size:16px;
	margin-top:10px;
}

h1{
	font-size: 20px;
	font-weight: bold;
	/*text-shadow: rgb(249, 249, 249) 0px 2px 0px;*/
	text-shadow: white 2px 2px 2px ; 
	line-height:18px;
}

