﻿label
{
	margin-top: 4px;
	float:left;
	width:100px;
}

/*background: transparent url(images/backgroundXXXXXX.jpg) no-repeat left top;*/
.exampleWrapper
{	
	width: 737px;
	height: 528px;
	position:relative;
}

.LPDatabaseWrapper
{	
	width: 737px;
	height: 550px;
	position:relative;
}

.MemberSignupWrapper
{	
	width: 737px;
	height: 550px;
	position:relative;
}

.SubscribeWrapper
{	
	width: 737px;
	height: 400px;
	position:relative;
}

.ContactWrapper
{	
	width: 737px;
	height: 300px;
	position:relative;
}

/* Main setting - start */
.tabStrip
{
	position:absolute;
	top: 0px;
	left: 0px;
}

.multiPage
{
	background: transparent url('images/container_bg.jpg') bottom left repeat-x;
	position:absolute;
	top: 27px;
	width: 575px;
}
/* Main setting - end */

.multiPage .formList
{
	width: 575px;
	list-style: none;
}

.multiPage .formList li
{
	border-bottom: 1px solid #959485;
	padding: 5px 0px;
}

.multiPage .formList li.lastListItem
{
	border: none;
}

.nextButton
{
	position: relative;
	bottom: 0;
	right: 0;
	background: transparent url(images/btn_next.png) no-repeat left top;
	border: none;
	width: 89px;
	height: 20px;
}

.submitButton
{
	position: relative;
	bottom: 0;
	right: 0;
	background: transparent url(images/btn_submit_2.png) no-repeat left top;
	border: none;
	width: 89px;
	height: 20px;
}

.buttonSeparator
{
	width: 378px;
	border-bottom: 1px solid #959485;
	height: 1px;
	position: absolute;
	bottom: 40px;
	right: 0;
}

.previewWrapper
{
	position:absolute;
	right: 10px;
	top:90px;
	width: 250px;
	padding-left: 18px;
}

.previewWrapper h2
{
	font-size: 21px;
	padding-bottom: 10px;
	color: #4386a5;
	border-bottom: solid 1px #597f90;
	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;
}