﻿.Wizard {
	}

.Wizard .Info {
	background: url(Images/Icons/InfoLarge.gif) no-repeat;
	padding-left: 40px;
	min-height: 40px;
	margin-bottom: 10px;
	}

.Wizard .Error {
	background: url(Images/Icons/Warning.gif) no-repeat left center;
	padding: 1px 0px 2px 22px;
	margin-left: 4px;
	color: #990000;
	}

.Wizard .Success {
	background: url(Images/Icons/SuccessfulLarge.gif) no-repeat;
	padding-left: 40px;
	min-height: 40px;
	margin-bottom: 10px;
	display: block;
	}

.Wizard .SuccessSmall {
	background: url(Images/Icons/SuccessfulSmall.gif) no-repeat;
	padding-left: 22px;
	margin-left: 4px;
	}

.Wizard .Content {
	padding: 20px;
	}

.Wizard .Content .TagLeft {
	background: url(Images/Template/BackgroundTagLeft.png) no-repeat 100% top;
	padding: 10px;
	min-height: 170px;
	}

.Wizard .Content .TagRight {
	background: url(Images/Template/BackgroundTagRight.png) no-repeat 0% top;
	padding: 10px;
	min-height: 170px;
	}

.Wizard .Buttons {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 90%;
	}