@charset "UTF-8";
form {

	color: #000000;
	font-weight: bold;
	line-height: 20px;
	
}
.contactform {
	color: #000000;
	background-color: #F5F5F5;
	border: 1px dotted #999999;
	padding: 1px;
}
#extraContact {
	float: right;
	width: 400px;
	margin-top: 0px;
	margin-bottom: 12px;
	height: 100%;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#form {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	width: 400px;
	float: left;
	display: inline;
}
#main {
	background-repeat: no-repeat;
	height: 440px;
	width: 854px;
	padding-top: 18px;
	background-color: #333333;
}
#fullBox {
	background-color: #FFFFFF;
	width: 854px;
	color: #000000;
	padding-top: 12px;
	padding-bottom: 12px;
}
 
#contactConainter {
	background-color: #F9F9F9;
	padding: 12px;
	width: 830px;
	margin-top: 8px;
	height: 290px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
}
