	/***************************************/
	/* Form style BEGIN                    */
	/***************************************/
	
	#form {
			font-size: 12px;
	
	color: #1165B3;
		width: 450px;
	}
	
	#form fieldset {
		margin: 0;
		padding: 5px 5px 5px 30px;
		border: 0;
		border-top: 2px solid #1165B3;
	}
	
	#form legend {
		padding: 5px;
		font-weight: bold;
				font-size: 12px;
	

	
		text-align: center;
		color: #1165B3;
	}
	
	#form table {
		width: auto;
				font-size: 12px;
	
	color: #1165B3;
	
	}
	
	#form table th {
		text-align: right;
		vertical-align: top;
		font-weight:normal;
	}
	
	#form .txtline,
	#form .txtarea {
		width: 250px;
	}
	
	#form .txtarea {
		height: 80px;
	}
	
	#form .submit {
		margin: 5px auto;
		background-color: #1066AE;
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
	}
	
	#form .submit:hover {
		background-color: #FFFFFF;
		color: #000000;
		border: 1px solid #000000;
	}
	
	#form .required {
		text-align: center;
	}
	
	#form .center {
		text-align: center;
	}
	
	/***************************************/
	/* Form style EINDE                    */
	/***************************************/		
