/**
 * Style sheet FDP-Kontaktformular
 */
.mandatory
{
	height:15px;
	display:block;
	margin:0px;
	padding:0px;
}

input, textarea
{
	width:91%;
	margin-top:3px;
	margin-bottom:5px;
	padding:4px;
	border:1px solid #2D4895;
	font-family:Verdana,sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#2D4895;
}

#ctrl_41
{
	height:100px;
}

.submit
{
	width:91%;
	background-color:#cccccc;
	border:1px solid #2D4895;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	color:#2D4895;
	cursor: pointer;
}

