.bulletin {
    width: 208px;
    height: 158px;
    border: 1px solid #CCC;
    margin-bottom: 7px;
}
.bulletin dt {
    width: 208px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: url('img/bulletin.gif') no-repeat scroll 0% 0% transparent;
}

.bulletin dd {
    width: 208px;
}
.form {
    margin: 0px;
    padding: 0px;
}

.leftmail {
    background-image: url('img/mail_bg.jpg');
    background-repeat: no-repeat;
    width: 188px;
    background-position: center top;
    margin-top: 16px;
    height: 135px;
    float: left;
    padding-left: 20px;
}