@charset "utf-8";
/* CSS Document */

.userInscription{	
	padding:20px 0px 0px 20px;	
	color:#000;
	font-family: "Trebuchet MS", Helvetica, sans-serif, Arial;
	font-size:12px;
}

.userInscription .row{
	float:left;
	clear:both;
	padding-bottom:10px;
	width:440px;
}

.userInscription .errorMessage{
	color:#f00;
	float:left;
}

.userInscription label{
	width:120px;
	float:left;
}

.userInscription input.text{
	width:300px;
	float:left;
}



.userInscription input.file{
	width:300px;
	float:left;
}

.userInscription textarea{
	width:300px;
	height:75px;
	float:left;
}

.userInscription textarea .overeenkomst{
	width:450px;
	height:75px;
	float:left;
	font-size:10px;
}

.userInscription .label{
	font-weight:bold;
	color: #441B17;
	font-family: "Trebuchet MS", Helvetica, sans-serif, Arial;
	font-size: 11px;
	width:200px;
}

.userInscription .smallLangMenu{
	float:left;
	padding-left:130px;
	font-size:16px;
}

.userInscription .smallLangMenu .menuTab{
	float:left;
	width:18px;
	height:15px;
	text-align:center;
	padding-top:3px;
	padding-right:2px;
	background-image:url(/templates/standhouderAanmaken1/images/smallLangMenuNotActif.jpg);
	background-position:bottom;
}

.userInscription .smallLangMenu .menuTabActif a{
	color:#FFFFFF;
}

.userInscription .smallLangMenu .menuTabActif{
	float:left;
	width:19px;
	height:15px;
	background-color:#ff0000;
	text-align:center;
	padding-top:3px;
	padding-right:1px;
	background-image:url(/templates/standhouderAanmaken1/images/smallLangMenuActif.jpg);
	background-position:bottom;
}


