/* Member Forum - Create Topic button */
.WaGadgetForum .forumPanelOuter .forumPanel .forumPanelInner .forumPanelButton a,
.WaGadgetForum a.commandButton {
    background: #3d0757 !important;
    border-color: #3d0757 !important;
    color: #ffffff !important;
}

/* Create Topic button - hover */
.WaGadgetForum .forumPanelOuter .forumPanel .forumPanelInner .forumPanelButton a:hover,
.WaGadgetForum a.commandButton:hover {
    background: #5a1973 !important;
    border-color: #5a1973 !important;
    color: #ffffff !important;
}