body {
	font:		normal 10pt Verdana, Arial Black, sans-serif;
	text-align:	center;
}
#frame {
	margin:		0 auto;
	padding:	0;
	text-align:	left;
	width:		530px;
}
.wizard {
	background:	ThreeDFace;
	border:		1px solid darkgrey;
}
.wizard_title {
	background:	blue;
	color:		white;
	font-weight:	normal;
	margin:		0;
	padding:	0;
}
.wizard_steps {
	position:	relative;
}
.wizard_step {
	margin:		0;
	padding:	0;
}
.wizard_step_title {
	background:	white;
	border-bottom:	1px solid darkgrey;
	margin:		0;
	padding:	1em 40px;
}
.wizard_step_content {
	margin:		0;
	padding:	1em 40px;
}
.wizard_step_content .textBox {
	clear:		left;
	text-align:	right;
}
.wizard_step_content .textBox label {
	float:		left;
	padding-top:	5px;
	text-align:	left;
	width:		35%;
}
.wizard_step_content .textBox input {
	margin-right:	14%;
	width:		50%;
}
.wizard_buttons {
	border-top:	1px solid grey;
	margin:		0;
	padding:	1em 1em 1em 0;
	text-align:	right;
}
.wizard_buttons input[type=button], 
.wizard_buttons input[type=reset], 
.wizard_buttons input[type=submit] {
	height:		26px;
	margin-left:	10px;
	text-align:	center;
	width:		70px;
}
