/* Z-index of #mask must lower than #boxes .window */
#mask {
  background-color:#fffeff;
  display:none;
  position:absolute;
  z-index:9000;
}
  
#boxes .window {
	background:#fff;
	border:3px solid #F8B4BA;
	display:none;
	height:150px;
	padding:20px;
	position:absolute;
	width:750px; 
	z-index:9999;
	
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;

	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;

	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;

	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}


/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  color:#000;
  font-size:16px;
  height:209px;
  width:550px; 
}

#boxes #stores {
  color:#000;
  font-size:13px;
  height:209px;
  width:550px;
	margin-top:-8px;
}


#boxes #lookbook {
  width:900px; 
  height:500px;
}

#boxes #no {
	background:#00958F;
	border:1px #000 dotted;
	font-size:18px;
	padding:3px;
	width:300px;
	}

#boxes #no a:link, #boxes #no a:visited {
	color:#fff;
	}
	
#boxes #no a:hover {
	color:#000;
	}

#boxes #yes {
	background:#ED1F8F;
	border:1px #000 dotted;
	font-size:18px;
	font-weight:bold;
	margin-left:135px;
	padding:3px;
	width:300px;
	}

#boxes #yes a:link, #boxes #yes a:visited {
	color:#fff;
	}
	
#boxes #yes a:hover {
	color:#000;
	}
	
#boxes #sears {
	background:#ED1F8F;
	border:1px #000 dotted;
	font-size:23px;
	font-weight:bold;
	margin-left:195px;
	padding:3px;
	width:300px;
	}

#boxes #sears a:link, #boxes #sears a:visited {
	color:#fff;
	}
	
#boxes #sears a:hover {
	color:#000;
	}	
	
#boxes #kohls {
	background:#ED1F8F;
	border:1px #000 dotted;
	font-size:23px;
	font-weight:bold;
	margin-left:15px;
	padding:3px;
	width:300px;
	}

#boxes #kohls a:link, #boxes #kohls a:visited {
	color:#fff;
	}
	
#boxes #kohls a:hover {
	color:#000;
	}
