a.prettycheckbox,
a.prettyradio {
    display: inline-block;
    cursor: pointer;
    outline: 0px;

    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    padding: 0px;

    border: solid 1px #A0A0A0;
    background: #FFFFFF;
  
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  
    transition: border linear 0.2s, box-shadow linear 0.2s;

    background: #FFFFFF url('_Images/PrettyCheckable/Style_PrettyBlue.png') top left no-repeat;
}

a.prettycheckbox {
     
     
    border-radius: 3px; 
}

a.prettyradio {
     
     
    border-radius: 10px; 
}

a.prettycheckbox:hover,
a.prettyradio:hover {
    border-color: #3297fd;
}

a.prettycheckbox:focus,
a.prettyradio:focus {
    border-color: #52a8ec;
    outline: none;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15), 0 0 8px rgba(82, 168, 236, 0.6);
}

a.prettycheckbox.checked {
    background-position: 0 -12px;
}

a.prettyradio.checked {
    background-position: 0 -24px;
}

a.prettycheckbox.disabled,
a.prettyradio.disabled {
    background-color: #E0E0E0;    
}
a.prettycheckbox.disabled.checked {
    background-position: 0 -36px;
}

a.prettyradio.disabled.checked {
    background-position: 0 -48px;
}
