.sendmail_container {
    height: 441px;
    left : 0;
    position: absolute;
    top: 0;
    width: 795px;
}

.sendmail_box {
    background-color: #F0F0F0;
    border-color : #195F9A;
    border-style : solid;
    border-width : 4px;
    height : 375px;
    left : 45px;
    position: absolute;
    top : 32px;
    width : 705px;
}

.sendmail_messagebox {
    color : white;
    border-width: 2px;
    border-style: solid;
    border-color: #195F9A;
    border-collapse: separate;
    background-color: #195F9A;
    font-weight: bold;
}

.sendmail_messageboxcells {
    border-width: 1px;
    border-style: solid;
    border-color: #195F9A;
    background-color: #246DA8;
    height: 25px;
    padding : 6px;
}

.sendmail_sendbutton {
    background-image: url(../image/system/icon_send.png);
    height : 60px;
    width : 60px;
}

.sendmail_sendbuttontext {
    color: #027B06;
    font-size: 20px;
    font-weight: bold;
}

.sendmail_backbutton {
    background-image: url(../image/system/icon_backarrow.png);
    height : 60px;
    width : 60px;
}

.sendmail_backbuttontext {
    color: #7B0206;
    font-size: 20px;
    font-weight: bold;
}

.sendmail_sentmessage {
    color: green;
    font-size: 24px;
    font-weight: bold;
    text-align : center;
}

.sendmail_errormessage {
    color: red;
    font-size: 24px;
    font-weight: bold;
    text-align : center;
}

