/*  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; }

.label2
 { margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; }
/* 
	Structural
*/


fieldset
	{ margin: 0 0 1.5em 0; padding: 1.4em;  }

legend
	{ padding: 0 0; font-size:1.2em;  }


label	 
	{ float:left; width:14em; display:block; clear:left; margin-right:1em; text-align:left;  cursor:hand; }
	
.label2
	{ width:13em; margin-right:1em; text-align:left;  cursor:hand; }

textarea, input, select, label, button, optgroup
	{ margin-top:5px; }

.label2
	{ margin-top:5px; }


input[type="checkbox"] ,input[type="radio"]
	{ margin-bottom:7px; }	

	
	
	
/* 
	Color palette
*/

fieldset
	{ border:0px solid color: #5b5b5b; }
	
legend
	{ /* background-color: #e3dfdf;*/ color: #9cc42e; }
	
label
	{ color:#5b5b5b; }
	
.label2
	{ color:#5b5b5b; }

	
textarea
	{ border: 1px solid #cfcfcf; }

textarea:focus, input[type="text"]:focus  
	{ border: 1px solid #cfcfcf; }

select
	{  background-color: #fff; }

input[type="text"]
	{ border: 1px solid #cfcfcf; }

/*
input[type="submit"]
	{  background-color: #ccc; color: #cfcfcf; }
*/

input[type="checkbox"]
	{ color: #5b5b5b; }

input[type="radio"]
	{  background-color: #fff; color: #5b5b5b; }

option
	{ background-color:#fff; color: #5b5b5b; }

optgroup
	{ background-color:#5b5b5b; color: #5b5b5b; }

button
	{ background-color: #5b5b5b; color: #5b5b5b; }


