#top_center, #bottom_center {
	position:			relative;
	background-color:	#111111;
	width:				540px;
	margin-left:		auto;
	margin-right:		auto;
	padding:			0px;
	border:				1px solid #333333;
}

#contact {
	position:			relative;
	margin:				0px;
	padding:			0px;
}

.title_text {
	margin:				0px;
	padding:			10px;
	font-family:		verdana;
	font-size:			16px;
	font-weight:		bold;
	color:				#f5f5f5;
}

table.contactform {
	width:				540px;
	border:				none;
}

table.contactform td {
	padding:			2px;
}

p {
	padding:			10px;
	margin:				0px;
}

table.contactform td {
	padding:			10px;
	font-family:		verdana;
	font-size:			13px;
	font-weight:		bold;
	color:				#b5b5b5;
}

textarea, select, .fieldstyle {
	border:				2px solid #64592b;
	font-family:		verdana;
	font-size:			11px;
	font-weight:		bold;
	color:				#111111;
}

.button {
	border:				2px solid #050505;
	background-color: #64592b;
	padding:			2px 6px;
	font-family:		verdana;
	font-size:			13px;
	font-weight:		bold;
	color:				#f5f5f5;
	cursor:				pointer;
}

.seccat {
	font-family:		verdana;
	font-size:			12px;
	font-weight:		bold;
	color:				#f5f5f5;
}

.required {
	font-family:		verdana;
	font-size:			11px;
	font-weight:		bold;
	color:				#777777;
}

.norm_text {
	font-family:		verdana;
	font-size:			12px;
	color:				#f5f5f5;
}