#popupContact a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}
#backgroundPopup{
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:900;
opacity: 0.7;
display: none;
}
#popupContact{
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:600px;
	height: 794px;
	border:2px solid #cecece;
	z-index:1000;
	text-align: center;
	border-radius: 15px;
	background-image: url(../images/MothersDayFlier.jpg);
	display: none;
}
#popupContactClose{
	font-size:18px;
	line-height:1.1em;
	right:6px;
	top:4px;
	position:absolute;
	color:#000000;
	font-weight:700;
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	display: none;
}
#mothersday {
	position: relative;
	left: 0px;
	top: 750px;
}
#mothersday-mobile {
	width: 100%;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	height: 706px;
	text-align: center;
}
#mothersday input {
	cursor: pointer;
}
/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#mothersday-mobile img {
	max-width: 100%;
	border: 1px solid #000000;
	}
}