.UIFooterControl {
        background: #0f69c3 url(images/footerbg.png);
        border-radius: 0 0 10px 10px;
        border-top: 1px dotted #0f6fa9;
        color: #fff;
        font: 10pt/20px arial;
        min-height:50px;
        margin: 0 auto;
        position: relative;
        width: 100%;
        padding: 10px;
        text-align:center;
}
.UIFooterControl .CopyRight {
        padding: 10px 0 0 10px;
}
.UIFooterControl a {
        color: #fff;
        font-size:13px;
        font-weight:bold;
        font-family:inherit;
        text-transform: uppercase;
        text-decoration: underline;
}
.UIFooterControl .Design {
        position: absolute;
        right: 10px;
        top: 10px;
}
