/*Text inputs*/
input {
	width:236px;
	height:15px;
	background:url(../img/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}



/*Text areas*/
textarea {
	width:336px;
	height:125px;
	background:url(../img/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}


/*Submit*/
.submit {
	padding:2px 2px 2px 2px;
	height:auto;
	width:auto;
  	background-image:none;
  	border:1px solid #b2b4bc;
  	background-color:#f4f4f4;
}


