@CHARSET "UTF-8";
.forumLaatsteBerichten {
    float:right;
    position:absolute;
    top:-63px;
    right:-6px;
}
.forumSmall {
    position:relative;
}
.forumSmall .message {
}
.forumSmall .forumMeer {
    color:white;
    font-weight:bold;
}
.forumSmall .title {
    display:block;
    background-color:white;
    color:#f32249;
    font-weight:bold;
    height:20px;
    line-height:20px;
    padding-left:5px;
}
.forumSmall .body {
    display:block;
    margin-top:5px;
    margin-bottom:5px;
    color:black;
    padding-left:2px;
}
.forumSmall .body .forumMeer {
    color:white;
    font-weight:bold;
}
.forumSmall .reactLink {
    margin-left:20px;
    margin-bottom:10px;
    background-image:url(../images/groenpijltje_right.gif);
    background-position:0px 3px;
    background-repeat:no-repeat;
}
.forumSmall .reactLink a {
    color:white;
    font-weight:bold;
    margin-left:15px;
    cursor:pointer;
}
.forum {
    margin-left:15px;
}
.forum .message {
    width:500px;
}
.forum .inline {
}
.forum .forumMeer {
    color:white;
    font-weight:bold;
}
.forum .title {
    display:block;
    background-color:white;
    color:#f32249;
    font-weight:bold;
    height:20px;
    line-height:20px;
    padding-left:15px;
    background:transparent url(images/stripes_grey_on_white.gif) left top;
    background-repeat:no-repeat;
}
.forum .body {
    display:block;
    margin-top:15px;
    margin-bottom:15px;
    color:black;
    padding-left:10px;
}
.forum .reactLink {
    margin-left:20px;
    margin-bottom:10px;
    background-image:url(../images/groenpijltje_right.gif);
    background-position:0px 3px;
    background-repeat:no-repeat;
}
.forum .reactLink a {
    color:black;
    font-weight:bold;
    margin-left:15px;
    cursor:pointer;
}
.forum .moreReactionsLink {
    margin-left:20px;
    margin-bottom:10px;
    background-image:url(../images/groenpijltje_right.gif);
    background-position:0px 3px;
    background-repeat:no-repeat;
}
.forum .moreReactionsLink a {
    color:black;
    font-weight:bold;
    margin-left:15px;
    cursor:pointer;
}
.mainForm {
    width:480px;
    background:transparent url(images/repeating_grey_stripes_on_white.gif) left top;
    background-repeat:repeat;
/* padding-left:15px; */
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:15px;
}
.formTitle {
    color:black;
    font-size:12px;
    font-weight:bold;
    padding-bottom:15px;
}
.mainForm .formRow {
    display:block;
    height:40px;
}
.mainForm .high {
    height:230px;
}
.mainForm .formRow .title {
    display:block;
    background:none;
    color:black;
    float:left;
    width:150px;
}
.mainForm .formRow .field {
}
.mainForm .formRow .error {
    border:1px red solid;
    color:red;
    display:block;
    height:12px;
    line-height:12px;
    width:200px;
    text-align:center;
    float:right;
    margin-right:80px;
    background-color:white;
}
.mainForm input {
    border-left:1px #bdbdbd solid;
    border-top:1px #bdbdbd solid;
    border-bottom:none;
    border-right:none;
    width:250px;
}
.mainForm textarea {
    border-left:1px #bdbdbd solid;
    border-top:1px #bdbdbd solid;
    border-bottom:none;
    border-right:none;
    width:250px;
    height:200px;
}
.mainForm button {
    border-left:1px #bdbdbd solid;
    border-top:1px #bdbdbd solid;
    border-bottom:none;
    border-right:none;
    width:250px;
}