td.vraag
{
  padding:5px 0px;
  width:180px;
}

td.antwoord
{
  padding:2px 20px;
}

div.knoppen
{
  position:relative;
  top:10px;
  left:120px;
}

.antwoord input,
.antwoord option, .whwp label input, .whwp label textarea,
.antwoord .whwp-formgroup label
{
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  color:white;
  border:none;
}

input.whwpbestand
{
  background-color:white;
  color:#0a0a0a;
  width:160px;
}

.antwoord textarea
{
  font-family: arial, helvetica, sans-serif;
  border:none;
  background-color:#4c4c4f;
  background-image: url('../images/bgtextarea.gif');
  background-position: 100% 100%;
  background-repeat:no-repeat;
  color:white;
  font-size:12px;
  padding:1px 5px;
}

input.invulvraag, .antwoord option
{
  border:none;
  line-height:19px;
  height:21px;
  background-color:#0a0a0a;
  background-image: url('../images/bginput.gif');
  background-position: 100% 100%;
  background-repeat:no-repeat;
  color:white;
  font-size:12px;
  padding:0px 5px;
}

.antwoord textarea, input.invulvraag
{
  width:285px;
}

input.invulvraagklein
{
  line-height:21px;
  height:21px;
  background-color:#0a0a0a;
  background-image: url('../images/bginput.gif');
  background-position: 100% 100%;
  background-repeat:no-repeat;
  color:white;
  font-size:12px;
  padding:0px 10px;
}

input.filevraag
{
	width: 100px;
  line-height:21px;
  height:21px;
  background-color:#0a0a0a;
  background-image: url('../images/bginput.gif');
  background-position: 100% 100%;
  background-repeat:no-repeat;
  color:white;
  font-size:12px;
  padding:0px 10px;
}

/* Global tag, containing the complete webpack item */
.whwp
{
  font-family: Arial,helvetica, sans-serif;
  font-size: 13px;
}

/* Webpack item title */
.whwp-title
{
  font-weight: normal;
  color:white;
}

td.vraag label
{
  font-weight: normal;
  color:#bbbbbb;
}

/* All links */
.whwp a
{
  color: white;
}

/* Characteristics shared between input and button style links */
.whwp .whwp-button, .whwp .whwp-button:hover
{
  width: 100px;
  background-color: #0a0a0a;
  text-align: center;
  color: white;
/*
  border: outset 2px;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
*/
  margin: 3px 3px 3px 70px;

  border:none;
  height:21px;
  background-image: url('../images/bgsubmit.gif');
  background-position: 0 0;
  line-height:18px;
}

.whwp form
{
  color:white;
}


/* Links with an input button appearance */
.whwp a.whwp-button, .whwp a.whwp-button:hover
{
  display: block;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 2px 5px;
}

.whwp input.whwp-button
{

  cursor: pointer;
  font-family: arial, helvetica, sans-serif; /* Inherit font-family */
  font-size: 100%; /* Inherit font-size */
}

.whwp .whwp-questiongroup
{
  border: 1px #CCCCCC solid;
  padding: 10px;
  margin: 20px 0px;
  background-color: #FFFFFF;
}

/* Individual questions */
.whwp .whwp-questiongroup .whwp-question
{
  margin: 10px 0px;
}

/* Individual question labels */
.whwp .whwp-questiongroup .whwp-question label,
.whwp .whwp-questiongroup .whwp-question
{
  font-style: italic;
  margin: 10px 0px 4px 0px;
}


.whwp .whwp-entry
{
  border: 1px solid #CCCCCC;
  margin: 10px 0px;
}

.whwp .whwp-entry .whwp-header
{
  background-color: #D0D0D0;
  font-weight: bold;
  padding: 4px;
}

.whwp .whwp-entry .whwp-message
{
  padding: 4px;
}

.whwp .whwp-entry .whwp-message blockquote
{
  margin-left: 1pt;
  border-left: 1pt solid #CCCCCC;
  padding-left: 5pt;
}

.whwp .whwp-entry .whwp-footer
{
  padding: 5px;
}

.whwp table.whwp-table
{
  border: solid 1px #CCCCCC;
  border-collapse: collapse;
  width: 100%;
  font-size: 100%; /* Ensure IE picks up the inherited font-size for this table */
}

.whwp table.whwp-table th
{
  text-align: left;
  padding: 2px 5px;
  background-color: #D0D0D0;
  vertical-align: top;
  white-space: nowrap;
  color: white;
}

.whwp table.whwp-table td
{
  text-align: left;
  padding: 2px 5px;
  vertical-align: top;
}

.whwp .whwp-odd
{
  background-color: #EEEEEE;
}

.whwp .whwp-even
{
  background-color: #FFFFFF;
}

.whwp .whwp-errors
{
  color: #FF0000;
}

.whwp table.whwp-attachments
{
  font-size: 100%;
}

/* End of the standard webpack CSS definitions */
