/***********************************************/
/* Default.css                                 */
/* Set as the StyleSheetTheme in web.config.   */
/* Loaded for all clients and overridden by    */
/* SuperClient specific CSS in their Theme.    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*margins set to 0 in order to eliminate default margins in IE, Firefox, Mozilla and Netscape*/
/*padding set to "0" in order to eliminate default padding in Opera*/

.feeMessage{
	color: red;
}

.PaymentAuthorizationResultsView .buttonPositionLeft .donebutton { display:none;}

.button_secondary{
  display: none;
}

.headerLink {
    font-size: 0.8em;
    text-align: right;
    float: right;
    padding-top: 75px;
    padding-right: 10px;
    text-decoration: none;
    bottom: 10px;
}