#center_page
{
	padding: 5px;
	vertical-align: top;
	width: 420px;
}

.kletshoek_post_error
{
    color: #F00;
    background-color: #FAA;
    border: none;
    border-bottom: 2px solid #A00;
    border-top: 2px solid #A00;
    text-align: center;
    padding: 3px;
}

.kletshoek_post_succes
{
    color: #0C0;
    background-color: #AFA;
    border: none;
    border-bottom: 2px solid #0A0;
    border-top: 2px solid #0A0;
    text-align: center;
    padding: 3px;
}

.kletshoek_content
{
    border: none;
    border-collapse: collapse;
    margin: 30px auto;
    width: 100%;
}

.kletshoek_content td
{
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    padding-left: 10px;
}
.kletshoek_content td.postinfo
{
    width: 110px;
    /*border: 1px solid #000;
    border-right: none;*/
    background-color: #DDD;
    padding: 5px;
}

