html, body {
	height: 100%;
	margin:0;
	padding:0;
	font-family:"Arial Unicode MS", arial, san-serif;
}
body {
	background: #595d5f url(bg.gif) repeat top center;
}

div.CenteredPane {
	width: 800px;
	height: 600px;
	text-align: center;
	background: url(dialog.png) center center;
	background-repeat:no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;
}
div.CenteredPane .content {
	margin: 200px 0px 20px 410px;
	width:290px;
	text-align:left;
	color:#5C6165;
}
div.CenteredPane .content h1 {
	font-size:32px;
	text-align:right;
	margin: 16px 0 16px 0;

	font-variant: small-caps
}
div.CenteredPane .content ol {
	list-style:none;
	padding:0;
	margin:16px 0 0 0;
}
div.CenteredPane .content ol li {
	margin:4px 0;
	padding:8px 0;
	clear:left;
}
div.CenteredPane .content ol li label {
	display:block;
	float:left;
	width:100px;
	list-style:none;

	font-size:16px;
	font-variant: small-caps
}
div.CenteredPane .content ol li div,
div.CenteredPane .content ol li input {
	float:left;
}
div.CenteredPane .content ol li input {
	width:186px;
}
div.CenteredPane .content ol li input[type='submit'] {
	float:right;
	width:64px;
}
