
.UIFooterControl {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0 0 10px 10px;
    border-top: 1px dotted #b82805;
    color: #000;
    font: 10pt/20px arial;
    height: 100px;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.UIFooterControl .CopyRight {
    padding: 10px 0 0 10px;
    text-align: center;
}
.UIFooterControl a {
    color: #222;
    font: bold 10pt arial;
}
.UIFooterControl .Design {
    position: absolute;
    right: 10px;
    top: 10px;
}
