/*
 * Edit Stylesheed Silvestrum
 ******************************
 * Created October 28th 2008
 * edit.css
 * 
 * 
 */

div.editmenu {
	display: inline-block;
	margin: .2em 1em;
	width: auto;
}
div.editmenu a {
	color: #0066b3;
	padding: 0em 0em;
	text-decoration: none;
}

div.edit_bar {
	background: #0066b3;
	font-size: 12px;
	padding: .5em 0;
	text-align: left;
	width: 100%;
}

div.edit_bar a {
	color: #e8f5ff;
	padding: .5em .8em;
	text-decoration: none;
}
div.edit_bar a:hover {
	color: #0066b3;
	background-color: #e8f5ff;
}

div.editpage {
	margin: .8em;
	text-align: left;
}
div.editpage div {
	height: 32px;
}
div.editpage label {
	display: inline-block;
	width: 150px;
}
