html
{
	overflow:visible;	
}

html, body, #wrapper {
  height:100%;
  margin: 0;
  padding: 0;
  border: none;
}

body {
  background-image:url(/images/assets/bg.gif);   
  font-family:Tahoma,Arial,Serif;
  font-size:12px;
  color:White;
}

#wrapper {
  margin: 0 auto;
  width:857px;
  padding: 32px 32px 0 32px;
}

#leftContent
{
	display:block;
	float:left;
	width:427px;
	height:356px;
	text-align:left;
}

#rightContent
{
	display:block;
	float:right;
	width:427px;
}

#header
{
	margin:27px auto;
}

#regContainer
{
	margin:135px 0 0 0;
    width:auto;
	*width:360px;
    display:block;
    height:auto;    		
}

#regContainer .textbox 
{
	font-family:Tahoma,Arial,Serif !important;
	font-size:12px !important;
	color:Black !important;        
}

#regContainer .btnSubmit
{
	position:relative;
	top:5px;
	*top:8px;	
}

#regContainer .error ul
{
	padding:0;
	list-style:none;
}

#dNotification
{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:250px;
	height:80px;
	background-color:Black;
	border:2px #666666 solid;
}

#dNotification div
{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
} 

.signIn
{
	clear:both;
	margin-bottom:15px;	
}

a.becomeMemeber
{
	color:#ffffff;
	text-decoration:underline;	
}

a.forgottenPassword
{
	display:block;
	clear:both;
	margin:5px 0 0 0;
	font-size:11px;
	color:#848383;
	text-decoration:underline;	
}

.RadInput_Default
{
  font-family:Tahoma,Arial,Serif !important;
}

input[type="text"], input[type="password"]
{
  padding-bottom:3px;
  font-family:Tahoma,Arial,Serif !important;	
  font-size:12px;
}

label.forgot
{
	display:block;
	margin-top:5px;	
}

.blockError
{
	clear:both !important;
}

.textPassword
{
	padding:1px 0 2px 0 !important;
	margin:0px !important;      	
}

#login-message
{
	margin-top:-45px;
	font-size:13px;	
	line-height:2;
}

#login-become-member   
{
	margin:25px 0 0 0;
	font-size:13px;	
	line-height:1.4;
}

#login-become-member a
{
	font-weight:bold;	
}
