﻿.WizardBody
{
	margin: 0;
	padding: none;
	width: 100%;
	height: 100%;
}

.WizardStyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	width: 100%;
	height: 192px;
	font-size: 1.1em;
	/*border: solid 3px #27658A;*/
	color: White;
}

.WizardSideBarStyle
{
	vertical-align: top;
	background-color: #27658A;
	background-image: url(images/slideshow_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	
}

.WizardNavigationStyle
{
	background-color: #183C52;
}

.WizardStepStyle
{
	text-align: center;
	vertical-align: middle;
	background-color: #183C52;
	padding: 5px;
}

