﻿.wizard 
{
	position: relative;
	width: 100%;
	height: 100%;
}

.wizard .content 
{
	height: 100%;
	background: #FFFFFF;
}

.wizard .content .step 
{
	padding: 10px 10px 10px 10px;
}

.wizard .buttons 
{
	height: 30px;
	background: #ccc;
}

.wizard .buttons .btn
{
	float: right;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}