
h2 {
	display: block;
	font-size:16px;
	color: #0080D2;
	border-bottom: #443833 1px dotted;
	margin: 0px 0 0px 0;
}

h1.quote {
	display: block;
	float: right;
	clear: right;
	font-size: 1.8em;
	font-family: Georgia, Arial, sans-serif;
	color: #443833;
	margin: 40px 0 0 0;
	border: none;
}
small {color: #F10707; font-size:11px; font-family:tahoma;}

/***** 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: 850px;
	padding: 20px;
	margin:0 auto;
	border: 0px solid #625748;
	background-color: white;
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
}

#contentForm p{
	clear: left;
	margin: 0;
}

/* and now the form itself */
label {
	display: block;
	float: left;
	clear: left;
	margin: 5px 0 10px 0;
	width: 200px;
	line-height: 120%;
}

input, textarea, select {
	padding: 4px;
	font-size: 12px;
	color: #000000;
	background: #E8E2D4;
	border: 1px solid #C6BCA5;
	float: left;
	display: block;
	margin: 5px 0 10px 0;
}

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

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

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

.fright label {
	width: 500px;
	line-height: 160%;
	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: #000000;
	font-weight: bold;
	background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border: 1px solid #FF0000;
}
