div.ppForm
{
  margin-left: 15px;
  width: 580px;
  float: left;
  display: inline;
  overflow:hidden;
  margin-top: 5px;
}

div.ppForm div.simple
{ 
  
  margin-right: 10px;
  width: expression("100%");
  position: relative;
  background-color: white;
  overflow:hidden;
  clear: both;
  padding-bottom: 5px;
}

div.ppForm span.required
{
  color: red;
}

div.ppForm h1
{ 
	border-bottom:1px solid #D5D5D5;
  clear:both;
  color:#EE8431;
  font-family:arial;
  font-size:16px;
  margin-bottom:6px;
  margin-top:20px;
  overflow:hidden;
  padding-left:5px;
}

div.ppForm h3
{ 
  border-bottom:1px solid #D5D5D5;
  clear:both;
  color:#5361A2;
  font-family:arial;
  font-size:14px;
  line-height:24px;
  margin-bottom:5px;
  padding-top:15px;
  overflow:hidden;
  padding-left:5px; 
}

div.ppForm div.active
{
  background-color: #EEEEEE;
}

div.ppForm div.simple div.label,
div.ppForm div.simple div.input,
div.ppForm div.simple div.validate
{
  float: left;
  color: #595959;
  background-color: transparent;  
  font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    border: none;
    margin-top: 5px;
	text-align: right;
  line-height: 24px;
}

div.ppForm div.simple div.input span.radioList
{
  display: inline;  
}

span.radioList div.label
{
  text-align: left; 
}

div.ppForm div.simple div.validate div
{
  margin-left: 5px;
  line-height: 24px;
  padding-left: 20px; 
  background-repeat: no-repeat;
  background-position: 0 50%;
}
div.ppForm div.simple div.validate div.successMessage
{
  background-image: url('/images/input-ok.gif');
}

div.ppForm div.simple div.validate div.errorMessage
{
  color: red;
  background-image: url('/images/input-error.gif');
}

div.ppForm div.simple div.validateRadio div
{
  display: none;
}

div.ppForm div.simple div.validateRadio
{
  /*display: inline;*/
  background-image: url('/images/input-error.gif');
  background-repeat: no-repeat;
  background-position: 0 50%;
}

div.ppForm div.simple div.validateRadio div.errorMessage
{
  color: red;
  margin-left: 5px;
  line-height: 24px;
  padding-left: 15px; 
  clear: both;
  display: block;
}

div.ppForm div.simple div.input
{
  padding: 0px;  
  display:inline;
  text-align: left;
}

div.ppForm div.simple div.input  img
{
  margin-left: 5px;
}

div.ppForm div.simple div.value
{   
  line-height: 24px;
  font-weight: bold;
  margin-right: 5px;
  margin-top: 5px;
  color: black;
}

div.ppForm div.simple div.label
{ 
  width: 150px; 
  line-height: 24px;
  margin-right: 10px;
}

div.ppForm div.indent
{ 
  clear: both;

}

div.ppForm div.action
{ 
  margin-top:10px;
  text-align: right;  
}
div.ppForm div.action #bestel
{
  background-image: url(/images/verstuur.gif);
  height: 30px;
  width:200px;
  border: none;
  cursor: pointer;
  outline: 0;
  display: inline;
  float: right;
  clear: both;
}

div.ppForm div.action #bestel.click
{ 
  background-position:0 -30px;
  background-image: url(/images/verstuur.gif);
  height: 30px;
  width:200px;
  border: none;
  cursor: pointer;
  outline: 0;
  display: inline;
  float: right;
  clear: both;
}

div.ppForm div.action #bestel.click:focus,
div.ppForm div.action #bestel.click:active,
div.ppForm div.action #bestel:focus,
div.ppForm div.action #bestel:focus
{
   outline: none;
   background-image: url(/images/verstuur.gif);
  height: 30px;
  width:200px;
  border: none;
  cursor: pointer;
  outline: 0;
  display: inline;
  float: right;
  clear: both;
}

div.ppForm div.simple div.input select {
height:20px;
}