.diysdk_ui_textImageButton {
    display: block;
}

.diysdk_ui_textImageButton .clickable:hover {
    cursor: pointer;
}

.diysdk_ui_textImageButton .leftContent {
    float: left;
    min-height: 80px;
}

.diysdk_ui_textImageButton .rightContent {
    margin-left: 88px;
    min-height: 80px;
}

.diysdk_ui_textImageButton .rightContent p {
    min-height: 40px;
    margin: 0;
}

.diysdk_ui_textImageButton .rightContent button {
    vertical-align: bottom;
    background: #cccdcd; /* Old browsers */
    background: -moz-linear-gradient(top, #cccdcd 40%, #9b9b9b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccdcd), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cccdcd 40%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cccdcd 40%,#9b9b9b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cccdcd 40%,#9b9b9b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cccdcd 40%,#9b9b9b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
    border: medium none;
    color: white;
    font-weight: normal;
    display: inline-block;
    min-height: 24px;
    overflow: visible;
    padding: 0 12px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
}

