#lightbox {
	left: 459.5px;
}

div#lightboxDetails {
	font-size: 0.8em;
}

img#closeButton {
	float: right;
}

kbd {
	background-color:#DDDDDD;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#555555;
	font-family:inherit;
	font-size:inherit;
	padding:0pt 3px 2px 4px;
}

div#lightbox img { 
	border: none; 
}

div#overlay img { 
	border: none;
}

div#overlay { 
	background-image: url('http://www.vakantiehuis-normandie.eu/images/lightbox_overlay.png');
}

* html div#overlay {
	background-color: #333;
	background-color: transparent;
	background-image: url('http://www.vakantiehuis-normandie.eu/images/blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/lightbox_overlay.png", sizingMethod="scale");
}

div#lightbox div#content {
	padding: 0px 8px;
	border-left:2px solid #65952e;;
	border-right:2px solid #65952e;;
	background-color: white;
	clear: both;
}

/**********************************************************
Corners
**********************************************************/
#cornerContainer1, #cornerContainer2 {
	line-height: 12px;
	min-height: 12px;
	max-height: 12px;
	clear: both;
	width: 100%;
}

#corner1, #corner2, #corner3, #corner4 {
	background-repeat: no-repeat;
	background-image: url('http://www.vakantiehuis-normandie.eu/images/fb_border_green.gif');
	float: left;
	width: 49.9%;
	height: 12px;
}

#corner3 {
	background-position: bottom left;
}

#corner2 {
	background-position: top right;
}

#corner4 {
	background-position: bottom right;
}