/*Add styles for all option labels*/
.iphorm-inner .iphorm_9_24-input-li label {
    position: relative;
    padding: 64px 10px 10px 10px;
    min-width: 77px;
    border: 1px solid #000;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*Add styles hovering all labels*/
.iphorm-inner .iphorm_9_24-input-li label:hover {
    border: 1px solid #E3CE1C;
    background-color: #111;
}
/*Optional - Have the CheckBox or Multiple Choice box positioned top right. */
.iphorm-inner .iphorm_9_24-input-li div.radio, .iphorm-inner .iphorm_9_24-input-li div.checker, .iphorm-inner .iphorm_9_24-input-li input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
/*Optional - Extra space between Options */
.iphorm-inner .iphorm_9_24-input-li {
    padding-right: 15px;
}
/*SEQUENCE*/
/*First option label - add Background image here*/
.iphorm-inner label.iphorm_9_24_1_label {
    background: #222 url(http://www.quform.com/wp-content/themes/quform/images/facebook-logo.png) no-repeat center 5px;
}
/*Second option label - add Background image here*/
.iphorm-inner label.iphorm_9_24_2_label {
    background: #222 url(http://www.quform.com/wp-content/themes/quform/images/twitter-logo.png) no-repeat center 5px;
}
/*Third option label - add Background image here*/
.iphorm-inner label.iphorm_9_24_3_label {
    background: #222 url(http://www.quform.com/wp-content/themes/quform/images/envato-logo.png) no-repeat center 5px;
}