/* Form */

#asform {
        width:80%;
}
#asform form {
	margin-top:0;
	font-size:8pt;
}
/* Fieldset */
#asform fieldset {
/*	background-color: #F0E68C;*/
    margin:10px;
	margin-top:0px;
    width:auto;
}
/* Fieldset legend */
#asform legend {
	color: Red;
	font-style: italic;
}
/* input, text Boxes  */
#asform input, #asform textarea {
	margin:1px 0 0;
	padding:0;
	border:1px solid #ccc;;
}
/* Label adjust left*/
#asform .asformlinks {
margin-top:0px;
	float : left;
	width : 80px;
}
/* Send Button*/
#asform .btn {
clear:both;

margin-left:100px;
margin-top:2em;
	
}
/* Reply messages 
Fehlermeldung */
#asformReply {
	/*background-color: #F0E68C;*/
    margin:10px;
	padding:15px;
	border:0px solid #828282;
	clear:both;
    width:auto;
}
#asformReply h4 {
	font-size:12pt;
}
#asformReply h5 {
	font-size:10pt;
}

fieldset {
	margin-top:0px;
	border:none;
}
fieldset.sicherheit label {display:block;}
fieldset.sicherheit .asformlinks{clear:both:float:left;}
#asform form p{margin:0px;margin-bottom:30px;}

#asformReply p,
#asformReply hr {
               clear:both;
		/*	   float:left;*/
}
