﻿#backgroundPopup{
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;

}
#popupContact{
font-size:11px;
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:125px;
width:240px;
background:#f2f1f1;
border:2px solid #cecece;
z-index:61;
margin-left:390px;
margin-top:21px;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

#logo_em{
float:right;
margin-right:10px;
margin-top:5px;
margin-bottom:5px;
height:16px;
}
#form_container{
color:#555555;
margin-top:30px;
margin-left:7px;
}

#form_container label
{
width: 100px;
float: left;
text-align: right;
display: block
}

#form_container input{
float:left;
width:100px;
margin:2px;
border:1px solid #CECECE;
}

#button{
text-align:center;
margin:100px;
}



#backgroundPopup2{
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;

}
#popupContact2{
font-size:11px;
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:125px;
width:240px;
background:#f2f1f1;
border:2px solid #cecece;
z-index:61;
margin-left:465px;
margin-top:21px;
}

#popupContactClose2{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

#logo_em2{
float:right;
margin-right:10px;
margin-top:5px;
margin-bottom:5px;
height:16px;
}

#form_container2{
color:#555555;
margin-top:30px;
margin-left:7px;
}

#form_container2 label
{
width: 100px;
float: left;
text-align: right;
display: block
}

#form_container2 input{
float:left;
width:100px;
margin:2px;
border:1px solid #CECECE;
}

#button2{
text-align:center;
margin:100px;
}