.UIFooterControl {
        color: #000;
        line-height:16px;
        background: #fff none repeat scroll 0 0;
        border-color: #dbeece #c2e3ab #c2e3ab;
        border-image: none;
        border-radius: 15px;
        border-style: dashed;
        border-width: 2px;
        padding:10px;
}
.UIFooterControl p, .COPYRIGHT {
        line-height: 1.5;
}
.COPYRIGHT,.UIFooterControl a{
        line-height: 1.5;
}
.UIFooterControl a {
        color: #005da1 !important;
        display: none;
}
.UIFooterControl a:hover {
        color: red !important;
        text-decoration:
                none;
}
.UIFooterControl .CopyRight {
        font-size: 13px;
        padding: 10px;
}
.CopyRight{
        font-size:18px;
        text-align: center;
        margin-bottom: 5px;
}
