@charset "UTF-8";
/* CSS Document */

/* 
	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; width:9em; display:block; clear:left; margin-right:1em; text-align:left;  cursor:hand; font-weight: bold; text-transform: uppercase;font-size: 80%; }

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


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

#submit {
	margin-left: 122px;
	margin-top: 15px;
	width: 311px;
	height: 72px;
	border: none;
	background:url(../images/submit-btn.png) no-repeat;
	cursor: pointer;
	}
	

#submit:hover {
	background-position: 0 -72px;
	}
	
#submit:active {
	background-position: 0 -144px;
	}
	
	
	
/* 
	Color palette
*/

fieldset
	{ border:1px solid #ccc; }
	
legend
	{ background-color: #e3dfdf; color: #333; }
	
label
	{ color:#b950d7; text-align: right; font-weight: normal; padding-top: 9px; font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif; letter-spacing: 1px;}
	
textarea
	{ border: 5px solid #52bcc1; padding: 9px 6px; background:url(../images/input-bg.png) repeat-x #fff; width: 354px!important; }

textarea:focus, input[type="text"]:focus  
	{ border: 5px solid #298289; }

select
	{  background-color: #fff; color: #000; }

input[type="text"]
	{ border: 5px solid #52bcc1; padding: 13px 6px; background:url(../images/input-bg.png) repeat-x #fff; width: 354px; margin-bottom: 10px;}

input[type="submit"]
	{  background-color: #ccc; color: #333; }

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: #ccc; color: #333; }





