.popupContact { font-family: Arial, Helvetica, sans-serif; }

.backgroundPopup { _position: absolute; }
.backgroundPopup { display: none; position: fixed;  height: 100%; width: 100%; top: 0; left: 0; background: #000000; border: 1px solid cecece; z-index: 1; }

.popupContact { _position: absolute; padding: 16px 12px 12px 12px; margin-left: -14px; }
.popupContact { display: none; position: fixed;  height: auto; width: auto; background: white; border: 2px solid #cecece; z-index: 2; font-size: 12px; }

.popupContact hr { border-bottom: 1px dotted #D3D3D3; border-top: 0; border-right: 0; border-left: 0; }
.popupContactClose { font-size: 14px; line-height: 14px; right: 6px; top: 4px; position: absolute; color: #999; font-weight: bold; display: block; cursor: pointer; }
