@charset "utf-8";
/* CSS Document */

/*
=======================================================
--- CIRCINI
--- Forms stylesheet
--- March 2011
--- By James Barnsley and Jeremy Cole of PlasticStudio
=======================================================
*/



input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 3px 4px;
	margin: 2px 0;
	border: 1px solid #CCC; }

input:focus,
input:active,
textarea:focus,
textarea:active {
	border-color: #AAA; }