
.UIFooterControl {
    color: #ffffff;
    margin: 0 auto;
    width: 1024px;
    background: rgba(30,159,233,1);
    background: -moz-linear-gradient(top, rgba(30,159,233,1) 0%, rgba(21,117,214,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,159,233,1)), color-stop(100%, rgba(21,117,214,1)));
    background: -webkit-linear-gradient(top, rgba(30,159,233,1) 0%, rgba(21,117,214,1) 100%);
    background: -o-linear-gradient(top, rgba(30,159,233,1) 0%, rgba(21,117,214,1) 100%);
    background: -ms-linear-gradient(top, rgba(30,159,233,1) 0%, rgba(21,117,214,1) 100%);
    background: linear-gradient(to bottom, rgba(30,159,233,1) 0%, rgba(21,117,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9fe9', endColorstr='#1575d6', GradientType=0 );
}
.UIFooterControl .CopyRight {
    font: 13px arial;
    margin: 0 auto;
    padding: 20px;
    width: 1024px;
}
.UIFooterControl a {
    color: #ffffff;
}
.UIFooterControl .Design {
    text-align: right;
}
