body {
	background-color: #000;
	color: #fff;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: .8em;
}

#install {
	width: 85%;
	margin: .5em auto;
}

/* link styles */
#install a {
	color: #a7a590;
	text-decoration: none;
	font-weight: bold;
}
#install a:hover {
	text-decoration: underline;
}

#install ul {
}
#install ul li {
	list-style-type: square;
}

/* header styles */
.header {
	text-align: center;
}

/* footer styles */
.footer {
	text-align: center;
	font-size: 80%;
	padding: 2em 0;
}

/* status styles */
.status {
	border: 1px solid #888;
	height: 18px;
	width: 300px;
	background-color: #000;
	margin: .5em auto;
	padding: 3px;
}
.status .step1 {
	background-color: #406ceb;
	width: 25%;
	height: 18px;
}
.status .step2 {
	background-color: #406ceb;
	width: 50%;
	height: 18px;
}
.status .step3 {
	background-color: #406ceb;
	width: 75%;
	height: 18px;
}
.status .step4 {
	background-color: #406ceb;
	width: 100%;
	height: 18px;
}




#install h1 {
	font-size: 1.8em;
}
#install .content {
	padding: 1em;
}
.installButton {
	font-size: 1.2em;
	background: #000;
	border: 1px solid #888;
}
input, textarea {
	background: #000;
	border: 1px solid #686868;
	color: #999;
	margin: 1px;
	padding: 3px;
	font-size: .8em;
}
input:focus, textarea:focus {
	background: #000;
	border: 1px solid #b2b2b2;
	color: #fff;
}
textarea {
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: .8em;
}
.text {
	font-size: .8em;
}
.label {
	text-align: right;
	width: 25%;
	font-size: .9em;
	font-weight: bold;
}
select {
	background-color: #000;
	border: 1px solid #666;
	color: #f1f1f1;
	padding: .2em .2em .2em 0;
	font-size: 8.5pt;
}
.code {
	width: 98%;
	color: #fff;
	font-weight: bold;
	padding: .5em;
	background-color: #0d0d0d;
	border: 1px solid #222;
}
.red {
	color: #cc0000;
}
.red b {
	color: #fff;
}