/*  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
	{ margin: 0 0 1.5em 0; padding: 1.4em;  }

legend
	{ padding: 0 .4em; font-size:1.2em;  }

*+html legend {
	margin-bottom: 1.4em;
}

label	 
	{ float:left; width:19em; display:block; clear:left; margin-right:1em; text-align:left;  cursor:hand; }
	
* html label {
	width: 8em;
}

textarea, input, select, label, button, optgroup
	{ margin-top:5px; }


input[type="checkbox"] ,input[type="radio"]
	{ margin-bottom:7px; }	


	
	
/* 
	Color palette
*/

fieldset
	{ border:1px solid #ccc; }
	
legend
	{ color: #333; font-weight: bold; }
	
label
	{ color:#333; }
	
textarea
	{ border: 1px solid #666; }

select
	{  background-color: #fff; color: #000;border: 1px solid #666; }

input[type="text"],
input[type="password"]
	{ border: 1px solid #666; }

input[type="submit"]
	{  color: #787878; border: 1px solid #787878; padding: 2px 10px 2px 10px; float: right; clear: right; cursor: pointer; font-size: 1.2em; background: #EFEFEF }

input[type="submit"].hover
{
    background-color: #802300; color: White;
}

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; }

button
	{  background-color: #989898; color: #FFFFFF; border: 1px solid #802300; margin-left: 2px; cursor: pointer; }

.form_error {
	color: Red;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid Red;
	border-top: 1px solid Red;
	line-height: 22px;
	margin-top: 3px;
    margin-bottom: 5px;
	background-color: #fff0f5;
    text-align: center;
}

.styled {
	width: 330px;
}

fieldset.action {
  padding: 0px;
  background-color: #EFEFEF;
  color: Black;
  height: 34px;
  padding-right: 4px;
  border: none;
}

#searchcontrol input {
  border: none;
}

