#content {
	position:relative;
	margin-top: 1em;
	border: 1px solid #CCCCCC;
	background-color:#ffffff;
	}
	
#contentTitle {
	position:absolute;
	width: 60px;
	/*margin-bottom: -5px;*/
	float:left;
	}
	
#contentBody {
	position:relative;
	margin-left: 60px;
	border-left: 1px solid #CCCCCC;
	/*background-color:#00FF00;*/
	padding-bottom: 1em;
	}
	
#intro {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#000000;
	padding: .5em;
	border-bottom: 1px solid #CCCCCC;
	}

#form {
	margin-top: 1.5em;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000000;
	height: 430px;
	}
	
#form p {
	text-align:center;
	font-weight: bold;
	}
	
.label{
	padding-right: .5em;
	}
	
.field {
	margin: .5em;
	width: 250px;
	border: 1px solid #666666;
	}
	
#message {
	margin: .5em;
	width: 500px;
	height:120px;
	border: 1px solid #666666;
	}
	
	
#butSubmit {
	position:absolute;
	right: 5px;
	bottom: 5px;
	}
	
/* clearer makes the container expand to the contents when float is used*/
	
 .clearer {
 	clear: left; 
	line-height: 0; 
	height: 0;
	
	}
