#footerSlideContainer {
    z-index: 1000;
    position: fixed;
    bottom:0;
    right: 0;
    width: 224px;
}
#footerSlideButton {
    background: url(../../images/hotrotructuyen.png) top right no-repeat transparent;
    position: absolute;
    bottom: 00px;
    left: 0px;
    width:235px;
    height:106px;
    border: none;
    cursor: pointer;
}
#footerSlideContent {
    width: 100%;
    height: 0px;
    background: #FFFFFF;
    color: #CCCCCC;
    font-size: 0.8em;
    border: 3px solid #ccc;
    border-bottom: none;
    border-right:none;
    font-family: DejaVuSansBook, Sans-Serif;
    position: relative;
    bottom: -5px;
}
#footerSlideContent h3 {
    font-size: 36px;
    color: #9AC941;
    margin: 10px 0 10px 0;
}

#footerSlideText {
    padding: 10px 5px 5px 5px;
    text-shadow: 1px 1px #FFFFFF;
}
#footerSlideText .line{
    width: 95%;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    background: url(line.gif) repeat-x top left;
    height: 2px;
}
#footerSlideText .titles{
    font-size: 14px;
    text-transform: uppercase;
    color: #e74c3c;
    font-weight: bold;
}