﻿body.page-sagepay
{
	background-image:none;
}

.innerBank, .callBack
{
    position: absolute;
    width: 370px;
    height: 140px;
    left: 50%;
    margin-left:-185px;
    top: 140px;
    border: 3px solid #00489e;
    padding: 15px;
    background-color: #FFF;
    text-align: center;
    z-index: 1000;
}

.callBack
{
    height: 95px;
}

#innerbankMessage
{
    font-family: Arial,Verdana,Helvetica,sans-serif;
    color: #00489e;
    font-size: 15px;
}

.innerBank img#loader, .callBack img#loader
{
    width: 32px;
    height: 32px;
}

.innerBank img#logo
{
    margin-top: 10px;
    width: 65px;
    height: 65px;
}