@charset "utf-8";
/* CSS Document */
/* styles voor profielen studenten*/
div.vert02{
	width: 100%;
	font-size:100%;
	text-align: left;
	max-width: 1500px;
	/*margin-bottom: 1em;*/
}
div.hor02{
	position: relative;
	height: auto;
	float: left;
	width: 39%;/*widyh div.hor03 min margin-left*/
}
div.hor02A{
	position: relative;
	height: auto;
	float: left;
	width: 19%;/*width div.hor02B min margin-left*/
}
div.hor02B{
	position: relative;
	height: auto;
	float: left;
	width: 19%;
	margin-left: 1%;
}

div.hor03{
	position: relative;
	height: auto;
	float: left;
	width: 60%;
	margin-left: 1%;
}
div.hor03 input{
	-webkit-appearance: none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: 0;
}
div.hor02 textarea, div.hor03 textarea{
	width: 100%
}
textarea.profileform{
	width: 99%;
	background-color: white;
	margin-right: 1%;
}
textarea.profileform2{
	width: 99%;
	background-color: white;
	margin-right: 1%;
}
select{
	width: 100%;
	background-color: white;
}
select.invul02{
	width:100%;
	height: 24px;
	color:black;
	background-color:white;
	border: 1px solid #6E6E6E;
}
