div.mod-phpform { margin: 15px 0; }

div.mod-phpform div.mod-phpform-error   { margin:14px 0; padding: 5px; border: 1px dotted #f00; }
div.mod-phpform div.mod-phpform-success { margin:14px 0; padding: 5px; border: 1px dotted #333; }

div.mod-phpform input.error { border: 1px solid red; }

div.mod-phpform input { 
	border: 1px solid #aaa;
	padding: 2px 3px;
	margin: 2px 0; 
	font-size: 12px;
}

div.mod-phpform label { 
	width: 100px;
	float:left;
	clear:left;
}