﻿.wizard .content.themed 
{
	background: #ccc;
}

.wizard .buttons.themed 
{
	background: #405585;
}

.wizard .buttons .btn
{
	/* The facebook buttons */
	background-color:#55b;
	border-width:1px;
	border-top-color: #fff;
	border-left-color: #fff;
	border-bottom-color: #669;
	border-right-color: #669;
	padding: 0px 10px 0px 10px;
	margin-top: 6px;
	color:#fff;
}

.wizard .buttons input[disabled]
{
	border: 1px solid grey;
	/* IE won't respect this, but it doesn't matter because it uses a grey anyway */
	color: grey;
}