/*TOP ERROR*/
#top_error{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffe5e5;
    font-size: 12px;
    border-bottom: 1px solid #cd5858;
    z-index: 999999;
}
.top_error-inner{
    padding: 30px;
}

/*Common styles*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.col{
	display: inline-block;
	vertical-align: top;
}

/*Media blocks*/
.mp-canvas-wrapper {
	position: relative;
}
.mp-canvas-block {
	position: absolute;
}
.mp-canvas-wrapper .ui-resizable {
	position: absolute;
}

.sample-div {
	display: none;
}

#back-to-cms {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 999;
}
#back-to-cms a {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	border: 1px solid #262626;
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	padding: 3px 15px 3px;
	text-decoration: none;
	background: url(../../pub/images/back-to-cms.png) repeat-x top;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#back-to-cms a:hover {
	color: #fff;
}