@charset "UTF-8";
/* CSS Document */

html {
	 background:#FFFFFF url(http://www.myaccountinglab.com/img_mal/cclogin/bg_tile.gif) left top repeat-x;
}
a:link{
	color:#004b73;
}
a:hover{
	text-decoration:underline;
}

#content{
	
	
	-webkit-box-shadow: 1px 1px 2px 0px #9a9a9a;
	-moz-box-shadow: 1px 1px 2px 0px #9a9a9a;
	box-shadow: 1px 1px 2px 0px #9a9a9a; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#9a9a9a', Direction=145, Strength=3);
	
	margin: 10px 0 0 0;
	
	color:#333333;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	behavior: url(border-radius.htc);
	
	width:970px;
	height:650px;
	
	
}

#login_div{
	margin-left:46px;
	background-color:#FFFFFF;
	padding:35px 15px 0 29px;
	width:352px;
	height:615px;
	
	
}
#login_div h2 {
	font-size:18px;
	
	
	
}
#login_div p{
	font-size:14px;
	clear:both;
	line-height:22px;
}
#login_div #help{
	float:right;
	width:33px;
	height:18px;
	
	
}
#login_text {
	margin-right:50px;
	margin-top:35px;
	border-bottom: 2px solid #d5e5f3;
}
#login_div input{
	width:300px;
	margin-bottom:22px;
	font-size:14px;
}
#login_div input[type="submit"]{
	background-image: url(http://www.myaccountinglab.com/img_mal/cclogin/login.png);
	width:69px;
	height:27px;
	border:0;
	float:right;
}
#login_div input[type="submit"]:hover, #login_div input[type="submit"]:active{
	background-image: url(http://www.myaccountinglab.com/img_mal/cclogin/login_over.png);

}

#login_div fieldset{
	border:0px;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#login_div #account_info{
	float:left;
	margin-top:-50px;
}
.footer{
	margin-bottom:50px;
}