﻿ #modalOverlay {
	background-color: #000000;
}

#modalWindow .modalClose {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute; 
	border-left: solid 1px #0570d4;
	right: 0px;
	background: transparent url(../images/modalWindow/close.gif) 0px top no-repeat;
}

#modalWindow .modalClose:hover {
	background-position: 0px bottom;
}

#modalWrapper {
	background-color: #e2e2e2;
	border: solid 1px #a9a9a9;
	border-top-color: #ffffff;
}

#modalWrapper #modalTitle {
	font-size: 10pt;
	color: #ffffff;
	text-indent: 10px;
	height: 30px;
	line-height: 30px;
	background: #0570d3 url(../images/modalWindow/top_background.gif) 0px 0px repeat-x;
	border-bottom: solid 1px #044b8e;
	text-shadow: 1px 1px 0px #044b8e;
}


#modalWrapper #modalContent {
	border-top: solid 1px #f6f6f6;
	overflow: hidden;
	padding: 0px 15px 15px 15px;
}

#modalInfo {
	margin-top: 15px;
}

#modalInfo img {
	display: block;
	width: 220px;
	height: 19px;
	margin: 0px auto;
}

#modalInfo p {
	display: none;
	text-align: center;
	color: #434343;
	padding: 5px;
	line-height: 12pt;
	font: bold 9pt Arial;
}

#modalForm {
	display: none;
	margin-top: 15px;
}

#modalForm address {
	display: block;
	float: left;
	font: normal 9pt Arial;
}

#modalForm form {
	float: right;
}



