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

#form {

	width: 400px;
}

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

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

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

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

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

#form .txtarea {
	height: 80px;
}



#form .required {
	text-align: center;

}

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

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

