﻿/*  CONTENT AREA */
div.canedit{border:1px dotted #EFEFEF;position:relative;}
.edit-btn{position:absolute;right:1px;top:0px;}
.edit-btn:active{right:0px;top:1px;}

/* CONTENT EDITOR BOX */
div.contenteditor{position:absolute;top:20px;width:800px;height:600px;margin:0px auto;/*right:20px;bottom:20px;left:20px;*/border:3px solid #EFEFEF;background:#EFEFEF;overflow:hidden;}
div.contenteditor img.close-btn{float:right;margin-right:1px;cursor:pointer;}
div.contenteditor img.close-btn:active{margin-top:1px;margin-right:0px;}
div.editor-body{position:absolute;top:33px;right:0px;bottom:0px;left:0px;border-top:1px solid #C0C0C0;background:#FFFFFF;min-height:555px;}
iframe#editor-box{position:absolute;top:0px;right:0px;bottom:0px;left:0px;width:100%;height:570px;}
