/* @override http://localhost:8888/css/cms_css.css */

html, body {
	margin: 0;
	padding: 0;
	font: 1em Arial;
}

a {
	text-decoration: none;
}

#dashboard {
	min-width: 685px;
	overflow: auto;
	top: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 240px;
	font: 1em Arial;
}

#dashwrapper {
	padding: 10px;
}

.editbox {
	position: fixed;
	top: 46px;
	left: 140px;
	display: block;
	padding: 10px;
	margin: 10px;
	right: 10px;
	color: #4f827b;
	font-size: 16px;
}

#editor {
	margin: 0;
	width: 430px;
	height: 500px;
	font: 1em Arial;
}
#edittitle {
	margin: 20px 0 0 0;
	width: 430px;
	height: 50px;
	font: 2em Arial;
	font-weight: bold;
}

#submitter {
	background-color: #ccc;
}
/*#submitter {
	background-color: #4f827b;
	position: fixed;
	left: 130px;
	right: 0;
	height: 20px;
	padding: 20px;
	top: 0;
}*/

.lastedited {
	font-size: 40px;
	float: right;
	color: #cdfff7;
	top: 5px;
	position: fixed;
	right: 10px;
}
.infohead {
	margin: 0;
	padding: 0;
}
/*.infohead {
	font-size: 13px;
	color: #cdfff7;
	top: 12px;
	position: fixed;
	left: 240px;
}*/

.uploadimg {
	float: right;
	padding: 5px;
}
#filefield{
	width: 180px;
}