form{
	padding:10px;
}
input, textarea{
	
}

.textfield{
	width:330px;
	padding:2px;
	border:1px solid #333;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica;
	font-size:12px;
	color:#333;
	background-image:url('../images/input_bg.gif');
}

input.button{
	border-top:1px solid #f2f2f2;
	border-left:1px solid #f2f2f2;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}