table, td, tr {
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

div#messagepreview {
    width: 95%;
    border: 1px solid #000000;
    padding: 7px 7px 7px 7px;
}

.post {
    border-bottom: 1px solid #969696;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
    padding: 7px 7px 7px 7px;
}

table.bbcode
{
    width: 95%;
    border: 1px solid #CCC;
    background-color: #FFF;
    font-size: 12px;
}

TD.bb_num
{
    background-color: #CCC;
    color: #808080;
    font-family: Courier;
    font-size: 12px;
    text-align: right;
}

TD.bb_quote
{
    font: 12px Arial;
    color: #333;
}

#uitleg {
    margin: 0px auto 10px auto;
    width: 420px;
    border: 1px dotted #962133; 
    border-bottom: 2px solid #962133;
    background-color: #f75353;

}

.rederror, .greenerror {
    width: 250px;
    height: 19px;
    line-height: 18px;
    margin-left: 10px;
}

.rederror {
    color: #f75353;
    border: 2px solid #f75353;
}

.greenerror {
    color: #96FF31;
    border: 2px solid #96FF31; 
}

#usererror, #emailerror {
    float: left;
    position: relative;
    width: 60%;
    text-align: center;
}

.multierror {
    color: #F75353;
    border: 2px solid #F75353;
    width: 95%;
    margin-left: 2em;
    margin-bottom: 10px;
    text-align: center;
}

.registred {
    color: #96FF31;
    border: 2px solid #96FF31;
    width: 100%;
    text-align: center;
}

.header_of_post {
    background: url(../img/shoutbar_bg.png) repeat-x;
    height: 15px;
    border: 1px solid #969696;
}

.post_user_signature {
    padding: 7px 7px 7px 7px;
}

.post_options {
    background: url('img/forum_options.png') repeat-x;
    height: 18px;
    border-bottom: 1px solid #969696;
    padding-right: 5px
    
}

.forum_titles {
    background: url(../img/shoutbar_bg.png) repeat-x;
    height: 22px;
    border: 1px solid #969696;
}