﻿body {padding:0; margin:0; height:100%; width:100%;}

/* Overlay */
#simplemodal-overlay {background-color: #000;}

/* Container */
.simplemodal-container 
{
	height: 550px; 
	width: 720px; 
	background-color: #fff; 
	border: 2px solid #ccc;
	overflow: hidden;
}

.simplemodal-container .header
{
	height: 20px;
	width: auto;
	background-color: #EEE;
}

.simplemodal-container .header span
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 5px 0 5px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.simplemodal-container .content
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 20px;
	border: 0;
	background-image: none;
}

.simplemodal-container a.modalCloseImg 
{
	width: 15px; 
	height: 15px;
	line-height: 20px; 
	display: inline; 
	z-index: 3200; 
	position: absolute; 
	top: 2px; 
	right: 2px; 
	cursor: pointer; 
	background-image: url(../images/window_close_button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.simplemodal-container a.modalCloseImg:hover
{
	background-image: url(../images/window_close_button.gif);
	background-repeat: no-repeat;
	background-position: -16px 0;
}
