.cmsPopup {
	display:none;
	background: rgba(0,0,0,0.5);
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	z-index:1001;
}
.cmsEditor {
	background: #fff;
	border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
	box-shadow: 1px 1px 4px #000;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;	
	margin:50px auto 0 auto;
	padding:10px;
	width:810px;
	z-index:1002;
}

.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:url(../_cms/images/buttonSprite.gif) 0 0 no-repeat #a4c1db;
	border:1px solid #3278b5;	
	border-radius:5px;
		-moz-border-radius:5px;	
		-webkit-border-radius:5px;	
	box-shadow:inset 0 0 2px #fff;
		-moz-box-shadow:inset 0 0 2px #fff;	
		-webkit-box-shadow:inset 0 0 2px #fff;	
	color:#fff;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:30px;
	padding:0 10px 0 10px;
	line-height:20px;
	text-align:right;
	text-shadow:0 1px 0 #3278b5;
	width:50px;
}
.cmsEdit a:hover {
	background:url(../_cms/images/buttonSprite.gif) 0 -21px no-repeat #3278b5;
}

.cmsNew {
	font-family:Verdana,sans-serif;
}


.cmsNew a {
	background:url(../_cms/images/buttonSprite.gif) 0 0 no-repeat #a4c1db;
	border:1px solid #3278b5;	
	border-radius:5px;
		-moz-border-radius:5px;	
		-webkit-border-radius:5px;	
	box-shadow:inset 0 0 2px #fff;
		-moz-box-shadow:inset 0 0 2px #fff;	
		-webkit-box-shadow:inset 0 0 2px #fff;	
	color:#fff;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:21px;
	padding:0 10px 0 25px;
	line-height:20px;
	margin:0 10px 10px 0;
	text-align:right;
	text-shadow:0 1px 0 #3278b5;
}
.cmsNew a:hover {
	background:url(../_cms/images/buttonSprite.gif) 0 -21px no-repeat #3278b5;
}





.cmsEditor .save a {
	background:url(../_cms/images/buttonSprite.gif) 0 -42px no-repeat #00a651;
	border:1px solid #72b320;	
	border-radius:5px;
		-moz-border-radius:5px;	
		-webkit-border-radius:5px;	
	box-shadow:inset 0 0 2px #fff;
		-moz-box-shadow:inset 0 0 2px #fff;	
		-webkit-box-shadow:inset 0 0 2px #fff;			
	color:#fff;
	display:block;
	float:right;
	font-size:14px;
	font-weight:bold;
	height:30px;
	margin:10px 0 10px 10px;
	padding:0 10px 0 10px;
	line-height:30px;
	text-align:right;
	text-shadow:0 1px 0 #72b320;	
	width:80px;
}
.cmsEditor .save a:hover {
	background:url(../_cms/images/buttonSprite.gif) 0 -63px no-repeat #72b320;
}

.cmsEditor .cancel a {
	background:url(../_cms/images/buttonSprite.gif) 0 -84px no-repeat #c80007;
	border:1px solid #b53a33;	
	border-radius:5px;
		-moz-border-radius:5px;	
		-webkit-border-radius:5px;	
	box-shadow:inset 0 0 2px #fff;
		-moz-box-shadow:inset 0 0 2px #fff;	
		-webkit-box-shadow:inset 0 0 2px #fff;		
	color:#fff;
	display:block;
	float:right;
	font-size:14px;
	font-weight:bold;
	height:30px;
	margin:10px 0 0 10px;
	padding:0 10px 0 10px;
	line-height:30px;
	text-align:right;
	text-shadow:0 1px 0 #b53a33;	
	width:80px;
}

.cmsEditor .cancel a:hover {
	background:url(../_cms/images/buttonSprite.gif) 0 -105px no-repeat #b53a33;
}






