#scid-dialog-group-join a.button-orange {
    margin-top: 10px;
}
#scid-dialog-group-join textarea {
    width: 98%;
    margin-top: 2px;
}
#scid-dialog-group-join .white-round-shadow {
    background: #ffffff !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 20px 20px 30px 20px !important;
}
#scid-dialog-group-join a.button-orange:hover {
    border: 1px solid #ff0000;
    color: #ff0000;
    background: 0% 0% repeat-x #ffffff;
    padding: 0 14px;
}
#scid-dialog-group-join a.button-orange {
    text-decoration: none;
    display: inline-block;
    height: 34px;
    line-height: 35px;
    background: 0% 0% repeat-x #ff0000;
    padding: 0 17px;
    position: relative;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}