﻿#backgroundPopup{
display:none;
position:fixed;

height:9000px;
width:100%;
top:0;
left:0;
background:#666;
border:1px solid #ccc;
z-index:310;
}

* html #backgroundPopup {
position:absolute; /* hack for internet explorer 6*/
}

#popupContact{
	display:none;
	position:fixed;
	/*---height:384px;---*/
width:500px;
	background:#fff;
	border:4px solid #DDE8FF;
	z-index:320;
	padding:12px;
	font-size:13px;
	text-align:left;
	line-height:1.4em;
}


* html #popupContact {
position:absolute; /* hack for internet explorer 6*/

}
#popupContact h1{
	text-align:center;
	border-bottom:1px dotted #69f;
	margin-bottom:10px;

}
#popupContact h1 img {

margin-bottom:10px;
}
#popupContact h3 {
	color:#99CC00;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin-bottom:10px;
	margin-top: 10px;

}
#popupContact h4 {
	padding-left:20px;
	color:#333333;
	font-size:12px;
	margin-bottom:5px;
	text-align: center;
}

#popupContact h5 {
text-align:center;

}

#popupContact p {
	color:#666666;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#popupContact p span.highlight {
	color:#6699FF;
	font-weight:bold;
	font-size: 13px;

}

#popupContact p a{
color:#6699FF;
font-weight:bold;
}

#popupContactClose{

right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
display:block;
cursor:pointer;

}



/* temp post16 style*/

table.popuptable {
border-collapse:collapse;
color:#333333;
border:1px solid #ddd;

}

table.popuptable td {
padding:3px;
border:1px solid #ddd;
}

