/*----------------------------------------
 * Below you will find some customizable properties
 * Some elements allow for a customizable background color, text color, or font
 * 
 * Here is how they appear:
 * 
 * element {
 * 	property:value !important;
 * }
 * 
 * ONLY edit the value, do not remove "!important"
 * If you have problems contact Wesley Deer (wdeer@thinkpatented.com) 
 * ---------------------------------------*/


/* Background Color --------------------------------------------------------------------- */
	body {
		background-color:#0099cc !important; 
	}
	
/* ALL TEXT -----------------------------------------------------------------------------*/
	h2,p,div.PF_Form div.PF_Form {
		font-family: Trebuchet, Arial, sans-serif !important; /* ALL TEXT FONT */
	}

/* HEADING TEXT ------------------------------------------------------------------------ */
	h2,p,body {
		color:#333 !important; /* HEADING COLOR */
	} 

/* FORM QUESTIONS ---------------------------------------------------------------------- */
	div.PF_Form div.PF_Form {
		color:#0099cc !important; /* FORM QUESTIONS COLOR */
	}

/* FORM FIELDS ------------------------------------------------------------------------- */
	div.PF_Form input { 
		font-family: Trebuchet, Arial, sans-serif; /* FORM FIELDS FONT */
		color:#000; /* FORM FIELDS COLOR */
	}

/* SUBMIT BUTTON ----------------------------------------------------------------------- */
	input[type='submit'] {
		background-color: #0099cc; /* SUBMIT BUTTON COLOR */
		color:#fff !important;
	}

