/* 
Author nativeBrand Ltd (www.nativebrand.com)
*/

html { min-height: 100%; height: auto; }	/*footer margin fix FF*/
 
body {	
	text-align: center; /*to center old IE browsers*/
	margin: 0; 
	padding:0;
	color: #000;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 1.3em;
}

textarea, input { font-family: Arial, Helvetica, sans-serif; font-size:1em; }
p { margin: 0 0 1.3em 0; }
a { color: #000; }
a:hover { color: #588B19; }
h1 {font-size:170%;}
h2 {font-size:160%;}
h3 {font-size:150%;}
h4 {font-size:140%;}
h5 {font-size:130%;} 


/* FORM SUBMISSION ERRORS ----------------------------------- */
#success, #error { margin: 15px 0;}

#error {
	border: 1px solid #EF3B39;
	border-bottom: 2px solid #EF3B39;
	border-right: 2px solid #EF3B39;
	background-color: #FFF9F9;
}
#error p, #error h3 { margin: 7px; padding: 0 10px; color: #EF3B39; }
#error h3, #success h3 { line-height: 1.2em; }

#success {
	border: 1px solid #E5E52B;
	border-bottom: 2px solid #E5E52B;
	border-right: 2px solid #E5E52B;
	background-color: #FFFFAC;
}
#success p, #success h3 { margin: 7px; padding: 0 10px; color: #C8C826;}
#success p a { color: #C8C826; font-weight: bold; text-decoration: none; }
#success a:hover { color: #D26A00; }
#error p a { color: #c40109;}
#error p a:hover { color: #EF3B39; }
/* END FORM SUBMISSION ERRORS ------------------------------- */