/***************************************/
/* Form style BEGIN                    */
/***************************************/

#form {
	margin: 10px;
	width: 450px;
}

#form fieldset {
	margin: 0;
	padding: 5px 5px 5px 30px;
	border: 0;
	border-top: 2px solid #8F7030;
}

#form legend {
	padding: 5px;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: #8F7030;
}

#form table {
	width: auto;
	font-size: 1em;
}

#form table th {
	text-align: right;
	vertical-align: top;
}

#form .txtline,
#form .txtarea {
	width: 250px;
}

#form .txtarea {
	height: 80px;
}

#form .submit {
	margin: 5px auto;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#form .submit:hover {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
}

#form .required {
	text-align: center;
	font: 0.8em;
}

#form .center {
	text-align: center;
}

/***************************************/
/* Form style EINDE                    */
/***************************************/	
