.layout_options {
	display: none;
	z-index: 99999;
	position: absolute;
	top: 120px;
	left: 295px;
	padding: 10px;
	width: 400px;
	background: #fff;
	border: 15px solid #777;
	font-family: "Arial";
	font-size: 0.75em;
	font-weight: bold;
	color: #999;
	text-align: left;
}

.layout_options p {
	display: block;
	line-height: 1.5em;
	padding: 10px 0 10px 0;
	border-top: 1px dotted #bbb;
}

.layout_options a {
	display: block;
	line-height: 1.5em;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #bbb;
}

.cancel {
	float: right;
}

.cancel a {
	display: block;
	width: 16px;
	height: 16px;
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/o-close.png) no-repeat;
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 16px;
}