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

#backgroundPopup{
  position: fixed;
  _position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  padding:0;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
    background-color: #ffffff;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;

}

#popupContact{
font-family: Arial, Helvetica, Helve, Sans-serif;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
  left: 0;
  top: 0;
  padding:0;
  width: 760px;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");

/* border:6px solid #00cc00; */
z-index:2;
margin:20px;
padding:20px;
font-size:13px;
}
#popupContact h1{
font-family: Arial, Helvetica, Helve, Sans-serif;
text-align:left;
color:#444444;
font-size:22px;
font-weight:800;
border-bottom:1px dotted #777777;
padding-bottom:2px;
margin-bottom:20px;
background-color:#ffffff;
}
#popupContactClose{
font-size:18px;
line-height:20px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:500;
display:block;
}
.grs {
color: #0000ff;
font-family: Arial, Helvetica, Helve, Sans-serif;
font-size:18px;
font-weight: 600;
text-decoration: underline;
line-height:160%;
z-index: 50;
background-color:#ffffff;
padding:3px;
}
.grsye {
color: #0000ff;
background-color:#ffff00;
font-family: Georgia,Times,"Times New Roman",serif;
font-size:20px;
font-weight: 900;
text-decoration: underline;
line-height:190%;
padding:2px;
}

