﻿
#popupContact a {
	cursor: pointer;
	display: block;
	}
	
#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#5B3F99;	
	z-index:1;
	}
	
#popupContact {
	display:none;
	position:fixed;
	min-height: 305px;
	height: auto !important;
	height: 305px;
	width:360px;
	background: url(../images/popup-top.gif) 0 0 no-repeat;
	z-index:2;
	padding:8px 0 0 0;
	font-size:13px;
	}
	#popupContact p {
		font-size: 0.85em;
		line-height: 1.3em;
		}
		#popupContact img {
			margin-bottom: 15px;
			}
			
#popupContact h3 {
	margin-bottom: 10px;
	}
	
#popupContactClose {
	right:12px;
	bottom:12px;
	position:absolute;
	}
#popupContact #popupContactClose img {
		margin-bottom: 0;
		}
	
#popUpCentre {
	margin: 0 auto;
	width: 340px;
	}
	
#popUpLeftCol {
	float: left;
	width: 130px;
	text-align: right;
	margin: 0 10px 0 22px;
	display: inline;
	}
	
#popUpRightCol {
	width: 160px;
	float: left;
	display: inline;
	}
	
#popUpCorners {
	background: #fff url(../images/popup-bottom.gif) left bottom no-repeat;
	padding: 15px 0 8px 0;
	min-height: 310px;
	}

