body {padding:0; margin:0; height:100%; width:100%;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
.simplemodal-container 
{
	height:400px; 
	width:600px; 
	background-color:#fff; 
	border: 2px solid #ccc;
}

.simplemodal-container .header
{
	height: 20px;
	width: auto;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/bg_header_block.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

.simplemodal-container .header span
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 5px 0 5px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.simplemodal-container .content
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background-image: none;
}

.simplemodal-container a.modalCloseImg 
{
	width: 42px; 
	height: 16px;
	line-height: 20px; 
	display: inline; 
	z-index: 3200; 
	position: absolute; 
	top: 2px; 
	right: 2px; 
	cursor: pointer; 
	background: url(../images/close_window.gif);
	background-repeat: no-repeat;
}

.simplemodal-container a.modalCloseImg:hover
{
	background: url(../images/close_window_hover.gif);
	background-repeat: no-repeat;	
}

.simplemodal-container #basicModalContent {}

#termsOfUseModalContent .content
{
	height: 379px;
	width: 578px;
	padding: 0 10px 0 10px;
	margin: 0;
	overflow: auto;
}

#termsOfUseModalContent .content h3
{
	color: #1492CB;
}

#contactModalContent .content fieldset.formGrid
{
	width: 586px;
	height: 100px;
	margin: 2px;
	padding: 0 5px 0 5px;
	overflow: hidden;	
}

#contactModalContent .content .results
{
	width: 588px;
	height: 280px;
	margin: 0;
	padding: 0;
	overflow: auto;
}
