/* 
    Document   : style.css
    Created on : Jun 2, 2010, 11:47:07 AM
    Author     : daniel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
.wrong  {
    border: 1px solid red;
    background-color: #ffcccc;
}
input.empty {
    color:#999;
}
td#right    {
    text-align:right;
}
a#addPage   {
    float:right;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:10px;
}
img.medewerkers{
    width:200px;
}
div.mHolder{
    width:210px;
    float:left;
}
