#mm-cc-wrap {
    display: none;
}

/* Full width messages */
#mm-cc-wrap.topfullwidth {
    width: 100%;
    top: 0px;
    position: fixed;
    z-index: 9999;
    background-color: #EEE;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
}

#mm-cc-wrap.bottomfullwidth {
    width: 100%;
    bottom: 0px;
    position: fixed;
    z-index: 9999;
	background-color: #EEE;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
}

#mm-cc-wrap.topfullwidth span, #mm-cc-wrap.bottomfullwidth span {
    display: block;
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

#mm-cc-wrap.topfullwidth span a#mm-cc-hide, #mm-cc-wrap.bottomfullwidth span a#mm-cc-hide {
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

/* Box styled messages */
#mm-cc-wrap.toprightbox {
    width: 400px;
    top: 30px;
    right: 30px;
    position: absolute;
    z-index: 9999;
    background-color: #EEE;
    border: 1px solid #CCC;
}

#mm-cc-wrap.topleftbox {
    width: 400px;
    top: 30px;
    left: 30px;
    position: absolute;
    z-index: 9999;
    background-color: #EEE;
    border: 1px solid #CCC;
}

#mm-cc-wrap.bottomleftbox {
    width: 400px;
    bottom: 30px;
    left: 30px;
    position: absolute;
    z-index: 9999;
    background-color: #EEE;
    border: 1px solid #CCC;
}

#mm-cc-wrap.bottomrightbox {
    width: 400px;
    bottom: 30px;
    right: 30px;
    position: absolute;
    z-index: 9999;
    background-color: #EEE;
    border: 1px solid #CCC;
}

#mm-cc-wrap.toprightbox span, #mm-cc-wrap.bottomrightbox span, #mm-cc-wrap.topleftbox span, #mm-cc-wrap.bottomleftbox span {
    padding: 15px;
    display: block;
}

#mm-cc-wrap.toprightbox span a#mm-cc-hide, #mm-cc-wrap.bottomrightbox span a#mm-cc-hide, #mm-cc-wrap.topleftbox span a#mm-cc-hide, #mm-cc-wrap.bottomleftbox span a#mm-cc-hide {
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

#mm-cc-wrap #mm-cc-cc {
    display: block; padding:0 7px;
    position: absolute;
    width: 25px;
    cursor: pointer;
}

#mm-cc-wrap #mm-cc-cc.topright {
    top: 0px;
    right: 0px;
}

#mm-cc-wrap #mm-cc-cc.topleft {
    top: 0px;
    left: 0px;
}

#mm-cc-wrap #mm-cc-cc.bottomleft {
    bottom: 0px;
    left: 0px;
}

#mm-cc-wrap #mm-cc-cc.bottomright {
    bottom: 0px;
    right: 0px;
}