#admin_bar {
	background: #3f3f3f;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	height: 50px;	
}
#admin_bar .logo {
	float: left;
}
#admin_bar .user {
	float: left;
	margin: 0 0 0 20px;
}
#admin_bar .user a {
	color: red;
}
#admin_bar .cms_link {
	background: #000;
	float: right;
	margin: 0 30px 0 0;
	text-align: center;
	width: 120px;
}
#admin_bar .cms_link a {
	color: #fff;
	display: block;
	width: 120px;	
}
#admin_bar .cms_link a:hover {
	background: #a41a00;
	color: #fff;
	display: block;
	width: 120px;	
}
.clear {
	clear: both;
}

.cmsPopup {
	display:none;
	background: rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.cmsEditor {
	background: #e4e4e4;
	border: 2px solid #a41a00;
	margin: 30px auto 0 auto;
	padding: 5px;
	width: 900px;
	z-index: 99;
}

.cmsBox-Info {
	background:#c3d7eb;
	border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	clear:both;
	color:#3278b5;
	margin:0 auto 0 auto;
	padding:10px;
	width:840px;
}
.cmsBox-Info p {
	padding:0;
}



.cmsEdit {
	font-family:Verdana,sans-serif;
}


.cmsEdit a {
	background:#a4c1db;
	border:1px solid #3278b5;	
	color:#fff;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:20px;
	padding:0 10px 0 10px;
	line-height:20px;
	text-align:right;
	text-decoration: none;
	text-shadow:0 1px 0 #3278b5;
	width:50px;

}
.cmsEdit a:hover {
	background:#3278b5;
}












.cmsEditor .cms_button a {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	display: block;
	float: right;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0 5px 5px 5px;
	padding: 5px;
	text-align: right;
	text-decoration: none;
	text-shadow: 1px 1px 0 #838383;
	width: 100px;
}
.cmsEditor .save a {
	background:#8fc427;
}
.cmsEditor .save a:hover {
	background:#97dd0d;
}

.cmsEditor .cancel a {
	background:#b53a33;
}
.cmsEditor .cancel a:hover {
	background: #ee4339;
}

