﻿#backgroundPopup {
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
/*background:#FFF;*/
border:1px solid #cecece;
z-index:1;
}

#popupContact {
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:480px;
width:590px;
z-index:1000;
padding:12px;
background:#FFFFFF;
border:1px solid #cecece;
-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

#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 {
line-height:20px;
right:6px;
top:6px;
position:absolute;
display:block;
cursor: pointer;
border-bottom: 0 !important;
}

#button {
color: #ed1555;
border-bottom: 1px dotted #ed1555;
font-weight: bold;
cursor: pointer;
}

	#button:hover {
	color: #9b06ad;
	border-bottom: 1px solid #9b06ad;
	}
