.imageBox { 
	float:left; 
	width:100px; 
	height:100px; 
	padding:5px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	display: block;
	margin-bottom: 12px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.8em;
	color: #999999;
}

p a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B4B4B4;
}
p a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
p a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

.labelmain {
	text-align: left;
	width: 120px;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #B4B4B4;
}


.inputmain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #B4B4B4;
	background-color: #333333;
	text-align: left;
	padding: 4px;
	width: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
.textareamain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #B4B4B4;
	background-color: #333333;
	text-align: left;
	padding: 4px;
	display: block;
	width: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submitBut {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #b4b4b4;
	background-color: #333333;
	padding: 5px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
