﻿#graphicHeader:not(:empty) #header_logo .header_logo_link {
background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}

/*This is to add the billing icon on the prelogin page.*/
.features .icon-billing {
    background-image: url("../images/quicklinks/account_summary.png");
}	
.features .icon-documents {
    background-image: url("../images/quicklinks/documents.png"); 
}

#guestPay-content #extPmtPageFrame {
 height: 1000px;
}

#extPmtPageFrame{
	height: 1000px !important;
}