#name_wrapper{
	margin: 0px;
	margin-bottom: 3px;
	float: left;
	width: 306px;
	padding-right: 10px;
}

#email_wrapper{
	margin-bottom: 5px;
	float: left;
	width: 306px;
	padding-right: 10px;
}


/* Login box */
.nameForm{
	float:right;
	width: 220px;
}
.nameForm input{
	border:0px;
	font-size:14px;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
.nameForm label{
	float:left;
	width:100px;
}
.nameFormPlain .txt,
.nameForm .txt{
	width:214px;
	border: solid 3px #96BE14;
}

.emailForm{
	width:220px;
	float:right;
}
.emailForm input{
	border:0px;
	font-size:14px;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
.emailForm label{
	float:left;
	width:100px;
	
}
.emailFormPlain .txt,
.emailForm .txt{
	width:214px;
	border: solid 3px #96BE14;
}


/*********************************************************************/

#signup_wrapper{
	height:30px;
	width:306px;
	float: left;
	margin-right: 10px;
}
.signup_button{
	float: right;
}

.signup_button a {
	text-indent:-5000px;
	height:30px;
	width:60px;
	background-image:url(../images/menu_navigation/submit_btn.jpg);
	background-position:0px 30px;
	display:block;
	overflow:hidden;
}
.signup_button a:hover {
	background-position:0px 0px
}



.nameHint{
	width:190px;
	height:20px;
	background-color:#FF0000;
	margin-bottom: 5px;
	padding-left: 130px;
}
.clear{
clear:both;
}
