
.dspp_clearfix:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.buttonPopup
{
	float: left;
	width: 150px;
	height: 59px;
	display: block;
	margin-left: 10px;
}
.button_gray
{
	background-image: url("../../images/ProgressBar/live_preview_img/aspp_button_gray.png");
}
.button_green
{
	background-image: url("../../images/ProgressBar/live_preview_img/aspp_button_green.png");
}
.button_blue
{
	background-image: url("../../images/ProgressBar/live_preview_img/aspp_button_blue.png");
}
.button_maroon
{
	background-image: url("../../images/ProgressBar/live_preview_img/aspp_button_maroon.png");
}
.button_orange
{
	background-image: url("../../images/ProgressBar/live_preview_img/aspp_button_orange.png");
}
.dspp_popup
{
	width: 788px;
	position: absolute;
	display: none;
}
.dspp_overlay
{
	left: 0px;
	top: 0px;
	position: absolute;
	background-color: #000000;
	z-index: 100;
}
.dspp_content .title
{
	margin-top: 10px; 
	margin-bottom: 20px; 
	font-size: 24px;
	color: #444444;
}
.alert
{
	clear: both;
	border: 1px solid #c83348;
	background-color: #ec7f7f;
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px 3px 20px #ec7f7f;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 20px #ec7f7f;
	border-radius: 10px;
	box-shadow: 3px 3px 20px #ec7f7f;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	text-align: center;
	line-height: 150%;
}
.message
{
	clear: both;
	border: 1px solid #c8c8c8;
	background-color: #e2e2e2;
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px 3px 20px #e2e2e2;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 3px 3px 20px #e2e2e2;
	border-radius: 10px;
	box-shadow: 3px 3px 20px #e2e2e2;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	text-align: center;
	line-height: 150%;
}
/* === step process panel === */
.dspp_panel
{
	background-color: #ffffff;
	border: 1px solid #dbe6ee;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* === steps === */
.dspp_step
{
	float: left;
	position: relative;
	margin-left: -20px;
	width: 351px;
	height: 43px;
	font-size: 13px;
	padding-left: 20px;
	padding-top: 18px;
	background-image: url("../../images/ProgressBar/sprite_with_icons.png");
	background-repeat: no-repeat;
	outline: none;
}
.dspp_step1, .dspp_step2, .dspp_step3, .dspp_step4, .dspp_step5, .dspp_step6
{
	width: 130px;
}
.p2Step1, .p2Step2, .p2Step3, .p2Step4, .p2Step5, .p2Step6
{
	width: 173px;
}
.p3Step1, .p3Step2, .p3Step3, .p3Step4, .p3Step6, .p3Step5
{
	width: 173px;
}
.p4Step1
{
	width: 202px;
}
.p4Step2
{
	width: 160px;
}
.p4Step3
{
	width: 135px;
}
.p4Step4
{
	width: 100px;
}
.p4Step5
{
	width: 85px;
}
.p5Step1, .p5Step2, .p5Step3
{
	width: 240px;
}
.p6Step1, .p6Step2, .p6Step3, .p6Step4
{
	width: 175px;
}
.p7Step1, .p7Step2
{
	width: 371px;
}
.p8Step1, .p8Step2, .p8Step3
{
	width: 240px;
}
/* === steps labels === */
.dspp_stepLabel
{
	position: absolute;
	top: 19px;
	right: 30px;
}
.dspp_stepLabelLast
{
	position: absolute;
	top: 19px;
	right: 25px;
}
/* === contents === */
.dspp_content
{
	clear: both;
	padding: 10px;
	line-height: 150%;
}
/* === nextPrevButtons === */
.dspp_nextPrevButtons
{
	clear: both;
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dspp_nextPrevButtons .dspp_button:first-child
{
	margin-right: 10px;
}
.dspp_nextPrevButtons .dspp_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;
}
.dspp_nextPrevButtons .dspp_inactiveButton
{
	background-position: -10px -310px;
	color: #ffffff;
}
/* === boxStart === */
.dspp_boxStart
{
	float: left;
	width: 6px;
	height: 60px;
	background: url("../../images/ProgressBar/sprite_with_icons.png") no-repeat;
}