#formContainer {
float:left;	
width:330px;		
height:150px;	
margin-left:10px;
margin-top:10px;
}


#label {
	width:60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float:left;
}

#inputArea {
	width:270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float:left;
	margin-bottom:5px;
	background-image: url(../../images/layout/frontend_signup_text_bgs.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:25px;
}

#inputArea #inpuText {
margin:3px;
background:none;
font:12px arial, sans-serif;
	color: #666;
border:none;
}





#inputtextArea {
	width:270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float:left;
	margin-bottom:5px;
	background-image: url(../../images/layout/frontend_signup_text_bgs.png);
	background-repeat: no-repeat;
	background-position: left -25px;
	height:91px;
}


textarea {
width:220px;
margin:5px;
background:#eee;
font:12px arial, sans-serif;	
color: #666;
height:80px;
border:none;
border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

#subButton {
margin-left:165px;
padding:5px;	
}


