﻿
#backgroundPopup{
_position:absolute; /* hack for internet explorer 6*/
	background:#fff;
	display:none;
	left:0;
	filter:alpha(opacity=0)!important;
	opacity: 0;
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	z-index:9;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:299px;
width:502px;
font-size:100%;
left: 50%!important;
margin-left: -251px;
margin-top: -149px;
top: 50%!important;
z-index:9;
}
#popupRecipeBoxContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:299px;
width:502px;
font-size:100%;
left: 50%!important;
margin-left: -251px;
margin-top: -149px;
top: 50%!important;

}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:162%;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:110%;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}

#popupRating
{
display:none;
font-size:100%;
height:auto;
position:fixed;
_position:absolute;
width:502px;
z-index:99999999;
left:50%!important;
margin-left:-251px;
top:50%!important;
margin-top:-166px;

}
#popupRating h1{
text-align:left;
color:#6FA5FD;
font-size:162%;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}

#popupRating .Rating-ContainerMid h2 {
    border-bottom: 1px solid #C2B3A5;
    font-family: MuseoSlab500,Georgia;
    font-size: 16px;
    padding: 10px 0 5px;
    width: 100%;
}
#popupRating .Rating-ContainerMid .button
{
	padding:10px 0 0 0px !important;
}

