﻿#backgroundPopup{
display:none;
position:fixed;
_position:relative; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:relative;
left:300px;
top:400px;
_position:relative; /* hack for internet explorer 6*/
height:425px;
width:417px;
background-image:url(http://expimltd.co.il/Clients/carmelwinery/images/calendar/popup/popupbg.png) ;
 background-repeat:no-repeat;
background-position: center center;

z-index:2;
font-size:13px;
overflow:hidden;

}
.padding20{ padding:20px; padding-top:10px;}
#popupContact h1{
text-align:left;
color:#990000;
font-size:16px;
font-weight:700;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:13px;
line-height:14px;
right:6px;
top:4px;
position:relative;
color:#990000;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}
