#cbox {
    left: 220px;
    bottom: -354px;
    z-index: 9999;
    position: fixed;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    border: 5px solid #b7ff00;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 0px 1px #63bf00;
}

#cbox:hover {
    bottom: 0px;
}
    
#cboxtitle {
    width: 180px;
    height: 15px;
    background-color: #000000;
    background-image: url('../Images/background.gif');
    padding: 8px 5px 5px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 10px;
    color: #aaff00;
    text-shadow: 1px 1px 1px #8bd600;
    text-transform: uppercase;
}

#cboxdesc {
    width: 180px;
    height: 40px;
    padding: 5px;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255));
    overflow: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    text-align: justify;
    letter-spacing: 1px;
    color: #435900;
}