#loginmenue{
	padding: 12px; 
	border-top: 2px dotted #22B441;
	font-size: 0.9em;
	font-variant: small-caps;
}

#adminstatus{
	padding: 12px; 
	border-top: 2px dotted #22B441;
	font-size: 0.7em;
	font-weight: 700;
}

#ipt_txt{
	width: 100%;
	height: 500px;
	margin-bottom: 3px;
}

#ipt_description{
	width: 100%;
	height: 200px;
}

.MsgFormTip{
	font-size: 0.7em;
	line-height: 1.1em;
}

.MsgFormError{
	color: #ff0000;
	font-size: 0.7em;
	line-height: 1.1em;
}

.ContentPictureAdmin IMG{
	width: 120px;
	border: 0px;
}

.ContentPictureAdmin{
	width: 125px;
}

DIV.ImpressionPictureEdit{
	float: right;
	padding: 5px;
	display: block;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
}

#editor{
	float: left;
	width: 100%;
	font-family: Courier,monospace;
	font-size: 0.7em;
}

#editor UL{
	padding: 0;
}

#editor LI{
	float: left;
	list-style-type: none;
	text-align: center;
}

