@charset "utf-8";
* {
	margin: 0px auto;
	padding: 0px auto;
}
body{
	background-color: #000;
}
#container {
	position: relative;
	margin: 0px auto;
	padding: 0px auto;
	width: 900px;
	text-align: left;
}
#terms {
	position: relative;
	width:880px;
	height:170px;
	text-align: center;
}
#form {
	position:absolute;
	width:297px;
	height:241px;
	z-index:1;
	left: 570px;
	top: 326px;
}

.termsfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
	color: #FFF;
	line-height: 10px;
}
.left {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.right {
	font-size: 12px;
	line-height: 12px;
}
