div.mask {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	position: absolute;
	margin-top: -20px;
	z-index: 10000;
	display: none;
	top: 0;
	left: 0;
}

.modal {
	width: 400px;
	height: 300px;
	background-color: white;
	z-index: 10001;
	position: absolute;
	display: none;
	padding: 5px 5px 5px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


.modal a.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  color: silver;
  text-decoration: none;
  width: 50px;
  height: 14px;
  line-height: 14px;
}

.modal a.close-modal span {
  display: block;
  width: 14px;
  height: 14px;
  background-color: silver;
  color: white;
  float: right;
  line-height: 14px;
  font-size: 11px;
}
