
#login-container {
	margin:0 auto;
	text-align:left;
	width:790px;
	}
#login_content {
	padding-right:100px;
	float:right;
	width:540px;
	padding-bottom:50px;
	}
	
#login_left-side {
		background:none;
		width:240px;
		float:left;
		padding-left:10px;
		padding-bottom:50px;
		}
.login_top {
		background-image:url(../images/login_top.png);
		background-repeat:no-repeat;
		width:231px;
		height:35px;
		text-indent:-9999px;
		}
.login_top_n {
		background-image:url(../images/net_login_n.png);
		background-repeat:no-repeat;
		width:231px;
		height:35px;
		text-indent:-9999px;
		}	
h5.net_login {
		background-image:url(../images/net_login.png);
		background-repeat:no-repeat;
		width:231px;
		height:18px;
		text-indent:-9999px;
		}
h5.net_login_n {
		background-image:url(../images/login_n.png);
		background-repeat:no-repeat;
		width:231px;
		height:18px;
		text-indent:-9999px;
		}		
.test_top {
		background-image:url(../images/testing_top.png);
		background-repeat:no-repeat;
		width:231px;
		height:31px;
		text-indent:-9999px;
		}		
		
.middle {
		background-image:url(../images/middle.png);
		background-repeat:repeat;
		width:231px;
		text-align:center;
		font-size:11px;
		}
		
.bottom {
		background-image:url(../images/bottom.png);
		background-repeat:repeat;
		width:231px;
		height:19px;
		}

.inside_form, .extra_info {
		margin-left:auto;
		margin-right:auto;
		text-align:left;
		width:180px;		
		}				
		
input .textfield {
		width:100%;
		}		
		
label {
		font-size:11px;
		}		
		
#login .fake_list {
		background:url(../../images/red_dot.gif) no-repeat 0 0.5em;
		padding-left:15px;
		margin-bottom:0px;
		}
		

#login #header #title {
	background:none;
	border:none;
	color:#56595C;
	height:99px;
	line-height:99px;
	position:absolute; top:0; right:0;
	text-align:center;
	width:300px;
	}
	
#login #header #title h1 {
	font-size:2.5em; 
	font-weight:200; 
	letter-spacing:0.1em;
	color:#808080;
	}

div.hr {
border-bottom:1px dotted #56595C;
margin:1em 0 1em 0;
clear:none;
}

