/**************
* abacusgc.com cascading style sheet © 2006 AbacusGC by michael@galacticagent.com 
**************/

/********** COLORS OF NOTE USED IN SITE **********

*		*** CUSTOM CLIENT COLORS (please help maintain client branding by using only specified colors) ***
*	
*	#737373; /*-- Abacus Gray (PMS Cool Gray 10C) R:115 G:115 B:115  --*
*	#EDBE2C; /*-- Abacus yellow (PMS 7406) R:237 G:190 B:44 --*
*	#B3E2EE; /*-- Abacus lt blue (PMS 635) R:179 G:226 B:238 --*
*
*		*** GENRAL HEX COLORS ***
*
*	#4F4F4F; /*-- 70% grey --*
*	#CCCCCD; /*-- 20% gray R:204 G:204 B:205 --*
*	#EFEFF0; /*-- 10% gray R:239 G:239 B:240 --*
*	#B1515D; /*-- red approx PMS 187 --*

************************************************************/

/*-- FORMCONTENT --*/

p.formcontent {
		font-size:9px;
		color:#fff;
		padding:0;
		margin:0 0 0 20px;
		}

h1.formcontent {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		color: #fff; /*-- white --*/
		padding:20px 5px 0px 10px;
		}

h3.formcontent,
h4.formcontent,
h5.formcontent {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		color: #fff;
	}
	
form.formcontent {
	margin:0 0 0 25px;
	}
	
input.Form {
	font-size:10px; 
	color:#696969; /*-- gray 41 --*/ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	background-color: #fff;
	padding:3px 0 3px 5px;
	margin:5px 10px 5px 25px;
	}
	
select.Form {
	font-size:10px; 
	color:#696969; /*-- gray 41 --*/ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	background-color: #fff;
	padding:3px 0 3px 0;
	margin:5px 0 5px 25px;
	}
	
textarea {
	font-size:10px; 
	color:#696969; /*-- gray 41 --*/ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding:3px 5px 3px 5px;
	margin:5px 0 5px 25px;
	}

font.input {
	font: 10px #696969 /*-- gray 41 --*/ Verdana, Arial, Helvetica, sans-serif;
	margin:3px 3px 3px 3px;    
	}
	
input.submit {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	background-color:#B5B5B5; /*-- gray 71 --*/ 
	color:#696969; /*-- gray 41 --*/
	margin:5px 0 5px 25px;
	}
	
input.reset {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	background-color:#B5B5B5; /*-- gray 71 --*/ 
	color:#696969; /*-- gray 41 --*/
	margin:5px 0 5px 5px;
	}
	
ul	{
	list-style-type: none;
	}

li {
	padding:3px 0 3px 0;
	margin:0 0 0 0;
	}
