/* CSS Document */

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

#solliciteren
    {
    border-width: 1px;
    border-style: groove;
    border-color: #003366;
	background-color: #6699CC;
	position: absolute;
	top: 13em;
	left: 0.7em;

    padding: 15px;
    width: 500px;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    }

#solliciteren label
    {
    float: left;
    width: 280px;
    text-align: right;
    margin-right: 15px;
    }

#solliciteren input
    {
    background-color: #99CCFF;

    font-size: x-small;

    border-width: 1px;
    border-style: solid;
    border-color: #003366;
    
    margin-bottom: 10px;
    }

#solliciteren select
    {
    width: 120px;
    font-size: x-small;
    background-color: #99CCFF;
    
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    
    margin-bottom: 10px;
    }

#solliciteren textarea
    {
    width: 200px;
    height: 100px;
	
    background-color: #99CCFF;
    
    border-width: 1px;
    border-style: solid;
    border-color: #003366;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    
    margin-bottom: 10px;
	margin-top: 10px;
    }

#solliciteren input:hover
    {
    background-color: #ffffff;

    font-size: x-small;

    border-width: 1px;
    border-style: solid;
    border-color: #003366;
    
    margin-bottom: 10px;
    }
	

