﻿.overlay
{
	position: absolute; left: 0px; top: 0px;
	width: 100%; height: 100%;
	background-image: url(../graphics/BG.png);
	z-index: 5;
}

#ShoppingCart
{
	position: absolute; left: 50%; top: 50%;
	width: 750px; height: 450px;
	margin-left: -350px; margin-top: -200px;
	padding: 5px;
	background-image: url(../graphics/BG.png);
	overflow: auto;
	z-index: 10 
}

#OrderForm
{
	position: absolute; left: 50%; top: 50%;
	width: 500px; height: 180px;
	margin-left: -250px; margin-top: -90px;
	padding: 5px 5px 5px 20px;
	background-image: url(../graphics/BG.png);
	z-index: 10;
}

#BookPageBig
{
	position: absolute; left: 50%; top: 50%;
	width: 750px; height: 500px;
	margin-left: -350px; margin-top: -250px;
	padding-top: 20px;
	background-image: url(../graphics/BG.png);
	text-align: center; vertical-align: middle
}

#TextDiv
{
	position: absolute; left: 50%; top: 50%;
	width: 780px; height: 450px;
	margin-left: -390px; margin-top: -225px;
	padding: 10px;
	background-image: url(../graphics/BG.png);
	overflow: auto
}

#NotificationDiv
{
	position: absolute; left: 50%; top: 50%;
	width: 450px; height: 150px;
	margin-left: -225px; margin-top: -75px;
	padding: 10px;
	background-image: url(../graphics/BG.png);
	z-index: 10;
}