.content_edit {
	margin:0 !important;
	padding:0 !important;
	width:auto !important;
	float:none !important;	
}

.hover_edit {
	background:#efe !important;
	cursor:pointer;
	-moz-border-radius:5px;
}
.bigText{
	font-size:1.2em
}
/********************************************overlay styles***********************************************/
.dim{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    display:block;
    background:#000;
	z-index:150;
}
#mid-wrap{
	width:100%;
    position:fixed;
    top:0;
	z-index:160;
}
.show-box{
	width:700px;
	overflow:auto;
    background:#fff;
    position:relative;
    display:block;
    margin:80px auto;
	border:4px solid #009168;
	background:#c4df9b;	
}
#overlay-box{
	padding:10px
}
#overlay-box h3{
	padding:3px;
	margin-bottom:10px;
	background:#DFEAF8;
	text-align:center;
	color:#89817E
}
#closeWrapper{
	text-align:right;
	margin-bottom:5px;
}
#close-overlay{
	padding:2px 0 10px 20px;	
}

#editor {
	text-align:left;
	background:#c4df9b;
	width:100%;	
	z-index:999999 !important;
}

#editor .textfield {
	width:100%;
	height:20px;
	padding:8px 0;
	line-height:20px;
	font: 15px/15px "lucida grande", "arial", "helvetica", sans-serif;
	font-weight:bold;
	color:#00815D;
}

#editor h2 {
	padding: 8px 0;
	font-weight:bold;
}

#editor h1 {	
	color:#009168;
	font: 14px/15px "lucida grande", "arial", "helvetica", sans-serif;
	font-weight:bold;
	padding:12px 0px;
	border:none;
}

#editor textarea {
	width:100%;
	height:300px;	
}

.calloutWrap {
	border:3px solid #fff;
	cursor:move;
	padding-bottom:12px;
}

.blockName {
	color:#0000ff;	
}
input.subCat{
    margin-left:40px
}