/*
 * Styling for the options panel
 */
.upgrade-button {
    margin-top:5px;
    display: inline-block;
    background: #4aa55b;
    border: 1px solid #48964f;
    border-radius: 3px;
    color:#fff;
    padding: 6px 12px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 0px 3px #376937;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.upgrade-button:hover {
    display: inline-block;
    background:#48964f;
    color:#fff;
}
.upgrade-tag {
    color:#4aa55b;
    text-decoration: none;
}
.upgrade-tag:hover {
    color:#48964f;
}
/*
 * controls css
 */
.customize-control .img-buttonset input[type=radio] { display: none; }
.customize-control .img-buttonset input[type=radio]:checked + label img {
   border:4px solid #bbb;
}
