/* CSS Document */

.lbi-form{
	width:580px;
	float:left;
	border:2px solid #e1e1e1;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	-khtml-border-radius: 5px;
	overflow:hidden;
	background-color:#FFF;
	display:table;
	padding:8px;
	margin:0 0 10px 0;
}

div#lbi-formcontainer{
	width:580px;
	margin-left:auto;
	margin-right:auto;
}

.lbi-form > div > label, .lbi-form > div > div > label {width:220px;float:left; }

div#lbi-formcontainer img.letop{
	width:100%;	
}
s
.lbi-form input[type=text], 
.lbi-form input[type=password],
.lbi-form select, 
.lbi-form textarea, 
.lbi-form input[type=file]{ 
	width:300px; 
	margin-top:5px;
}

.lbi-form select{
	width:308px;	
}

.lbi-form input[type=checkbox]{ float:left; margin-top:7px; margin-right:40px;}

.lbi-form input[type=text],
.lbi-form input[type=password],
.lbi-form textarea, 
.lbi-form select, 
.lbi-form input[type=file]{
	background-color:#FFF;
	border:1px solid #CCC;
 	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
 	-khtml-border-radius: 3px;
	padding:3px;
}


.lbi-form textarea{
	height:80px;	
}

.lbi-form .fout textarea:focus, .lbi-form .fout select:focus, .lbi-form .fout input[type=text]:focus, .lbi-form .fout input[type=password]:focus{
	background-color:#ff9898;
	border:1px solid #8b0606;
}
.lbi-form textarea:focus, .lbi-form select:focus, .lbi-form input[type=text]:focus, .lbi-form input[type=password]:focus {
	background-color:#e6e6e6;
	border:1px solid #bdbdbd;
}

background-color: #F6DEDE;
    border: 1px solid #AE0000;

.lbi-form > div {
	float:left;	
	border-bottom:1px solid #CCC;
	width:550px;
	padding:5px;
	line-height:30px;
}

.lbi-form div.listRadiobuttons {float: left; clear: right; width: 350px}
.lbi-form div.listRadiobuttons label {display: block; clear: both;}

.lbi-form div.listCheckboxbuttons {float: left; clear: right; width: 350px}
.lbi-form div.listCheckboxbuttons label {display: block; clear: both;}

.btnVerstuur{
	margin-top: 20px;
	float:right;
	background-image: url(/images/algemeen/form_button.jpg);
	height: 36px;
	width: 100px;
	border:0;
	cursor: pointer;
}
div.formFoutmelding {
	background-color: #FFCCCC;
    color: #AE0000;
}

div.formFoutmelding input[type="text"]  {
	background-color: #F6DEDE;
    border: 1px solid #AE0000;
}
.formFoutmelding {color:#F00}

div.formFoutmelding span {
	margin-left: 220px;
}
