body {
	background: url("") center no-repeat #000000;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	margin: 0;
	padding: 200px 0 0;
}

a {
	color: #FFFFFF;
}

form {
	margin: 0;
	padding: 0;
}

div#wrapper {
	margin: auto;
	width: 477px;
}

div#wrapper h1 {
	background: url("images/titlebar.png");
	width: 477px;
	height: 45px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

div#wrapper h2 {
	text-align: right;
	font-size: 10px;
	padding: 5px;
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

div#content {
	background: url("images/content-background.jpg")  bottom repeat-x #191919;
	padding: 15px;
	min-height: 46px;
	width: 447px;
}

input#fake {
	background: url() repeat-x #191919;
	height: 27px;
	border: none;
	border-left: 1px solid #191919;
	border-right: 1px solid #191919;
	padding: 15px 0 0;
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 1px;
	width: 445px;
	font-size: 11px;
}

div#form {
	height: 0;
}

#real {
	z-index: 15;
	height: 42px;
	position: relative;
	top: 17px;
	right: 150px;
	padding: 5px;
	filter: alpha(opacity=0);
	opacity: 0;
}

iframe#ajax {
	overflow: hidden;
	height: 23px;
	border: 1px solid #191919;
	width: 445px;
}

div#buttons {
	padding: 17px 0 0;
}

input#submit {
	background: url("images/upload.jpg");
	position: relative;
	bottom: 15px;
	width: 140px;
	height: 42px;
	border: none;
}