	#steps {
		line-height:18px;
		width:600px;
		display:block;
		
	}
	*html .step1a { height:60px; }  /* titov.coder */
	.step1a {
		padding-left:60px;
		background: url(/images/1a.png) no-repeat left 1px;
		margin-bottom: 15px;
		min-height:60px; /* titov.coder */
	}
	*html .step2a { height:60px; }  /* titov.coder */
	.step2a {
		padding-left:60px;
		background: url(/images/2a.png) no-repeat left 1px;
		margin-bottom: 15px; height:60px;
	}
	*html .step2p { height:60px; }  /* titov.coder */
	.step2p {
		padding-left:60px;
		background: url(/images/2p.png) no-repeat left 1px;
		margin-bottom: 15px;
		min-height:60px; /* titov.coder */
	}	
	*html .step3a { height:60px; }  /* titov.coder */
	.step3a {
		padding-left:60px;
		background: url(/images/3a.png) no-repeat left 1px;
		margin-bottom: 15px;
	}
	*html .step3p{ height:60px; }  /* titov.coder */
	.step3p {
		padding-left:60px;
		background: url(/images/3p.png) no-repeat left 1px;
		margin-bottom: 15px;
		min-height:60px; /* titov.coder */
	}	
	*html .step4a { height:60px; }  /* titov.coder */
	.step4a {
		padding-left:60px;
		background: url(/images/4a.png) no-repeat left 1px;
		margin-bottom: 15px;
	}
	*html .step4p { height:60px; }  /* titov.coder */
	.step4p {
		padding-left:60px;
		background: url(/images/4p.png) no-repeat left 1px;
		min-height:60px; /* titov.coder */
	}		
	
	.okbtn {
		cursor:pointer;
		margin-top:4px;
		width:140px;
		height:21px;
		background:#1e2172;
		border:none;
		color:#fff;		
	}
	.okbtn-small {
		cursor:pointer;
		margin-top:4px;
		width:41px;
		height:23px; /* edit titov.coder */
		background:#1e2172;
		border:none;
		color:#fff;		
	}	
	.inputfile {
		margin-top:4px;
		height:21px;
		border:1px solid #1e2172;
		float:left;
		display:block; /* titov.coder */
		float:left; /* titov.coder */
	}

#steps .number, #steps .clear {
	display:none;
}
#html_loader_form{
	display:block;
	padding:0px;
	width:300px;
}
.step1a #html_loader_form #inputfile_htmlcleaner_btn{
		cursor:pointer;
		margin-top:4px;
		width:50px;
		height:21px;
		background:#1e2172;
		border:none;
		color:#fff;	
		float:right;
}
#inputfile_htmlcleaner_btn_2{
		cursor:pointer;
		margin-top:0px;
		width:50px;
		height:21px;
		background:#1e2172;
		border:none;
		color:#fff;	
		float:left;
}