.layout_options {
	display: none;
	z-index: 99999;
	position: absolute;
	top: 120px;
	left: 295px;
	padding: 10px;
	width: 400px;
	background: #fff;
	border: 15px solid #777;
	font-size: 0.75em;
	font-weight: bold;
	font-family: arial;
	color: #76b5e2;
	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;
}