/* layout/text styles specific to this page */

body{background-color: #f5f5f5;}

.formWrap {
	width: 480px; /* generic value. override as needed using the page-specific css */ 
	margin: 20px auto;
	border-bottom: solid 1px #b5b5b5;
	}
.formHeader { /* adds grey bg */
	width: 100%;
	height: 49px;
	margin: 0; 
	padding: 0; 
	background: url(../images/blank_table_head.gif) top right no-repeat;
	border: 0px solid red;
	overflow: hidden;
	}
.formHeaderDark { /* adds dark grey bg */
	width: 100%;
	height: 49px;
	margin: 0; 
	padding: 0; 
	background: url(../images/blank_table_head_dk.gif) top right no-repeat;
	border: 0px solid red;
	overflow: hidden;
	}
	
.formHeader h2 { /* header type */
	margin: 0 0 0 14px;
	padding: 23px 0 0 0;
	letter-spacing: -.05em; 
	color: #fff;
	}	
.formHeaderDark h2 { /* header type */
	margin: 0 0 0 5px;
	padding: 23px 0 0 0;
	letter-spacing: -.05em; 
	color: #fff;
	}	
	
.formArea { /* bg for form table */
	background-color: white;
	border-left: 1px solid #eee;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5; 
	}
.formArea table {margin: 0 10px;}
.formLabel {width: 30%; text-align: right; padding-right:8px;} /* sets the width of the first table column */
.formSubmit { /* sets location of submit button */
	text-align: right;
	padding: 10px;
	/* padding-right: 5%; */
	}
.formBug { /* used on contact forms -- handy for form field qualifiers or tips */
	vertical-align: top;
	font-size: .8em; 
	}

/* add white space to form tables */
.filler {height: 15px;}
.filler5 {height: 5px;}
.filler30 {height: 30px;}