body, form
{
    margin: 0;
    padding: 0;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    word-break: break-all;
}

.wrapper
{
    margin: 20px;
    border: 1px solid #89A5D5;
    position: relative;
}

h1
{
    text-align: center;
}

.time-author
{
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 0 20px;
    padding-bottom: 5px;
}

.time-author span
{
    padding: 0 50px;
}

.content
{
    padding: 15px 25px;
}

.attachment
{
    position: absolute;
    top: 10px;
    right: 12px;
    background: url(images/attachment.gif) no-repeat left 50%;
    padding-left: 18px;
}
