.cmscomponent {
	position: relative;
	border: 1px dotted orange;
}

.cmsentityoptions {
	position: absolute;
	z-index: 5;
	font-size: 80%;
	text-align: right;
	line-height: 100%;
	right: -1px;
	top: 1px;
}

.cmsentityoptions a {
	line-height: 100%;
}

a.cmsbutton {
	text-align: center;
	margin: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 80%;
	padding: 2px 8px;
	border: 1px solid rgba(64, 64, 64, 1);
	border-radius: 4px;
	color: rgba(0, 0, 0, 1);
}

a.cmsbutton {
	background: rgba(216, 216, 216, 0.5);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,
		rgba(216, 216, 216, 0.5) 50% );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
		255, 255, 0.5) ), color-stop(50%, rgba(216, 216, 216, 0.5) ) );
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,
		rgba(216, 216, 216, 0.5) 50% );
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,
		rgba(216, 216, 216, 0.5) 50% );
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,
		rgba(216, 216, 216, 0.5) 50% );
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,
		rgba(216, 216, 216, 0.5) 50% );
}

a.cmsbutton:hover {
	color: #FFF;
	background: rgba(240, 240, 240, 0.5);
	background: -moz-linear-gradient(top, rgba(136, 136, 136, 0.5) 0%,
		rgba(96, 96, 96, 0.5) 50% );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(136,
		136, 136, 0.5) ), color-stop(50%, rgba(96, 96, 96, 0.5) ) );
	background: -webkit-linear-gradient(top, rgba(136, 136, 136, 0.5) 0%,
		rgba(96, 96, 96, 0.5) 50% );
	background: -o-linear-gradient(top, rgba(136, 136, 136, 0.5) 0%,
		rgba(96, 96, 96, 0.5) 50% );
	background: -ms-linear-gradient(top, rgba(136, 136, 136, 0.5) 0%,
		rgba(96, 96, 96, 0.5) 50% );
	background: linear-gradient(top, rgba(136, 136, 136, 0.5) 0%,
		rgba(96, 96, 96, 0.5) 50% );
}

.window {
	position: absolute;
	z-index: 1000;
	left: 350px;
	top: 200px;
	width: 812px;
	background-color: rgba(240, 240, 240, 0.9);
	border: 4px solid rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 6px 12px #000;
	-webkit-box-shadow: 0px 6px 12px #000;
	border-radius: 8px;
	box-shadow: 0px 6px 12px #000;
	display: none;
}

.cmstoolbar {
	position: absolute;
	z-index: 10;
	left: 12px;
	top: 12px;
	width: 160px;
	background-color: rgba(240, 240, 240, 0.9);
	border: 4px solid rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 6px 12px #000;
	-webkit-box-shadow: 0px 6px 12px #000;
	border-radius: 8px;
	box-shadow: 0px 6px 12px #000;
	display: none;
}

.window .titlebar, .cmstoolbar .titlebar {
	width: 100%;
	height: 28px;
	color: #FFF;
	background: rgba(32, 32, 32, 0.9); /* Old browsers */
	background: -moz-linear-gradient(top, #444444 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444),
		color-stop(100%, #222222) );
	background: -webkit-linear-gradient(top, #444444 0%, #222222 100%);
	background: -o-linear-gradient(top, #444444 0%, #222222 100%);
	background: -ms-linear-gradient(top, #444444 0%, #222222 100%);
	background: linear-gradient(top, #444444 0%, #222222 100%);
}

.window .content, .cmstoolbar .content {
	padding: 8px;
}

.window .content textarea {
	width: 784px;
}

.window form {
	margin: 12px 0px 0px 0px;
}

.window .cmsactionbar {
	text-align: right;
	line-height: 100%;
}

.cmstoolbar .buttonline {
	display: block;
	width: 140px;
	padding: 8px 0px;
	border: 2px groove;
	border-radius: 0px;
	margin-bottom: 8px;
}

.window .fancybuttonline,.window .buttonline {
	margin: 0px;
	margin-left: 16px;
}

ul.admin {
    margin-bottom: 8px; 
    position: relative;
    margin-bottom: 8px;
}

ul.admin li {
    margin-bottom: 8px;	
    position: relative;
    margin-bottom: 8px;
    list-style-image: none;
    list-style-type: none;
}

div.adminicons {
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
}