


body {
	margin: 0;
	padding: 0;
	font: 0.75em Verdana, Geneva, sans-serif;
	background: #333;
	width: 100%;
	text-align:left;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}



h1 {
	font-size: 1em;
	color: #000;
	padding:10px 0px 0px 0px;
	border-bottom: #443833 1px dotted;
	margin: 10px 0 5px 0;
}

h2 {
	float:left;
	width:180px;
	height:50px;
	font-size: 1em;
	color: #000;
	border-bottom: #443833 1px dotted;
	margin: 10px 0 5px 0;
		padding:10px 0px 0px 0px;


}
h1.quote {
	display: block;
	float: right;
	clear: right;
	font-size: 1.2em;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	margin: 30px 0 0 0;
	border: none;
}

small {color: #999; font-size: 1em;}

a img {border: none;}

/***** Global Classes *****/
.alignleft {display: block; float: left;}

.alignright {display: block; float: right;}

.aligncenter {
  	display: block;
  	text-align: center;
  	margin: 0 auto;
}

.endOfSection {
  	clear: both;
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	padding: 0;
  	margin: 0;
  	border: 0;
}

/* the main layout */
#contentForm {
	display: block;
	width: 580px;
	margin: 10px auto;/*this line will center the page*/
	border: 6px solid #999;
	padding:20px;
	background-color: white;

}

#contentForm p{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;           
	height: 2%;
}

/* and now the form itself */
label {
	float: left;
	clear: left;
	width: 240px;
	line-height: 120%;
}

label2 {
	display: block;
	float: left;
	clear: left;
	margin: 0px;
	width: 400px;
	line-height: 120%;
}

input, textarea, select {
	padding: 0px;
	font-size: 8pt;
	color: #000;
	background: #F5F5F5;
	border: 1px solid #ccc;
	float: left;
	display: block;
	margin: 0px 10px 0px 10px;
}

input:focus, textarea:focus, select:focus {
	font-size: 8pt;
	border: 1px solid #999;
	background-color: #FFFFFF;
}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(images/submit.jpg) no-repeat left top;
	width: 90px;
	height: 28px;
}

.fright {
	display: block;
	float: left;
}

.fright label {
	float:left;
	width: 370px;
	line-height: 180%;
	margin: 0 !important;
}

.fright input {
	margin-right: 5px !important;
}

span.required{
	font-size: 13px !important;
	color: red !important;
}

.errormsg {
	display: block;
	width: 90%;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;

}


