body {
	margin: 0px;
	font-family: Arial; 
	font-size: 13px; 
	color: #fff;
	line-height: 1.6em;
	background: #222 url("http://www.cyonix.to/images/bg.png");
}

h1 {
	font-size: 24px;
	color: #fff;
}

h2 {
	font-weight: bold;
	color: #fba419;
}

a { 
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

a:hover, a:focus { 
	font-size: 13px;
	text-decoration: underline;
	outline: none;
}

#content_box {
	margin: 8px auto 8px;
	width: 600px;
}

.content {
	padding: 0px 8px 8px 8px;
	background: #1e1e1e;
	border: 1px solid #555;
}

ul {
	list-style: decimal;
	margin: 0;
}

ul li li {
	list-style: disc;
	margin: 0;
	padding: 0;
}

ol {
	list-style-position: outside;
}

.form_box {
	margin-top: 20px;
	width: 584px;
}

.form_left {
	float: left;
	height: 30px;
	width: 220px;
}

.form_right {
	float: left;
	height: 30px;
	width: 364px;
}

.button {
	border: 1px solid #fba419;
	background: #fba419;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

hr {
	margin-top: 16px;
	color: #555;
	height: 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #555;
}
