body {
	background-color: black;
	font-family: Verdana;
	font-size: 13px;
	text-align: center;
}

p {
	margin: 13px 0;
	padding: 0;
}

.clear {
	clear: both;
}

a img {
	border: 0;
}

a {
	color: #FDE302;
	text-decoration: none;
}

.main {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}

.content {
	clear: left;
	background-color: #333;
}

.footer {
	margin: 10px 0;
	text-align: center;
	font-size: 10px;
	color: #eee;
}

.footer p {
	margin: 5px 0;
}

.menu {
	background-color: #111;
	margin: 10px 0;
	height: 30px;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li a {
	display: block;
	line-height: 30px;
	padding: 1px 20px;
	font-size: 12px;
}

.menu li a.active {
	font-weight: bold;
	padding: 0px 19px;
	border: 1px solid #FDE302;
}

.content {
	padding: 10px 15px;
	background-color: #111;
	color: #eee;
}

.content h1 {
	font-weight: normal;
	color: #FDE302;
	border-bottom: 1px solid #FDE302;
	padding-bottom: 5px;
	text-align: center;
	margin: 0;
}

.content .breadcrumb {
	margin: 3px 0;
}

.content h2 {
	margin-bottom: 20px;
}

.content h2.misc {
	font-size: 15px;
	color: #FDE302;
	padding-bottom: 5px;
	border-bottom: 1px solid #FDE302;
	margin-bottom: 10px;
	margin-top: 40px;
}

.content h3 {
	color: #FDE302;
}

.content ul ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

.api i, .api strong {
	color: #FDE302;
}

form label {
	float: left;
	width: 200px;
	padding-right: 20px;
	display: block;
	text-align: right;
	line-height: 20px;
}

form input {
	background-color: #111;
	border: 1px solid #ccc;
	color: #eee;
}

form input[type=text] {
	width: 300px;
}

.genuine {
	border: 1px solid #FDE302;
	width: 300px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.genuine h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	background-color: #FDE302;
	border: 0;
	color: black;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 2px;
}

.genuine strong {
	display: block;
}

.genuine input {
	background-color: transparent;
	width: auto;
	border: 0;
	color: #eee;
	text-align: center;
	width: 95%;
}


.center {
	text-align: center;
}

.profile {
	text-align: left;
	position: relative;
	width: 320px;
	margin: 0 auto;
	height: 450px;
}

.profile .slot {
	position: absolute;
	width: 35px;
	height: 35px;
}

.profile .checked {
	background-image: url('images/check.png');
}

.profile img {
	position: absolute;
}

.slot0 { left:25px; top:78px; }
.slot1 { left:25px; top:119px; }
.slot2 { left:25px; top:160px; }
.slot14 { left:25px; top:201px; }
.slot4 { left:25px; top:242px; }
/*.slot6 { left:25px; top:283px; }
.slot7 { left:25px; top:324px; }*/
.slot8 { left:25px; top:365px; }

.slot9 { left:264px; top:78px; }
.slot5 { left:264px; top:119px; }
.slot6 { left:264px; top:160px; }
.slot7 { left:264px; top:201px; }
.slot10 { left:264px; top:242px; }
.slot11 { left:264px; top:283px; }
.slot12 { left:264px; top:324px; }
.slot13 { left:264px; top:365px; }

.profile .text {
	position: absolute;
	top: 86px;
	left: 75px;
	width: 173px;
	height: 289px;
	padding-top: 10px;
}

.profile .text ul {
	list-style-type: decimal;
	padding-left: 25px;
	margin-left: 0;
}

.profile .text ul ul {
	list-style-type: disc;
}

.profile .text li {
	margin-top: 10px;
}

.profile .text li li {
	margin-top: 5px;
}

.profile input {
	width: 100%;
}

.profile .name {
	height: 16px;
	left: 76px;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 206px;
	font-weight: bold;
}

.profile .realm {
	height: 16px;
	left: 76px;
	position: absolute;
	text-align: center;
	top: 42px;
	width: 206px;
}

.error {
	background-color: #330000;
	border: 1px solid red;
	text-align: center;
	padding: 5px;
}

ul.steps {
	margin-bottom: 30px;
}

.steps strong {
	color: #FDE302;
}

.color {
	font-style: italic;
}

.color span {
	color: #FDE302;
}
