body {
	margin: 0px;
	font-family: Arial; 
	font-size: 14px; 
	color: #fff;
	background: #292929 url("http://www.woz.to/images/bg_gateway.png") repeat-x;
	line-height: 1.6em;
}

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

a:hover, a:focus { 
	font-size: 14px;
	text-decoration: none;
}

#header {
	background-image: url("http://www.woz.to/images/bg_gateway.png");
	width: 100%;
	height: 125px;
	text-align: center;
}

.logo { 
	display: block;
	text-decoration: none;
	outline: none;
}

.logo:hover, logo:focus { 
	text-decoration: none;
}

.button {
	background: #10b3f1 url("http://www.woz.to/images/blue.png") repeat-x;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	border: 1px solid #10b3f1;
	padding: 0.2em 1.2em;
}

.button:hover, .button:focus {
	background: #111;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid #555;
	padding: 0.2em 1.2em;
}

.links { 
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

.links:hover, .links:focus { 
	font-size: 14px;
	text-decoration: none;
	border-bottom: 0px;
}

img {
border: none;
}

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

h2 {
	font-weight: bold;
	color: #10b3f1;
}

#content_box {
	margin: 16px auto 8px;
	width: 800px;
}

.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: 784px;
}

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

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

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