form input.error { border: 1px solid #f00; 
	   
    background-image: url(../img/nofifi.png)	;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	background-position: right 6px;
    background-repeat: no-repeat;
	border:1px solid red;
	}
	
form input.valid{ border-color: #468847;
  background-image: url(../img/nofifi.png)	;
     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    background-position: right -40px;
    background-repeat: no-repeat;
	}	
.error{
    color:red;
}
	.label-instock{background-color:#268944}
.label-outstock{background-color:#f10f39}