#popupContact body {
	background:#efefef;
	color:#454545;
	font-family:"Segoe UI", Candara, "Trebuchet MS", Verdana, sans-serif;
	font-size:100%;
	line-height:135%;
}
#popupContact a:link, #popupContact a:visited {
	color:#65c2ba;
	text-decoration: none;
}
#popupContact a:hover {
	color:#fff;
	background-color:#6cc;
}



/****************
Popup JQuery
****************/
#backgroundPopup{
	background:#000;
	border:1px solid #cecece; 
	display:none;
	height:100%;
	left:0;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	top:0;
	width:100%;	
	z-index:1;
}
#popupContact{
	background:#fff;
	border:2px solid #cecece;
	display:none;
	font-size:13px;
	height:545px;
	padding:10px 10px 20px 10px;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:936px;
	z-index:2;
}
#popupContact h1{
	border-bottom:1px dotted #d3d3d3;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	margin-bottom:20px;
	padding-bottom:2px;
	text-align:left;
}
#popupContactClose{
	background-color:#6cc;
	color:#fff;
	cursor:pointer;
	display:block;
	font-family: "Palatino Linotype", "Book Antiqua", "Baskerville Old Face", "Bookman Old Style", Garamond, "Century Schoolbook", Georgia, serif;
	font-size:1em;
	font-weight:700;
	padding: 2px 4px;
	position:absolute;
	right:6px;
	top:4px;
}
#button{
	cursor:pointer;
}
#button img {
	border:1px solid #fff;
}

#button p {
	color:#65c2ba;
	width:150px;
}
#button p:hover {
	color:#fff;
	background-color:#6cc;
}

