/* === step process panel === */
.panel
{
	padding: 0 10px 10px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.panelLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: lighter;
	float: right;
	border: 1px dotted #37291D;
	color: #333;
	margin-right: 26px;
	margin-top: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.panelDiv p a {
	color: #333;
}
.panelDiv p a:link {
	color: #333;
}
.panelDiv p a:visited {
	color: #333;
}
.panelDiv p a:hover {
	color: #666;
}
/* === steps === */
.step
{
	float: left;
	position: relative;
	margin-left: -40px;
	width: 100px;
	height: 38px;
	font-size: 21px;
	padding-left: 20px;
	padding-top: 24px;
	background-image: url("img/sprite_with_icons.png");
	background-repeat: no-repeat;
	outline: none;
}



/*.step
{
	float: left;
	position: relative;
	margin-left: -20px;
	width: 351px;
	height: 43px;
	font-size: 21px;
	padding-left: 20px;
	padding-top: 18px;
	background-image: url("img/sprite_with_icons.png");
	background-repeat: no-repeat;
	outline: none;
}*/

/* === default step classes (attached automatically to every step) === */
.step1, .step2, .step3
{
	width: 200px; /* set some custom width */
}
/* === steps labels === */
.stepLabel
{
	position: absolute;
	top: 19px;
	right: 30px;
}
.stepLabelLast
{
	position: absolute;
	top: 19px;
	right: 25px;
}
/* === contents === */
.content
{
	clear: both;
	padding: 10px;
	line-height: 150%;
}
/* === nextPrevButtons === */
.nextPrevButtons
{
	clear: both;
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nextPrevButtons .button:first-child
{
	margin-right: 10px;
}
.nextPrevButtons .button
{
	float: left;
	display: block;
	width: 150px;
	height: 34px;
	padding-top: 12px;
	text-align: center;
	background-image: url("img/sprite_buttons.png");
	background-repeat: no-repeat;
	cursor: pointer;
}
.nextPrevButtons .inactiveButton
{
	background-position: -10px -310px;
	color: #ffffff;
}
/* === boxStart === */
.boxStart
{
	float: left;
	width: 6px;
	height: 60px;
	background: url("img/sprite_with_icons.png") no-repeat;
}
