﻿#container
{
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	width: 800px !important;
}
#header
{
	padding: 4px;
}
#header
{
	background: #EEEEEE url(../img/header.gif) repeat scroll 0 0;
	border-bottom: 1px solid #AAAAAA;
	color: #444444;
}
#content
{
	margin: 0 auto;
	padding-top: 8px;
	width: 100%;
}
#content div.form
{
	margin: 0 auto;
	width: 50%;
}

#simplemodal-overlay
{
	background-color: #000000;
	cursor: wait;
}
#simplemodal-container
{
	background-color: #FFFFFF;
	border: 3px solid #CCCCCC;
	height: 525px;
	width: 800px;
}
a.modalCloseImg
{
	background: transparent url(../Images/close.png) no-repeat scroll 0 0;
	cursor: pointer;
	display: inline;
	height: 29px;
	position: absolute;
	right: -18px;
	top: -15px;
	width: 25px;
	z-index: 3200;
}
