.process-element, 
.mtm5 {margin-top:-5px;}

.mtm8 {margin-top:-8px;}

.process-element.not-doing {opacity: 0.3;}
.process-element.perform   {opacity: 1.0;}
.process-element.performed {opacity: 1.0;}

.process-img {width:24px; height:24px;float:left;margin-top:7px;background-repeat: no-repeat;}

.process-element.not-doing .process-img {background-image: url('../img/process-install/right_arrow.png');background-position-y: 2px;}
.process-element.perform .process-img {background-image: url('../img/process-install/install.gif');background-position-y: 2px;}
.process-element.performed .process-img {background-image: url('../img/process-install/ok.png');background-position-y: 2px;}


.install-form-error-message {color:red;margin-top:-18px;font-size:11px;display:none;}
