#main {
	background: url(/images/vab/wrap-content-inner-no-banner.jpg) no-repeat top center transparent;
}

#setup_tabs {
	width: 950px;
	height: 100px;
}

#setup_tabs .tab {
	float: left;
	width: 280px;
	margin: 5px 5px 5px 0;
	padding: 10px 10px;
}

#setup_tabs .active_tab {
	background: #fec;
}

#setup_tabs .tab .title,
#setup_tabs .active_tab .title {
	font-size: 1.2em;
	font-weight: bold;
}

fieldset.design {
	background: url(/images/vab/fieldset.jpg) repeat-x left bottom #F1F5FA;
	width: 886px;
	height: 340px;
	margin: 15px 0 10px 0;
	padding-bottom: 0px;
	float: none;
}

fieldset.preview {
	float: right;
	width: 295px;
	margin-top: 0px;
	padding-bottom: 0px;
	background: url(/images/vab/fieldset.jpg) repeat-x left bottom #F1F5FA;
}

	fieldset.preview img {
		border: 10px solid #FFFFFF;
		height: 180px;
		width: 180px;
		margin: 30px 0 0 48px;
	}
	
fieldset {
	float: left;
	margin-top: 0px;
}
	
label {
	float: none;
}

.center {
	margin-left: 0;
	margin-right: 0;
}

.theme_list .theme_preview {
	float: left;
	padding: 5px;
}

#step-content h1,
#step-content h2 {
	clear: both;
}

#step-content h2 {
	font-size: 2em;
	margin: 20px 0 10px 0;
}

input.radio, input.checkbox {
	width: auto;
}
input.checkbox {
	margin: 6px 0 6px 0;
}

/*
 * Enter Information Page
 */

.errorExplanation {
	margin: 20px;
	color: #933;
	padding: 5px;
	border-bottom: 2px solid #933;
}

.errorExplanation h2 {
	margin: 0;
	padding: 0;
	color: #933;
	size: .8em;
}

.fieldWithErrors {
	display: inline;
}

.fieldWithErrors input {
	border: 1px solid #933;
}

#complete_account_subdomain {
	width: 125px;
}

#complete_account_subdomain_extra {
	font-size: 1.2em;
}

#user_information_container,
#selected_theme_info {
/*	margin-top: 75px;*/
}
#user_information_container {
	width: 490px;
}
#user_information_container dl {
	margin-left: 0;
}

#selected_theme_info {
	float: right;
	width: 295px;
	padding-bottom: 0px;
  	background: url(/images/vab/fieldset.jpg) repeat-x left bottom #F1F5FA;
}
#selected_theme_info h3 {
	margin: 5px 48px 5px 48px;
	text-align: center;
}
#selected_theme_info img {
	border: 10px solid #FFFFFF;
	height: 180px;
	width: 180px;
	margin: 0 0 0 48px;
}

.theme_preview {
	background-color: #f2f2f2;
	border-top: 1px solid #ff8800;
	margin-bottom: 30px;
	padding: 16px 0 16px 17px;
}
.theme_preview a img {
	background-color: #bababa;
	border: 4px solid #fff;
	padding: 1px;
}

/* 
 * Theme Color Select
 */

.theme_color {
	position: relative;
	float: left;
	_display: inline;
	padding: 1px;
	margin-right: 16px;
	background: #a9a9a9;
	border: 5px solid #fff;
}
.theme_color_offset {
	width: 180px;
	height: 180px;
	background-position: left top;
	background-repeat: no-repeat;
}
.theme_color a, .theme_color a img {
	margin: 0;
	padding: 0;
	background-color: transparent !important;
	border: none;
}

.theme_color_preview {
	position: absolute;
	top: 80px;
	left: 40px;
}
.theme_color_preview a {
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
}

.theme_color_select {
	position: absolute;
	top: 100%;
	left: 0;
}
.theme_color_select a {
	width: 180px;
	height: 35px;
	display: block;
	text-align: center;
}

#theme_categories {
	position: absolute;
	top: 10px;
	right: 18px;
}