body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 76%;
	line-height: 1.3;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	color: #f47321;
}

a:hover {
	color: #cc5206;
}

h1 {
	color: #fff;
	font-size: 1.32em;
	margin: 0;
	padding-top: .6em;
	padding-left: 14px;
}

h2 {
	font-size: 1.08em;
	margin: 0;
	font-weight: normal;
	padding-top: 3px;
}

h2 span.title {
	font-weight: bold;
	text-transform: uppercase;
}

p {
    margin-bottom: 15px;
}

.email_at {
	vertical-align: text-bottom;
}

.alert {
	color: #f00;
}

#main {
    width: 800px;
    background: transparent url(images/bg_main.png) 0 0 repeat-y;
}

#container-style {
	/*background: transparent url("images/wizardBgRight.png") right 0 repeat-y;*/
    background: transparent url(images/bg_wizard-bottom.png) bottom left no-repeat;
    padding-bottom: 20px;
}

#header {
	height: 43px;
	background: transparent url("images/bg_header.png") 0 0 no-repeat;
}

#submitStep {
	height: 38px;
	background: transparent url("images/wizardBgRight.png") 0 0 no-repeat;
    display: none;
}

#header img,
#submitStep img {
	float: right;
}



.wizardStep {
	position: relative;
}

.wizardStep .wizardStep { display: none; }

.wizardStep .stepBody {
    padding: 5px 10px;
    overflow: auto;
}

.wizardStep .edit {
    display: none;
}

.wizardStep .checkmark {
    display: none;
    width: 23px;
    height: 24px;
    background: transparent url(images/checkmark.png) 0 0 no-repeat;
    float: right;
    margin-right: 10px;
}

.wizardStep .selection {
    display: none;
}

.wizardStep label {
    font-weight: bold;
}

.stepBody.option-a .option-a { display: inline; }
.stepBody.option-b .option-b { display: inline; }
.stepBody.option-c .option-c { display: inline; }
.stepBody.option-d .option-d { display: inline; }
.stepBody.option-e .option-e { display: inline; }

ul.options {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.options li {
    float: left;
    background-color: #000;
    height: 275px;
    width: 287px;
    padding: 20px 10px 5px 10px;
    margin: 10px 22px 0 0;
    color: #fff;
}

ul.compact {
    width: 297px;
    margin-top: 10px;
    padding: 20px 0;
    background-color: #000;
}

ul.compact li {
    float: none;
    height: auto;
    margin-top: 0;
    padding: 6px 0 6px 10px;
}

ul.with-thumb {
    width: 90%;
    overflow: auto;
}

ul.with-thumb li.thumb {
    float: right;
}

.selection-made {
    background: transparent url(images/bg_step_bottom.png) bottom left no-repeat;
    padding-bottom: 15px !important;
}

.selection-made { display: block; }
.selection-made .edit { display: block; }
.selection-made .checkmark { display: block; }
.selection-made .next { display: none; }
.selection-made ul.options { display: none; }



.button {
	float: right;
	font-weight: bold;
}

.button a {
	display: block;
	width: 70px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 2px 0;
}

.edit a {
	background-color: #666;
	border: 1px solid #333;
}

.edit a:hover {
	background-color: #888;
}

.next a {
	background-color: #903233;
	border: 1px solid #3a0707;
}

.next a:hover {
	background-color: #a34244;
}

.thumb {
    text-align: center;
    padding-top: 10px;
    min-height: 180px;
}

.caption {
    font-style: italic;
}

#submitStep {
	text-align: right;
	color: #fff;
}

#submitStep .button {
	margin-right: 6px;
	margin-top: 8px;
	margin-left: 1em;
}

#submitStep .button a {
	width: 100px;
}

#submitStep p {
	font-weight: bold;
	padding-top: 11px;
	
}