INPUT.onzichtbaar {
visibility:hidden;
}

p
{
text-align: justify;
}

  a:visited { color: rgb(173, 162, 104);
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    }

  a:link { color: rgb(173, 162, 104);
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    }

  a:hover { color: rgb(199, 176, 52);
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    }
	
textarea, .bginput { border-style: outset;
    border-color: rgb(0, 0, 0) rgb(153, 153, 153) rgb(204, 204, 204) rgb(0, 0, 0);
    border-width: 0px;
    background-color: rgb(173, 146, 127);
    color: rgb(66, 66, 66);
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    }
	
textarea, .bginput2 { border-style: outset;
    border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0);
    border-width: 0px;
    background-color: rgb(66, 35, 30);
    color: rgb(173, 146, 127);
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    }
	
button, .button { border: 1px outset rgb(192, 192, 192);
    background-color: rgb(192, 192, 192);
    color: rgb(0, 0, 0);
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    }
	
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #0887A5;
visibility: hidden;
z-index: 100;
font-family: Arial;
font-size: 11px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=150);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
