#editArticleHtmlContainer {
	width: 100%;
	position: relative;
	top: auto;
	bottom: auto;
	overflow-y: auto;
}

#editArticleContent {
    	font-family: 'arial, sans-serif';
    	padding: 15px 5%;
	height: auto;
}

#editArticleContainer {
	height: auto;
	width: 100%;
	margin-bottom: 100px;
}

div#editArticleActions img {
}

#editArticleButtons {
	width: auto;
	float: right;
}

#editArticleHeader {
	color: #664400;
	font-size: 150%;
	font-style: normal;
	font-weight: 400;
	background: none;
	padding: 20px 5% 5px 5%;
}

#editArticleiFrame {
    height: 400px;
}

#editpopup {
	display: none;
	position: absolute;
	top: 300px;
	left: 100px;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 5px 3px #443344;
	background: #ffffff;
	max-height: 200px;
	overflow-y: auto;
	font-size: 140%;
}

#editpopup div {
	border-bottom: 1px dotted #cccccc;
	cursor: pointer;
	padding: 10px;
	padding-right: 30px;
	white-space: nowrap;
}

#editpopup div:hover {
	color: #aa00aa;
}

div#edit_language {
	display: inline-block;
}

select#edit_language {
	font-size: 125%;
	vertical-align: text-bottom;
	margin: 7px 50px;
}

select#edit_language option {
	padding : 5px;
}

div#icon_credits {
	text-align: center;
	padding: 15px;
}

