
#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:550px;
width:600px;  /* fresh change QV*/
background:#FFFFFF;
border:2px solid #cecece;
z-index:999;
padding:5px 10px 5px 10px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}


/* =================== STOCK OPTIONS ================== */
div.MaskedDiv 
{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	font-family:verdana;
	font-weight:bold;
	padding:40px;
    z-index:100;
	background-image:url(images/quickview/Mask.png);
	/* ieWin only stuff */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Mask.png');
}


div.ModalPopup {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    background-color: #f9f9f9;
    position: fixed;
    z-index: 10000;
    visibility: hidden;
    color: Black;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    width: 382px;
    height: auto;
}
div.MaskedDivback 
{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	font-family:verdana;
	font-weight:bold;
	padding:40px;
    z-index:100;
	background-image:url(images/quickview/Mask.png);
	/* ieWin only stuff */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Mask.png');
}


div.ModalPopupback {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #CCCCCC;
	position:absolute;
	/* set z-index higher than possible */
	z-index:10000;
	visibility: hidden;
	 color: Black;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
    width: 300px;
    height :auto;
}
/* =================== STOCK OPTIONS ================== */

.frmpopuphead {
    width: 80%;
    background-color: #e2dc03;
    color: #000;
    vertical-align: middle;
    padding: 10px;
    height: 30px;
}
.frmpopupclose {
	width: 20%;
	background-color:#493536; 
	color :White; 
	text-align:right;
	vertical-align:middle;
	padding:10px;
}
.frmformmodel {
    color: Blue;
    line-height: 25px;
    font-size: 12px;
}
.frmformmodel input{
	color:#333;
	font-size:12px;
	}