#formContainer {
	width: 602px;
	margin: 20px auto 0px auto;
	z-index: 51;
}

#form {
	float: left;
	background-image: url( form-top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 12px;
	padding-bottom: 20px;
	z-index:51;
}

.browserIE6 #form {
    padding-bottom: 0px;
    margin-bottom: 20px;
}
#form .content {
	float:left;
	background-image: url( form-bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
#form .join_now {
	float: left;
	background-image: url( form-vdivider.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: center;
	width: 207px;
	height: 488px;
}
#form .footer {
	background-image: url(form-bottom.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 602px;
	height: 12px;
}
#form form {
	float: left;
	width: 395px;
}
#form .close {
    float: right;
    padding-right: 20px;
    cursor:pointer; cursor:hand;
}
#form h2 {
	float: left;
	display: block;
	width: 355px;
	color: #cc3300;
	margin-left: 19px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}
#joinForm .input {
    margin-top: 3px;
    display: block;
    width: 230px;
    float: left;
}
#joinForm .helper { 
    display: block;
    font-size: 9px;
    color: #333333;
    padding: 3px 0px;
    text-transform:uppercase;
}
#joinForm .red,
#joinForm .error,
#joinForm .errors_overall { color: #cc3300; }
#joinForm .helper.red { font-weight: bold;}
#joinForm label {
    display: block;
    float: left;
    clear: left;
    padding-right: 4px;
    margin-top: 6px;
    width: 160px;
	line-height: 25px;
    text-align: right;
    color: #333333;
	font-weight: bold;
}
#joinForm label.error {
    font-size: 9px;
}
#joinForm select, #joinForm input {
    height: 23px;
    font-size: 13px;
}
#joinForm input[type="text"] {
    height: 19px;
    position: relative;
    top: 3px;
}
#joinForm .input label.error {
    display: block;
    text-align: left;
    width: 260px;
}
#joinForm ul.input {
    padding-top: 5px;
}
.browserIE #joinForm ul.input {
    padding-top: 12px;
}
#joinForm ul.input li {
    display: block;
    float: left;
    width: 115px;
    height:18px;
}
#joinForm ul.input li label {
	font-weight: normal;
}
#joinForm ul.input {
	margin-bottom: 7px;
}
#joinForm ul.input input{
    float: left;
    margin-right: 3px;
    position: relative;
}
#joinForm ul.input label{
    display: inline;
    float: left;
    clear: none;
    width: 85px;
	font-size: 11px;
	padding-top: 0px;
    line-height: 13px;
    text-align: left;
}
#joinForm label[generated="true"] {
    font-size: 9px;
	line-height: 11px;
}
#joinForm input#cbx_over18 {
	float: left;
	margin-left: 145px;
}
#joinForm label[for="cbx_over18"] {
    /* For the generated errors */
    float: left;
	clear: none;
	width: 220px;
	padding-left: 5px;
	text-align: left;
	font-size:9px;
	line-height: 12px;
	font-weight: normal;
}
#joinForm #cbx_over18_label {
    /* For the default message -- seperated for IE6's sake */
    float: left;
	clear: none;
	width: 220px;
	padding-left: 5px;
	text-align: left;
	font-size:9px;
	line-height: 12px;
	font-weight: normal;
}

#joinForm select#sel_locCountry,
#joinForm select#sel_locState,
#joinForm select#sel_locCity,
#joinForm input#txt_screenName,
#joinForm input#txt_emailAddress  { 
    width: 206px;
    margin-top: 5px;
    position: relative;
}
#joinForm select#sel_bdayMonth { min-width: 67px; }
#joinForm select#sel_bdayDay   { min-width: 50px; }
#joinForm select#sel_bdayYear  { min-width: 61px; }

#joinForm .enter { 
    float: left;
	width: 160px;
	height: 45px;
	margin-left: 118px;
	margin-top: 20px;
}
#joinForm .enter_reflection {
    float: left;
	width: 160px;
	height: 33px;
	margin-left: 118px;
}

#login {
	float: left;
	background-image: url( form_login-top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 12px;
	margin-bottom: 20px;
	width: 325px;
    z-index:51;
}
#login .content {
	float:left;
	background-image: url( form_login-bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	width: 325px;	
}
#login .content div {
    padding: 0px 15px;
}
#login .footer {
	background-image: url(form_login-bottom.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 12px;
	width: 325px;
}
#login form {
    padding-left: 65px;
}
#login label {
    text-align: left;
    float: none;
}
#loginSubmit {
    margin-top:10px;
}
