/* 
	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: .4em .8em; font-size:1.1em;  }


label	 
	{ float:left; width:9em; display:block; clear:left; margin-right:1em; text-align:right;  cursor:hand;font-size: 12px; color: #1e5869!important; }
	


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



input[type="checkbox"] ,input[type="radio"]
	{ }
	
#submit {
	margin-left: 102px;
	}
	
	
	
/* 
	Color palette
*/

fieldset
	{ border:1px solid #ccc; }
	
legend
	{ background-color: #e3dfdf; color: #333; }
	
label
	{ color:#5d9bae; }
	
textarea
	{background:url(../images/form/textfield-bg.jpg) repeat-x #dff7ff; border: 2px solid #79a6b3;  }

textarea:focus, input[type="text"]:focus  
	{ border: 2px solid #184d5c; }
	
	dff7ff

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

input[type="text"], input.password
	{  background:url(../images/form/textfield-bg.jpg) repeat-x #dff7ff; border: 2px solid #79a6b3; padding: 10px 5px!important; -moz-border-radius: 10px; -webkit-border-radius: 10px;  }
	
	
input[type="text"]:focus, input.password:focus {
	border: 2px solid #184d5c;
}

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



#email-submit {
	width: 196px;
	height: 51px;
	margin-left: 138px;
	background: url(../images/form/submit-email.jpg) no-repeat;
	cursor: pointer;
	border: none;
	}
	
#email-submit:hover {
	background-position: 0 -51px;
	}

