

	/***************************************/
	/* Form style BEGIN                    */
	/***************************************/
	
	#form {
		margin: 10px;
		width: 400px;
		text-align: left;
	}
	
	#form fieldset {
		border: 0;
		border-top: 2px solid #000000;
	}
	
	#form legend {
		padding: 5px;
		font-weight: bold;
		font-size: 1em;
		color: #000000;
	}
	
	#form table {
		width: auto;
		font-size: 1em;
	}
	
	#form table th {
		text-align: right;
	}
	
	#form table td input[type="text"] {
		width: 250px;
	}
	
	#form table td textarea {
		width: 250px;
	}
	
	#form table td input[type="checkbox"] {
		width: 20px;
	}
	
	#form table td input[type="submit"] {
		margin: 5px auto;
		background-color: #000000;
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
	}
	
	#form table td input:hover[type="submit"] {
		background-color: #FFFFFF;
		color: #000000;
		border: 1px solid #000000;
	}
	
	#form table td.submit {
		text-align: center;
	}
	
	/***************************************/
	/* Form style EINDE                    */
	/***************************************/		
