

#sending_message, #message_sent {
    padding:20px;
}

#sending_message h2, #message_sent h2{
    color:#8d1b3d;
    font-family: Georgia,Palatino,Palatino Linotype,FreeSerif,serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    position:relative;
    left:20px;
}

.hidden_div{
    visibility: hidden;
    display: none;
}

.show_div{
    visibility: visible;
    display: block;
}

a.message_link:link, a.message_link:visited{
    color: #9d9585;
    text-decoration: none;
}

a.message_link:hover{
    text-decoration: underline;
}

/* creaseo Rel.4 edit  */
/* coin status display */
.coin-status {
    float: right;
    margin: -12px 0;
}
.coin-status .front,
.coin-status .back {
    position: relative;
    float: left;
    height: 41px;
    padding: 13px 12px 0 64px;
    background-repeat: no-repeat;
    background-position: 0 0;
/*    border: solid 1px #888;*/
    border-width: 0 1px 0 0;
}
.coin-status .back {
    background-position: 0 -159px;
    padding: 13px 0 0 20px;
    border-width: 0 0 0 1px;
}
.coin-status.front-on .front { color: #AB5354; }
.coin-status.front-off .front { background-position: 0 -53px; color: #888; }
.coin-status.back-on .back { background-position: 12px -106px; color: #AB5354; }
.coin-status.back-off .back { background-position: 12px -159px; color: #888; }
.coin-status.back-none .back { background-position: 12px -212px; color: b4b4b4}

.displayNone{
    display:none;
}

.displayInline{
    display:inline;
}
