input[type='radio'].selected + label.selected .radio-icon-wrapper,
input[type='checkbox'].selected + label.selected .radio-icon-wrapper {
    border-color: #CC0000;
    color: #CC0000;
}

.radio-icon-wrapper:hover{
    box-shadow: 3px 5px 5px #cccccc;
}

.radio-icon-wrapper {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    width: 96px;
    height: 96px;
    cursor: pointer;
    padding: 0;
    margin-right: 8px;
	margin-bottom: 8px;
    color: #024585;
    text-align: center;
    font-weight: bold;
    border: 3px solid #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

.radio-icon-wrapper .image {
    width: 100%;
    height: 60px;
    display: block;
}

.radio-icon-wrapper .image img {
    margin: 20px 0 0 0;
    width: 60px;
    position: relative;
    top: -12px;
}

.iconize.radio-date + label .image {
    height: 64px;
}

.radio-icon-wrapper span {
    height: 31%;
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    position: relative;
    top: 11px;
}

.smallBoxes_container .radio-icon-wrapper{
    width: 115px;
}

#test2 + label .image {
    background-position: -105px -15px;
}