﻿h1
{
	font-size: x-large;
	font-family: Arial;
}
.intro
{
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	background-color: #828282;
	padding: 5px;
}
.intro a
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.stepcontent
{
	width: 100%;
	margin: 10px 0px 10px 0px;
	height: 180px;
}
.stepcontent2
{
	width: 100%;
	margin: 10px 0px 10px 0px;	
	padding-bottom: 5px;
}
.stepcontent img
{
	float: left;
	padding-right: 2px;
	width: 250px;
}
.stepcontent p, .stepcontent2 p
{
	font-size: medium;
	font-weight: bold;
	font-family: Georgia;
	padding-bottom: 5px;
}
.stepcontent p
{
	width: 520px;
	padding-left: 10px;
	float: right;
	padding-right: 10px;
}
.stepcontent p.dataInput,.stepcontent2 p.dataInput 
{
	margin-top: 20px;
}
.stepcontent2 p
{
	padding-top: 5px;
}
.stepcontrols
{
	width: 100%;
}
.nextholder
{
	width: 50%;
	float: right;
	text-align: right;
		padding-bottom: 5px;
}
.nextstep
{
	width: 49px;
	height: 15px;
	overflow: hidden;
	margin: 0;
	background-image: url(/images/custom/next.gif);
	text-indent: 9999px;
	display: block;
	float: right;
}
.prevholder
{
	width: 50%;
	float: left;
	text-align: left;
		padding-bottom: 5px;
}
.prevstep
{
	width: 49px;
	height: 15px;
	background-image: url(/images/custom/prev.gif);
	display: block;
	overflow: hidden;
	margin: 0;
	float: left;
	text-indent: -9999px;
}
