#formContainer {
float:left;	
width:450px;		
height:300px;	
}


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

#inputArea {
	width:310px;
	font-family: Verdana, 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;
}

#inputtextArea {
	width:310px;
	font-family: Verdana, 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;
}

input[type=text] {
width:280px;
margin:5px;
background:#eee;
font:12px Verdana, sans-serif;	
color: #666;
border:none;
border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image:transparent;
}

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

}

#subButton {
margin-left:290px;	
}



.mySubmit {
	color:#ffffff;
	width:160px;
	background-image: url(../../images/layout/submit_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
} 

.mySubmit:hover {
	color:#ffffff;
	width:160px;
	background-image: url(../../images/layout/submit_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 -24;
} 