/* CSS Document */

@import url('../splash_voices.css');

.quoteHolder {
	display: block;
}


.vtButton {
	display: block;
}

.footer {
	height: 86px;
}

.contentHolder {
	display: block;
	width: 800px;
	float: left;
	
	
	
	background-color: #f4f4f4;
	
}


.contentLeft {
	display: block;
	width: 230px;
	float: left;
	padding-top: 15px;

	
}

.loginImage
{
	display: block;
	width: 215px;
	float: right;
}

.loginHolder
{
	display: block;
	width: 205px;
	float: right;
	padding-top: 15px;
}


.contentRight {
	display: block;
	width: 570px;
	float: right;
	background-color: #ffffff;
	
}


.contentRightInner
{
	display: block;
	width: 540px;
	float: right;
}

.startHeader
{
	display: block;
	padding-top: 20px;
}

.easySteps
{
	display: block;
	width: 530px;
	float: left;
	padding-bottom: 50px;

}

.startContent
{
	display: block;
	width: 340px;
	float: left;

}

.startDescription
{
	display: block;
	padding-top: 20px;
}

.stepListHolder ul
{
	list-style: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
	color: #FF0033;
	font-style: italic;
}

.stepListHolder ul li
{
	padding-top: 2px;
	padding-bottom: 2px;
}



.getStarted {
	display: block;
	float: right;
	width: 170px;
	padding-top: 20px;
	padding-bottom: 0px;
	
	
	text-align: center;

}


