.plainButton .RadButton {
	height: 36px;
}


.RadButton.RadButton_Qsf input.rbDecorated {
	background-color: #0487c4;
    border: 1px solid #0487c4;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 10px 20px !important;
    width: 100% !important;
	height: 100%;
	line-height:1;
	font-size:14px;
	font-weight: bold;
}


.RadButton.RadButton_Qsf.rbHovered input.rbDecorated {
	background-color: #036c9c;
	border-color: #036c9c;
}

