@charset "UTF-8";

body, html {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #333;
	color: #999;
}

a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
}

a.link {
	display: block;
	padding: 27px 0px 27px 0px;
	background: url(../img/button.png);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	text-align: center;
}

a.link:link, a.link:visited {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
		
a.link:hover, a.link:visited:hover {
	color: #666;
}

.clear {
	clear: both;
}

li {
	list-style-type: none;
}

.container {
	margin: 0px auto;
	width: 900px;
	display: block;
}

.header {
	margin: 20px 0px 20px 0px;
	text-align: center;
	color: #EFEFEF;
	font-size: 15px;
	font-weight: bold;
}

.window {
	border: 1px solid #CCC;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0px auto;
	padding: 25px 0px 25px 0px;
	box-shadow: 0 6px 10px #191919;
	-moz-box-shadow: 0 6px 10px #191919;;
	-webkit-box-shadow: 0 6px 10px #191919;
}

.left {
	float: left;
	width: 35%;
}
.center {
	float: left;
	width: 30%;
}
.right {
	float: left;
	width: 35%;
}

.footer {
	text-align: center;
	margin: 20px 0px;
	font-size: 11px;
	font-weight: bold;
}