﻿#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
{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:350px;
width:408px;
background:#FFFFFF;
border-width:2px;
border-style:solid;
border-color:Gray;
z-index:2;
padding:0px;
font-size:13px;
}

#popupContactClose{
cursor:pointer;
padding: 4px;
vertical-align:middle;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


.modalTop
{
	width: 100%;
	height:25px;
    background-color: Transparent;
    background-repeat: repeat-x;
    padding: 0px;
    color: #ffffff;
    text-align: right;
    background-image:url(JqueryPopUp/bg.gif);
}

.modalTitle
{
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    float:left;
}

.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}

.modalBody
{
    padding: 10px;
    text-align: left;
    font-family:Arial;
    font-size:13px;
    color: #000000;
    text-align:justify; 
}
