#formContainer {
float:left;	
width:380px;		
height:150px;	
}


#label {
	width:65px;
	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;
}

#inputArea #txtArea {
	
	 float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 179px;
    background: none;
    font-size: .8em;
	
}
#inputDot {
	width:300px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
margin-top:5px;
}

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

#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_area.jpg);
	background-repeat: no-repeat;
	background-position: left topx;
	height:91px;
}



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;

}

#subButton {
margin-left:290px;	
}
/* for Internet Explorer */
/*\*/
* html #subButton {
margin-left:250px;
	
}


.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;
} 