.login{
	width:320px;
	background: #FFF;
	border:solid #CCC 1px;
	margin:0 auto;
	color:#333;

}

.users {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    border-top: 1px solid #DDDDDD;
    padding: 10px;
	margin:20px;
	margin-top:0px;
}

.users div{ padding:10px; line-height:22px }
.users div span{ float:right; clear:both; color:#629FA8}





.container {
	width:90%;
	margin:0 auto;
}

.logo {
	background:url(../images/overlay.jpg) no-repeat;
	height:190px;
	float:right;
	padding-top:20px;
	position:relative;
}
.logo div {
	background:url(../images/login/logo.png) no-repeat;
	width:350px;
	height:120px;
}
.content {
	clear:both;
	position:relative;
}


h2{ background: url(../images/login/login.png) no-repeat scroll 5px center ;
	border-bottom:1px solid #DDDDDD;
    margin-bottom: 20px;
    padding-left: 45px;
	color:#333;}

h3 {
    color: #2D2D2D;
    margin: 0;
	margin-bottom:10px;
    padding: 5px;
	color:#333;
	border-bottom:1px solid #DDDDDD;
}