input[type=checkbox],
input[type=radio] {
    height:10px;
    width:10px;
    -webkit-transform: scale(2,2);
    -moz-transform: scale(1,1);
    -o-transform: scale(2,2);
    transform: scale(1,1);
}



