/*styles for overlay @rdarling*/

.dissapear {display: none;}

.brick {clear: both;}

#overlay {
	position: absolute;
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	z-index: 10000;
	min-height: 100%;
}

#overlay_content {
	padding: 50px;
	text-align: center;
	z-index: 10000;
	background: #d5debf;
	border: 3px solid #656565;
	margin: 100px 300px;
	border-radius: 5px;
	position: relative;
}

#close_trigger, .close_trigger {
	cursor: pointer;
}

#close_image {
    position: absolute;
    right: -18px;
    top: -20px;
}