﻿/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	z-index: 20;
	position: relative;
	background-color: #ffffdd;
	border: 1px solid #AC896C;
}

.modalPopupContent
{
	padding: 5px;
	background-color: #ffffff;
}

.popUpTop
{
	border-bottom: 1px solid #AC896C;
	background: white url(images/glossybacket.gif) repeat-x bottom left;
	font: bold 13px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}

.loadingbox
{
	position: absolute;
	top: 40%;
	left: 40%;
	border: 1px solid lightsteelblue;
	background-color: #ffffff;
	height: 50px;
	width: 250px;
	text-align: center;
	padding-top: 20px;
}
