/*  Formy - CSS Framework 0.8   */

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
*/
input{
	padding:3px 0px;
}

fieldset
{ 
	margin: 0 0 1.5em 0; 
	padding: 1.4em;  
}

legend
{ 
	padding: 0 .4em; 
	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:5px; }


input[type="checkbox"] ,input[type="radio"]
	{ margin-bottom:7px; }	

	
	
	
/* 
	Color palette
*/

fieldset
	{ border:1px solid #DEDCD4;
	 background:#FFFFFF;}
	
legend
	{ background-color: #e3dfdf; color: #333; }
	
label
	{ color:#333; }
	
textarea
	{ border: 1px solid #cccccc; }

textarea:focus, input[type="text"]:focus  
	{ border: 2px solid #cccccc; }

select
	{  background-color: #fff; color: #000; }

input[type="text"]
	{ border: 1px solid #cccccc; }

input[type="checkbox"]
	{ color: #000; }

input[type="radio"]
	{  background-color: #fff; color: #000; }

option
	{ background-color:#fff; color:#000; }

optgroup
	{ background-color:#ccc; color:#000; 
}
.graybutton {
	float:right;
	width:122px;
	background:url(/images/gray-button.png) no-repeat;
	color:#ffffff;
	border:none;
	font-size:11px;
	font-weight:bold;
	top:70px;
	margin:13px 0px 0px 3px;
	height:25px;
}
.graybutton:hover {
	background:url(/images/gray-buttonhover.png) no-repeat;
}
/* Validation Errors */
.jsvalidation{
	color: #A90006;
	font-size:10px;
}

