/*  Formy - CSS Framework 0.8   */

/* 
	reset.css  
*/

fieldset, form, label, legend
 { margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; }

/* 
	Structural
*/

fieldset, form, label, legend .small
 { padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:95%;font-family:inherit;vertical-align:baseline; text-align:justify;}
 
 
fieldset
	{ margin: 2.8em 2.0em 1.5em 2.0em; padding: 0.0em 1.5em 1.5em 1.5em;}
	
fieldset.small
	{ margin: 1.8em 0 1.5em 1.0em; padding: 0.0em 1.5em 1.5em 1.5em;}

legend
	{ padding: 0.4em 0.4 0.4em 0.4; font-size:1.2em;}


label	 
	{ float:left; width:9em; display:block; clear:left; margin-right:1em; text-align:left; cursor:hand; }

textarea, input, select, label, button, optgroup
	{ margin-top:10px; font-size:1.1em;}


input[type="checkbox"] ,input[type="radio"]
	{ margin-bottom:7px; }	

	
	
	
/* 
	Color palette
*/

fieldset
	{ border:0;}
	
legend
	{  color: #37839f; font-weight:bold; }
	
label
	{ color:#333; font-weight:bold; }
	
textarea
	{ border: 1px solid #666; }

textarea:focus, input[type="text"]:focus  
	{ border: 2px solid #666; }

select
	{  background-color: #fff; color: #000;}

input[type="text"]
	{ border: 1px solid #666; }

input[type="submit"]
	{  background-color: #c6dbe3; color: #333; font-size:12px; }

input[type="checkbox"]
	{ color: #000; }

input[type="radio"]
	{  background-color: #fff; color: #000; }

option
	{ background-color:#fff; color:#000; font-size:11px; }

optgroup
	{ background-color:#c6dbe3; color:#000; font-size:11px;}

button
	{ background-color: #333; color: #000; }





