﻿body {
}


.Wizard
{
    border: solid 1px navy;
    font: 14px Arial, San-Serif;
    width: 600px;
    height: 400px;
}
.header
{
    font-weight: bold;
    font-size: 18px;
    color: #0099ff;
    font-family: Arial, Sans-Serif;
    padding-top:20px;
}
.hr
{
    width: 100%;
    height: 3px;
    background-color: #ffff33;
}
.slidebar
{
    text-decoration:none;
}
.step
{
    
    padding-top:40px;
    padding-left:20px;
    padding-right:20px;            
    vertical-align:top;
}
.question
{
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12pt;
    padding-bottom: 10px;
    color: #0099ff;
    padding-top: 10px;
    font-family: Arial;
}

.stepbutton{
	border-color: #b3e1ff;
	border-width: 1px;
	border-style: solid;  
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0099ff;
	color: White;
	text-align: center;
	width:100px;
	height:20px;
	}
.stepbuttonhidden
{
    background:#FFFFFF;
    DISPLAY: none; VISIBILITY: hidden;
	}
	
	.textboxOnBorder
{
    border-bottom: black double;
    border-top: white thin solid;
    border-LEFT: white thin solid;
    border-right: white thin solid;
}