#myform {
    text-align: center;
    padding: 5px;
    margin: 2%;
}
.qty {
    width: 30px;
    text-align: center;
    height: 22px;
    padding: 0;
    border-radius: 0px;
    border: 1px solid #c1c1c1;
}

.qtyminus {width: 26px;  height: 26px; background: url(../images/ws-buyer-shopcart.png) no-repeat 0 -26px; 
    border-radius: 0px;  text-indent: -999999px; border: none; margin-left: 2px; margin-top: 10px;}
.qtyplus {width: 26px;  height: 26px; background: url(../images/ws-buyer-shopcart.png) no-repeat;
 border-radius: 0px; text-indent: -999999px; border: none; margin-right: 2px; }
.btn-cancel-quantity {background: url(../images/exit.png) no-repeat; text-indent: -999999px; width: 20px; height: 20px; border: none; border-radius: 0px;}
.btn-ok-quantity {height: 20px; background: #444; color: #fff; border: none; padding: 0 6px; margin-top: 10px; margin-bottom: 10px; border-radius: 0px;}
.qtybox {width: 233px; margin: 0 auto; padding-bottom: 8px; *background: #c1c1c1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,f1f1f1+20,c1c1c1+100 */
background: #EAEAEA; /* Old browsers */
background: -moz-linear-gradient(top,  #EAEAEA 0%, #EAEAEA 20%, #c1c1c1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #EAEAEA 0%,#EAEAEA 20%,#c1c1c1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #EAEAEA 0%,#EAEAEA 20%,#c1c1c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */


}

.qtyminus-m {width: 26px; height: 26px; background: url(../images/ws-buyer-shopcart.png) no-repeat 0 -26px; 
    border-radius: 0px; text-indent: -999999px; border: none; margin-left: 2px; margin-top: 10px;}
.qtyplus-m {width: 26px; height: 26px; background: url(../images/ws-buyer-shopcart.png) no-repeat;
 border-radius: 0px; text-indent: -999999px; border: none; margin-right: 2px; }

@media only screen and (max-width : 600px) {
	.qty {margin-top: 10px;}
    .qtyminus {display: none!important;}
    .qtyplus {display: none!important;}
    .btn-cancel-quantity {margin-bottom: 10px;}
}