﻿label
{
	margin-top: 4px;
	float:left;
	width:100px;
}

.exampleWrapper
{
	background: transparent url(images/background.jpg) no-repeat left top;
	width: 937px;
	height: 612px;
	position:relative;
}

.tabStrip
{
	position:absolute;
	top: 13px;
	left: 15px;
}

.multiPage
{
	position:absolute;
	top: 65px;
	height: 390px;
}

.multiPage .formList
{
	width: 378px;
	list-style: none;
}

.multiPage .formList li
{
	border-bottom: 1px solid #959485;
	padding: 5px 0px;
}

.multiPage .formList li.lastListItem
{
	border: none;
}

.nextButton
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	position: absolute;
		bottom: 0;
		right: 0;
		width: 90px;
		height: 28px;
	left: 400px;
	top: 600px;
}

.buttonSeparator
{
	width: 378px;
	border-bottom: 1px solid #959485;
	height: 1px;
	position: absolute;
	bottom: 40px;
	right: 0;
}

.previewWrapper
{
	position:absolute;
	left: 500px;
	top:185px;
	width: 500px;
	padding-left: 10px;
}

.previewWrapper h2
{
	font-size: 21px;
	padding-bottom: 10px;
	color: #4386a5;
	margin-right: 18px;
	margin-top: 20px;
}

.previewWrapper h3
{
	color: #4386a5;
	font-size :12px;
	margin-right: 18px;
	margin-top: 20px;
	border-bottom: dotted 1px #597f90;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.previewWrapper ul
{
	list-style:none;
	margin:0 30px;
}

/* <asp:ValidationSummary /> */
.vs { color: #fff; background-color: #c00; margin: 0; padding: 4px; }
.vs ul { margin: 0; padding: 0; list-style: none; }
.vs li { margin: 0; padding: 0; font-size: 8pt; font-weight: normal; }

/* ~/Signup.aspx */
#signup { margin: 50px 195px; width: 355px; }
#signup h1 { margin: 0 0 10px 0; padding: 0; }
#signup table { margin: 0 0 10px 0; border: none; width: 355px; }
#signup td { padding: 5px; }

