.highlight_exception{
	z-index:99;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:rgba(255,255,255,.9);
}
.highlight_exception .highlight_exception_wrapper{
	padding:200px;
}
.highlight_exception .highlight_exception_wrapper p{
	border-radius-topleft:0px;
	border-radius-topright:0px;
	border-radius-bottomleft:0px;
	border-radius-bottomright:0px;
	margin:0;
	border-bottom-width:0px;
}
.highlight_exception .highlight_exception_wrapper p:first-child{
	border-radius-topleft:5px !important;
	border-radius-topright:5px !important;
}
.highlight_exception .highlight_exception_wrapper p:last-child{
	border-radius-bottomleft:5px !important;
	border-radius-bottomright:5px !important;
	border-bottom-width:1px !important;
}

.highlight_exception .highlight_exception_wrapper a.close{
	float:right;
	margin:-20px 10px;
	opacity:0.75;
}

.highlight_exception .highlight_exception_wrapper a.close:hover{
	float:right;
	margin:-20px 10px;
	opacity:0.9;
	cursor:pointer;
}