@charset "UTF-8";
/* CSS Document */

#mailcanvas {
	width: 604px; box-shadow: 0 0 3px rgba(0,0,0,0.4); background-color: #FFF; padding: 5px; min-height: 100px;
}

#postcanvas {
	width: 90%; box-shadow: 0 0 3px rgba(0,0,0,0.4); background-color: #FFF; padding: 5px; min-height: 100px;
}

.mailblock {
	width: 600px;
	border: 1px dashed #CCC;
	min-height: 30px;
	margin-bottom: 3px;
	padding: 1px;
	position: relative;
}

.postblock {
	border: 1px dashed #CCC;
	min-height: 30px;
	margin-bottom: 3px;
	padding: 1px;
	position: relative;
}

.mailblock:after, .postblock:after {
	clear: both;
}

.mailblock:before, .mailblock:after, .postblock:before, .postblock:after {
    content: "";
    display: table;
    line-height: 0;
}

.col2 {
	float: left;
	width: 300px;
}

.col1 {
	float: left;
	width: 150px;
}

.col3 {
	float: left;
	width: 450px;
}

.postblock .col2 {
	float: left;
	width: 50%;
}

.postblock .col1 {
	float: left;
	width: 25%;
}

.delblock {
	position: absolute;
	z-index: 1;
	top: 3px;
	right: -25px;
	cursor: pointer;
}

.delblock a {
	color: #999;
}

.delblock a:hover {
	text-decoration: none;
	color: #C00;
}

.moveupblock {
	position: absolute;
	z-index: 1;
	top: 3px;
	right: -50px;
	cursor: pointer;
}

.moveupblock a {
	color: #999;
}

.moveupblock a:hover {
	text-decoration: none;
	color: #093;
}

.movedownblock {
	position: absolute;
	z-index: 1;
	top: 3px;
	right: -70px;
	cursor: pointer;
}

.movedownblock a {
	color: #999;
}

.movedownblock a:hover {
	text-decoration: none;
	color: #093;
}

.newcontent {
	text-align: center;
}

.btn-circle {
	border-radius: 50%;
	background-color: #3CF;
	padding: 2px 5px 3px 6px;
}

.btn-edit {
	font-size: 11px;
	position: absolute;
	bottom: 0;
	right: 5px;
	z-index:3;
	cursor: pointer;
}

.btn-edit:hover {
	text-decoration: none;
	color: #C00;
}

.edit-text, .edit-pic, .edit-product {
	position: fixed;
	top: 120px;
	right: 10px;
	background-color: rgba(255,255,255,0.6);
	width: 500px;
	padding: 15px;
	display: block;
	z-index: 2000;
	box-shadow: 0 0px 3px #000;
}

.higharea {
	height: 250px;
}

.mailtext {
	min-height: 30px;
	position: relative;
}

.mailtext h1 {
	font-size: 24px;
	margin: 0;
	padding: 3px 0;
}

.mailtext h2 {
	font-size: 16px;
	margin: 0;
	padding: 0 0 3px 0;
}

.mailtext p {
	font-size: 12px;
	margin: 0;
	padding: 0 0 3px 0;
}


.mailtext:hover, .box-selected {
	background-color: #E7EFF7;
}

.hidepic,.hidetext,.hideproduct {
	position: absolute;
	z-index: 3;
	top: 3px;
	right: 7px;
	cursor: pointer;
}

.hidepic a, .hidetext a, .hideproduct a {
	color: #999;
}

.hidepic a:hover, .hidetext a:hover, .hideproduct a:hover {
	text-decoration: none;
	color: #C00;
}
