
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	border:0px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
}
.simple_overlay  .slide-box{
	margin: 0px;
	padding-bottom: 0px;
}
/* close button positioned on upper right corner */
.simple_overlay .close {
	background: url(../images/close.png) no-repeat center right;
	position:absolute;
	right:15px;
	top:26px;
	cursor:pointer;
	height:22px;
	line-height: 22px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
/* 	width:90px; */
}
.simple_overlay  .slide-box.l-grey-small{ width: 641px;  background: url(../images/l-grey-top3.png) no-repeat top left ; padding-top: 10px;}
.simple_overlay  .slide-box.l-grey-small .l-grey-small-bottom{ width: 641px;  background: url(../images/l-grey-bottom3.png) no-repeat bottom left ; margin-top: 0px; margin-bottom: 0px; padding-bottom: 10px;}
.simple_overlay  .slide-box.l-grey-small .l-grey-small-bottom .l-grey-small-body { width: 641px;  background: url(../images/l-grey-body3.png) repeat-y bottom left ;}
.simple_overlay  .slide-box.l-grey-small  h3.trigger{ background:  none; color: #4C4D4D; padding: 10px 0 10px 20px; font-size: 18px; }
.simple_overlay  .slide-box.l-grey-small .toggle_container{ width: auto; padding: 20px 20px 20px 60px; line-height: 1.4; }
.simple_overlay  .slide-box.l-grey-small h4{ color: #116EBB;}

.progreso{
	padding: 10px 30px 0;
	color: #4C4D4D;
	font: bold 14px/32px Arial, Helvetica, sans-serif;height: 32px; 
}
.status{ background: url(../images/progres.png) no-repeat 0px 0px;
			height: 32px;
			width: 467px;
			float: right;
}
.step1 .status{
	 background-position: 0px -32px;
}
.step2 .status{
	 background-position: 0px -64px;
}
.step3 .status{
	 background-position: 0px -96px;
}
.step4 .status{
	 background-position: 0px -128px;
}
.step5 .status{
	 background-position: 0px -160px;
}
.step6 .status{
	 background-position: 0px -192px;
}
.step7 .status{
	 background-position: 0px -224px;
}

