.RadButton{
line-height: normal !important;
}
.RadButton_Videospace {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
border-color: transparent !important;
    color: #4153a2 !important;
    background-color: transparent !important;
    /*text-decoration: underline;*/
    border: 0 none;
    border-radius: 0;
}
.RadButton_Videospace. rbButton {
    padding: 12px 24px !important;
}
.RadButton_Videospace. rbButton.rbIconOnly {
    padding: 6px
}
.RadButton_Videospace .rbButton, .RadButton_Videospace .rbButton .rbDisabled, .RadButton_Videospace .rbSplitPart {
border-color: #4f7ab5 !important;
    color: #FFF !important;
    background-color: #4f7ab5 !important;
    padding: 9px 10px !important;
    box-shadow: none !important;
}
#Listingpage .RadButton_Videospace .rbButton, #Listingpage .RadButton_Videospace .rbButton .rbDisabled, #Listingpage .RadButton_Videospace .rbSplitPart {
    border-color: #4f7ab5 !important;
    color: #FFF !important;
    background-color: #4f7ab5 !important;
    padding: 8px 5px !important;
    width: 100px;
    box-shadow: none !important;
}
.RadButton_Videospace. rbButton.rbHovered, .RadButton_Videospace. rbButton. rbToggled. rbHovered, .RadButton_Videospace .rbButton .rbHovered {
    border-color: #adadad !important;
    color: #333 !important;
    background-color: #e6e5e5 !important;
    box-shadow: none !important;
}
.RadButton_Videospace .rbButton:focus {
    outline-width: thin !important;
    outline-offset: -2px !important;
    outline-color: #adadad !important;
    box-shadow: none !important;
}
.RadButton_Videospace .rbButton .rbSelected, .RadButton_Videospace .rbButton .rbToggled, .RadButton_Videospace .rbSelected .rbHovered {
    border-color: #adadad !important;
    color: #333 !important;
    background-color: #e6e5e5 !important;
    box-shadow: none !important;
}
.RadButton_Videospace .rbSplitPart {
    padding: 6px !important;
}
.RadButton_Videospace .rbButton:hover, .RadButton_Videospace .rbButton.rbHovered .rbSplitPart {
    border-color: #adadad !important;
}
.RadButton_Videospace .rbButton .rbSelected, .RadButton_Videospace.rbButton .rbSelected:active .rbSplitPart {
    border-color: transparent !important;
    border: 0 none;
    border-radius: 0;
}
.RadButton_Videospace .rbCheckBox .rbText, .RadButton_Videospace .rbRadioButton .rbText, .RadButton_Videospace .rbToggleButton .rbText {
    color: #333 !important;
}
.RadButton_Videospace .rbToggleCheckboxChecked, .RadButton_Videospace .rbToggleCheckboxFilled, .RadButton_Videospace .rbToggleRadioChecked {
    color: #337ab7 !important;
}
.RadButton_Videospace .rbHovered .rbToggleCheckboxChecked, .RadButton_Videospace .rbHovered .rbToggleCheckboxFilled, .RadButton_Videospace .rbHovered .rbToggleRadioChecked {
    color: #22527b !important;
}
.RadButton_Videospace:focus .rbToggleCheckbox:before, .RadButton_Videospace:focus .rbToggleRadio:before {
    box-shadow: none !important;
}
.RadButton_Videospace:focus .rbToggleCheckboxChecked:before, .RadButton_Videospace:focus .rbToggleCheckboxFilled:before, .RadButton_Videospace:focus .rbToggleRadioChecked:before {
    box-shadow: none !important;
}
.RadButton_Videospace .rbPrimaryButton {
    border-color: #2d6da3 !important;
    color: #fff !important;
    background-color: #337ab7 !important;
}
.RadButton_Videospace .rbPrimaryButton.rbHovered, .RadButton_Videospace.rbPrimaryButton.rbToggled.rbHovered, .RadButton_Videospace.rbPrimaryButton.rbFocused {
    border-color: #204d73 !important;
    color: #fff !important;
    background-color: #285f8f !important;
    box-shadow: none !important;
}
.RadButton_Videospace .rbPrimaryButton.rbSelected, .RadButton_Videospace.rbPrimaryButton.rbToggled {
    border-color: #122a3f !important;
    color: #fff !important;
    background-color: #285f8f !important;
}
.RadButton_Videospace .rbPrimaryButton.rbDisabled {
    border-color: #2d6da3 !important;
    color: #fff !important;
    background-color: #337ab7 !important;
}
input[type="button"]  
/* Or better yet try giving an ID or class if possible*/
{
 border: 0;
 background: none;
 box-shadow: none;
 border-radius: 3px;
}