
div.formblock
{
  display: block;
  width: 460px;
  background-color: #f2f0f0;
  margin-top: 12px;
  margin-bottom: 20px;
  padding: 6px 0px;
  overflow: hidden;
}

form .formrow
{
  float: left;
  width: 100%;
  margin: 5px 0px;
}

form label, form .labelspacer
{
  float: left;
  width: 99px;
  padding-left: 11px;
  font-size: 12px;
}

form label.wide
{
  width: 219px;
}

form sup
{
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  vertical-align: bottom;
  position: relative;
  bottom: 2px;
}

form input, form span.radiotext, form .verticalgroup, form select
{
  float: left;
}

form span.radiotext
{
  font-size: 11px;
  padding: 0px 4px;
}

form span.newlineradiotext
{
  float: left;
  width: 410px;
  padding: 0px 8px;
  font-size: 11px;
}

form .verticalgroup
{
  line-height: 24px;
}

form .verticalgroup input
{
  margin-top: 6px;
}

form input[type=text], form select
{
  font-size: 11px;
  border: 1px inset #c0c0c0;
}

form input[type=text]
{
  width: 338px;
}

form select
{
  width: 340px;
}

form input[type=text].small
{
  width: 113px;
}

form select.small
{
  width: 115px;
}

form .horizontal
{
  float: left;
  width: 115px;
}

form select option
{
  font-size: 11px;
}

form input[type=checkbox]
{
  margin-left: 11px;
}

form .horizontal input[type=checkbox]
{
  margin-left: 3px;
}

#maincontent form h3
{
  padding-left: 11px;
  line-height: 28px;
}

form .formdivider
{
  float: left;
  display: block;
  width: 460px;
  height: 1px;
  padding: 6px 0px;
  background: url('../images/formdivider.gif') 0px 50% repeat-x;
}

#maincontent form a.info
{
  float: right;
  font-size: 12px;
  color: #00afb3;
  font-weight: bold;
  height: 20px;
  width: 50px;
  line-height: 20px;
  background: url('../images/info.gif') 100% 0% no-repeat;
  margin-right: 10px;
  text-decoration: none;
  cursor: pointer;
}

.boekensubmit
{
  float: left;
  width: 145px;
  height: 32px;
  background: url('../images/boekensubmit.gif') 0px 0px no-repeat;
  border: 0px;
  cursor: pointer;
  margin-right: 200px;
}

.brochuresubmit
{
  float: left;
  width: 168px;
  height: 32px;
  background: url('../images/brochuresubmit.gif') 0px 0px no-repeat;
  border: 0px;
  cursor: pointer;
  margin-right: 200px;
}

<!--      
15-03-2010
.bottomerror
{
  color: #dd0000;
  float: right;
  font-size: 11px;
  line-height: 16px;
} -->

.bottomerror
{
  clear: both;
  line-height: 16px;
  float: right;
  color: #dd0000;
  font-size: 11px;
  text-align: right;
  width: 210px;
  padding-right: 8px;
}



/* ******************************************************* */
/* Verplichte velden                                       */
/* ******************************************************* */

.required, form p
{
  float: left;
}

.req label, .reqconditions .radiotext, #maincontent .reqconditions a
{
  color: red;
}

/* ******************************************************* */
/* Vriend/kennis velden                                    */
/* ******************************************************* */

.friends
{
  display: none;
}

.addfriendlink
{
  float: left;
  cursor: pointer;
  margin-bottom: 15px;
  width: 100%;
  clear: both;
}

#postcode0, #postcode1, #postcode2, #postcode3
{
  text-transform: uppercase;
}