/* Algemene div */
div#zoek_een_beweegmaatje
{
	font-family: arial,verdana;
	font-size: 0.8em;
	/* Tekstkleur */
	color: #5E0F7C; 
	width: 191px;
	margin-top: 25px;
	margin-left:-10px;
}

/* Het plaatje */
div#beweegmaatje_image
{
	position: absolute;
	margin-top: -20px;
	margin-left: 110px;
	width: 73px;
	height: 67px;
}

/* De bovenste balk van het formulier */
div#zoek_een
{
	background-color: #5e0f7c;
	color: white;
	font-weight: bold;
	padding: 5px 0 5px 45px;
}

/* De onderste balk van het formulier */
div#ik_zoek
{
	background-color: #d2bada;
	color: #5e0f7c;
	font-weight: bold;
	padding: 5px 0 0px 5px;
}

/* Het formulier */
div#beweegform
{
	/* Achtergrond kleur */
	background-color: #D2BADA;
	padding: 0px 3px 2px 6px;
	/* Zorgt ervoor dat het direct onder het plaatje aansluit */
	margin-top: -5px !important;
}

/* Paragraaf marges */
div#beweegform p
{
	margin: 5px 0 5px 0 !important;
}

/* Hoogte van het input veld */
div#beweegform input
{ 
	height: 18px;
}

/* Breedte van dropdown veld */
div#beweegform select
{ 
	width: 180px;
}

/* Submit knop */
div#beweegform #submitbeweeg
{
	background-color: #5E0F7C;
	border: 1px solid #5E0F7C !important;
	color: white;
	height: 22px;
}

div#zoekbalk
{
	background-color: #5E0F7C;
}
