﻿body 
{
}

div#lightboxHeader
{
	position: relative;
	background-image: url(../Images/lightbox-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 5%;
	margin: 0 auto; 
	display: block;
	vertical-align: middle;
}

div#lightboxMessage
{
	text-align: center;
	background-image: url(../Images/lightbox-edge.jpg); 
	background-repeat: repeat-y;
	background-position: center;
	margin: 0 auto;
	height: auto; 
	overflow: hidden;
	height: 70%
}

div#lightboxButtons
{
	text-align: center;
	font: Arial;
	background-image: url(../Images/lightbox-edge.jpg); 
	background-repeat: repeat-y;
	background-position: center;
	margin: 0 auto;
	height: auto; 
	overflow: hidden;
	height: 20%
}

div#lightboxFooter
{
	position: relative;
	background-image: url(../Images/lightbox-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 63px; 
	margin: 0 auto; 
	display: block;
	overflow: hidden;
	height: 5%
}

.LightboxMessage
{
	font-size: 16px;
	font: Arial;
}