h1 {
	padding-bottom:10px;
}

#content_container {
	position:relative;
	width:650px;
	margin:50px auto 0px auto;
	text-align:left;
	padding-bottom:120px;
}

* html #content_container {
	width:650px;
	w\idth:650px;
}

#login_container {
	position:relative;
	background-color:#F4F4F4;
	height:160px;
	padding:10px 20px;
	/*margin-bottom:100px;*/
}

#loginForm{
	position:relative;
	float:left;
	border-right:#424242 dashed 1px;
	width:360px;
	height:160px;
}

#newUser{
	position:relative;
	float:right;
	width:225px;
	height:160px;
}


label span {
	width:75px;
	text-align:right;	
}

input.text {
	width:250px;
	margin-left:10px;
}

label#remembermeLabel {
	float: left;
	margin-left: 85px;
	padding: 0;
}

a#rememberPassword {
	position: absolute;
	bottom: 5px;
	left: 0;
	background:url(../img/password_icon.gif) no-repeat top left;
	font-size:11px;
	color:#7B7B7B;
	padding:2px 0px 2px 20px;
	text-decoration:underline;	
}
	
#loginButton{
	position:absolute;
	bottom:0px;
	right:25px;
	width:100px;
	height:29px;
	background:url(../img/login_button.gif) no-repeat top left;
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
	color:#424242;
	cursor:pointer;
	cursor:pointer;
}


#signUpButton{
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	width:100px;
	height:23px;
	padding-top:6px;
	background:url(../img/signup_button.gif) no-repeat top left;
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}

#errormessage {
	clear: both;
	display: block;
	color: #DF6F2D;
}

