/* basic_Form_Layout */

#form
{
	width: 100%;
	padding-top: 20px;
}

div.row
{
  clear: both;
  padding-top: 2px;
  
}

div.row span.label, div.row span.titel
{
  float: left;
  width: 40%;
  text-align: left;
}

div.row span.labelTxtBox
{
  float: left;
  width: 40%;
  text-align: right;
  }
  
div.row span.label_Breed
{
	float: left; 
 	text-align: left;
}

div.spacer
{
	clear: both;
}

.row_Break
{
	float: left;
	clear: left;
	height: 30px;
}

.form_Tekstbox {
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
}

.verzendButton 
{
    width: auto;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	font-size: 11px;
	cursor: hand;
}

.textRood
{
	color: #FF0000;
}