/* use "!important" to override the site's CSS they may already have in place for heading tags */

#fwrapper h1{
	background-color: #444 !important;
	color: #fff !important;
	padding:5px 0 5px 50px !important;
	margin: 0 !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-family: arial, sans-serif !important;
	text-align: left !important;
}

#fwrapper h2{
	background-color: #444 !important;
	color: #fff !important;
	padding: 5px 0 5px 50px !important;
	margin: 7px 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-family: arial, sans-serif !important;
	text-align: left !important;	
}

#fwrapper h3, #fwrapper h4 {
	padding:5px 0 5px 0 !important;
	text-align:center !important;
	margin: 0px !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-family: arial, sans-serif !important;		
}

#fwrapper h3 {
	color: #000 !important;	
}
#fwrapper h4 {
	color: #444 !important;	
}

#fwrapper{
	width: 100%;
	background: #fff;
	font-family: arial, helvetica;
	color: #000;
}

#fwrapper .ftop{
	list-style: none;
	padding: 0px;
	margin:0 0 30 0;
}

.fnormal{
	color:black;
	font-size: 12px;
}

.fred{
	color:#ea0000;
	font-size: 12px;
	margin:0;
	padding:0;

}

.fredError{
	color:#ea0000;
	font-size: 16px;
	font-weight:bold;
	margin: 20px 0 0 0;
	padding:0;
	text-align:center;
}

.fform{
	list-style:none;
	padding: 0px;
	margin-bottom:0px;

}

.fform label{
	float: left;
	text-align: right;
	margin: 5px 15px 0 0;
	width: 100px;
}
.fform p{
	width:auto;	
}

.ffields{
	margin: 0 0 5px 0;
	width: 175px;
}

.clear{
	clear:both;
}

.left{
	float:left;
	width: auto;
	height:auto;
}

.right{
	float:left;
	margin-left: 5%;
	width: auto;
	height:auto;
}

.fcenter{
	width: 520px;
	margin-left:auto;
	margin-right:auto;
}
.fbuttons{
	font-size: 12px;
}

.fbuttonWrapper{
	width:200px;
	margin: 0 0 0 70%;
}

.fform1{
	list-style: none;
	padding:0;
}

.fform1 label{
	margin: 5px 15px 0 0;
	float: left;
	text-align: right;
	width: 100px;
}

.fform1 img{
	margin-bottom:-5px;
}

.fform1 li{
	height: 30px;
	width:auto;
}

#date, #date1, .fform1 .ffields{
	
	top:-6px;
}

.formWrapper{
	width: 650px;
	margin-left: auto;
	margin-right:auto;
}

.contactWrapper{
	 height: auto;
	 width: 475px;
	 margin-left:auto;
	 margin-right:auto;
	 font-size: 12px;
	 margin-top: 10px;
 }
 
 .contactWrapper .itemWrapper p{
	padding:0;
	margin:4px 0 0 0;	 
 }
 .itemWrapper{
	 float: left;
	 margin:0 25px 0 0;
 }
 
 .itemWrapper label{
	margin: 0 -5px 0 0; 
	width: auto;
	height:auto;
 }
