

CSS







/*------ POP ----- */



#backgroundPopup {

	display:none;

	position:fixed;

	_position:absolute; /* hack for internet explorer 6*/

	height:100%;

	width:100%;
	width:600px;
	height:560px;

	top:0;

	left:0;S

	border:1px solid #cecece;

	z-index:1;

	

}

#popupContact {

	display:none;

	position:fixed;

	_position:absolute; 

	background:#FFF;

	border:4px solid #c9c6c3;

	z-index:2;

	padding:12px;

	font-size:14px;

		color:#F00;

	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

	font-size:11px;

	 z-index:9999999;

	 -moz-border-radius: 15px;

	border-radius: 15px;

	box-shadow: 4px 4px 5px #818181;

	-webkit-box-shadow: 4px 4px 5px #818181;

	-moz-box-shadow: 4px 4px 5px #818181;

	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=4, offY=4, positive=true);

}



#contactArea{

	overflow:auto;

	width: 100%;

	height: 100%;

}



.popMessage{

font-weight:lighter !important;

color:#C00 !important;

}

#popupContact h1 {

	text-align:left;

	color:#6FA5FD;

	font-size:22px;

	font-weight:700;

	border-bottom:1px dotted #D3D3D3;

	padding-bottom:2px;

	margin-bottom:20px;

}

#popupContactClose {

	font-size:14px;

	line-height:14px;

	right:6px;

	top:4px;

	position:absolute;

	color:#C00;

	font-weight:700;

	display:block;

	cursor: pointer;

}

.popButton{

	cursor:pointer;
	width:600px;
	height:560;

}

