/* === step process panel === */
.panel
{
    /* [disabled]background-color: #ffffff; */
    /* [disabled]border: 1px solid #ffffff; */
    padding: 0%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;

}
/* === steps === */
.step
{
	float: left;
	position: relative;
	margin-left: -20px;
	width: 441px;
	height: 43px;
	font-size: 18px;
	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, .step4, .step5, .step6, .step7
{
	/*width: 184px;*/
	width: 164px;
	text-align:left; /* set some custom width */
}
/* === steps labels === */
.stepLabel
{
	position: absolute;
	top: 19px;
	right: 30px;
}
.stepLabelLast
{
	position: absolute;
	top: 19px;
	right: 25px;
}
/* === contents === */
.content
{
	clear: both;
	line-height: 175%;
	padding:2%;
	/*margin:2%;*/
	border: 1px solid #3ea2bc;  
	/*padding: 0%;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
/* === nextPrevButtons === */
.nextPrevButtons
{
	clear: both;
	/*width: 30%;*/
	margin: 0 auto;
	/*margin-left: auto;
	margin-right: auto;*/
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	margin-top:20px;
}
/*
.nextPrevButtons .button:first-child
{
	margin-right: 10px;
}*/
.nextPrevButtons .button
{
	display: block;
	width: 155px;
	height: 46px;
	padding-top: 12px;
	text-align: center;
	background-image: url("../img/next.jpg");
	background-repeat: no-repeat;
	cursor: pointer;
}
/*
.nextPrevButtons .button2:first-child
{
	margin-right: 10px;
}
*/
.nextPrevButtons .button2{
	display: block;
	width: 155px;
	height: 46px;
	padding-top: 12px;
	text-align: center;
	background-image: url("../img/sprite_buttons.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.nextPrevButtons .buttonPrev
{
	background-image: url("../img/Previous.png") !important;
}

.nextPrevButtons .buttonNext
{
	background-image: url("../img/Next.png") !important;
	text-indent:-20px;
}

.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;
}
/* == logo == */
.spanLogo {
  position: absolute;
  top: 56px;
  right: 650px;
}
