﻿.cmsEditorZone {
	background-color: white;
	border: 1px solid #505050;
	margin: 10px;
	clear:both; 
}
.cmsEditorZone input[type="button"],
.cmsEditorZone input[type="submit"] {
	border: solid 1px #303030;
	background-color: White;
	color: #303030;
	font-weight: bold;
	font-family: Arial,Sans-Serif;
	font-size: 14px;
	padding: 2px 6px;
	margin-right: 5px;
}
.cmsEditorZone input[type="button"]:hover,
.cmsEditorZone input[type="submit"]:hover {
	background-color: #303030 !important;
	color: White !important;
}
.cmsEditorZone select
{
	display: block;
}
.cmsEditorZoneHeader,.cmsEditorZoneFooter {
	background-color: #4484D4;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 14px;
	color: White;
}
.cmsEditorZoneHeader {
	border-bottom: 1px solid #505050;
	color: White !important;
}
.cmsEditorZoneFooter {
	border-top: 1px solid #505050;
}

.cmsEditorZoneHeader a {
	color: #C0C0C0;
}
.cmsEditorZonePartTitle {
	background-color: White;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.cmsEditorZonePart {
	background-color: White;
	padding: 10px;
}
.cmsEditorZoneInstruction
{
	background-color:#E0E0E0;
	border-bottom:1px solid #505050;
	display:block;
	font-style:italic;
	padding:5px 10px;
}