/*  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;  }


label	 
	{ float:left; display:block; clear:left; text-align:left; padding: 3px 0;}

textarea, input, select, label, button, optgroup
	{ margin-top:5px; }


input[type="checkbox"] ,input[type="radio"]
	{ margin-bottom:7px; }	

input.checkbox ,input.radio
	{ margin-bottom:7px; }	

	
	
	
/* 
	Color palette
*/

fieldset
	{ border:1px solid #666; }
	
legend
	{ background-color: #e3dfdf; }
	
label
	{  }
	
textarea
	{ border: 1px solid #666; }

textarea:focus, input[type="text"]:focus
	{ border: 2px solid #9c3; }

input.text:focus  
	{ border: 2px solid #9c3; }

select
	{  background-color: #fff; }

input[type="text"]
{ 
	border: 1px solid #666; 
	padding: 5px 0;
}

input.text
{ 
	border: 1px solid #666; 
	padding: 5px 0;
}

input[type="checkbox"]
	{ }

input[type="radio"]
	{  }

option
	{ background-color:#fff; }

optgroup
	{ background-color:#ccc; }

input[type="submit"],
button { 
	background: url(../images/bg_button.jpg) top left no-repeat;
	text-align: center;
	color: #fff;
	width: 145px;
	height: 30px;
	border: 0;
	cursor: hand;
	cursor: pointer;
	text-shadow: 1px 1px 1px #333;
}

input.submit, 
button.button,
a.button { 
	background: url(../images/bg_button.jpg) top left no-repeat;
	text-align: center;
	color: #fff;
	width: 145px;
	height: 30px;
	border: 0;
	cursor: hand;
	cursor: pointer;
	display: block;
	line-height: 30px;
	text-shadow: 1px 1px 1px #333;
}

div.form-submit {
	line-height: 35px;
}

div.form-submit button,
div.form-submit input[type="submit"],
div.form-submit input.submit {
	float: right;
}

div.form-submit input.submit,
div.form-submit button.button {
	float: right;
}

.black {
	background: url(../images/bg_button_black.gif) top left no-repeat ! important;	
}

.black-small {
	background: url(../images/bg_button_black_small.gif) top left no-repeat ! important;	
	width: 69px ! important;
}

.yellow-small {
	background: url(../images/bg_button_yellow_small.gif) top left no-repeat ! important;	
	width: 69px ! important;
}

.yellow-large {
	background: url(../images/bg_button_yellow_large.gif) top left no-repeat ! important;	
	width: 227px ! important;
}


