@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	color: #acacac;
	background-color: #000;
}
a {
	text-decoration: none;
	color: #ffbc4a;
}
a:hover {
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
#containerHeader {
	width: 902px;
	float: left;
	margin-left: 149px;
	margin-right: 149px;
	height: 115px;
}
#containerBody {
	width: 902px;
	float: left;
	margin-left: 149px;
	margin-right: 149px;
}
#containerFooter {
	width: 902px;
	float: left;
	margin-left: 149px;
	margin-right: 149px;
	padding-top: 40px;
	font-size: 10px;
}
.textField {
	border: 1px solid #ffbc4a;
	height: 17px;
	background:none;
	color: #C2C2C2;
	width: 245px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding:5px;
}
.textArea {
	padding:5px;
	border: 1px solid #ffbc4a;
	height: 143px;
	background:none;
	color: #C2C2C2;
	width: 514px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
