﻿#wizardForm
{
	float: left;
	margin: 0px;
	width: 100%;
	color: #000;
}
#wizardForm h3
{
	color: #333;
	font-family: Georgia,Times,Verdana;
	font-size: 23px;
}
#wizardForm div
{
	margin: 3px 0;
	float: left;
	display: block;
	width: 100%;
	padding: 5px;
	background: #fff;
	width: 600px;
	border: 3px double #eee;
}
#wizardForm div label
{
	width: 80%;
	display: inline;
	padding: 5px;
	font-size: 110%;
}
#wizardForm div span
{
	float: right;
	background: #eee;
	padding: 10px;
	border: 3px double #eee;
}
#wizardForm div.submit, #wizardForm div.submit span
{
	background: none;
	border: 0px;
	text-align: right;
	float: right;
	padding: 0px;
}
#wizardForm div.submit input
{
	background: #4a4c49;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	width: 75px;
	border: 3px double #fff;
	cursor: pointer;
}
#wizardForm div input
{
	vertical-align: middle;
	display: inline;
	margin-left: 5px;
}
#closeButton
{
	display: block;
	width: 67px;
	float: right;
	position: relative;
	top: -25px;
	left: 50px;
	height: 28px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../../Images/close_button.png) top left no-repeat;
}
#closeButton:hover
{
	background-position: bottom left;
}
#closeButton.active
{
	background-position: bottom left;
}
#wizardForm div div.wizardDiv
{
	display: none;
	background: #ddeeaf;
	width: 585px;
	color: #000;
}
