/***********************************************************
***  © Copyright == Emeni Automatiseringstechnieken      ***
***  Vijfhuizenberg 42a, 4708 AL Roosendaal              ***
***  Telefoon: 0165 - 571241, Fax: 0165 - 570669         ***
***  E-mail: info@emeni.nl / www.emeni.nl                ***
***********************************************************/

/* formulieren */
input.text, input.text_nok, select, .datum, .selectfile {
  border-top: 1px solid #000066;
  border-right: 1px solid #000066;
  border-left: 1px solid #000066;
  border-bottom: 1px solid #000066;
  font-size: 9pt;
  height: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-left: 2px;
}

textarea.text {
  border-top: 1px solid #000066;
  border-right: 1px solid #000066;
  border-left: 1px solid #000066;
  border-bottom: 1px solid #000066;
  font-size: 9pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.text_nok, select.text_nok, textarea.text_nok, textarea.editor_nok {
  border-top: 1px solid #000066;
  border-right: 1px solid #000066;
  border-left: 1px solid #000066;
  border-bottom: 1px solid #000066;
  background-color: #EDF5FB;
}


/* foto-album */
img.thumb {
 border-color: #E32410;
 border-style: solid;
 border-width: 2px;
 opacity: 0.5;
}

img.thumbOver {
 border-color: #E32410;
 border-style: solid;
 border-width: 2px;
 cursor: pointer;
}

/* gastenboek */
#smilies {
  width: 488px; 
  background-color: #fff;
}

#smilies img {
  margin: 3px;
}

.error {
  color: #AD0000;
  font-weight: bold;
}

/* poll */
#poll {
  width: 550px;
  padding: 20px;
  margin: auto;
}

td.poll {
  width:200px;
  background-color:#ECE9D8;
}

div.stemmen {
  background-color: #71B08F;
}