 
#quickform input, #quickform textarea {
	border:1px solid #538c38;
	background:#fff url(images/bg_input.jpg) repeat-x top left;
	color:#444;
	width:224px;
	height:16px;
	padding:4px 0 0 0;
	margin:4px 0 0px 0px;
	font: bold 12px  Tahoma, Verdana, Arial, Helvetica;
}
#quickform textarea {
height:50px;
}

#quickform input.button {
text-indent:-10000px;
}

.validation { color:red; display:none; float:left; width:220px;}

