@charset "UTF-8";
/* CSS Document */
#greyer {
position:absolute;
top:0;
left:0;
width:100%;
z-index:2500;
}
.greyerbg {
	position:relative;
	background-color:#000;
	opacity:0.7;
	width:100%;
	height:100%;
	z-index:3000;
}
.greyerContent {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:3001;
}
.greyerClose {
  position:absolute;
  width:74px;
  height:30px;
  top:20px;
  right:0px;
  background-image:url(close1.png);
  background-repeat:no-repeat;
}
.modalBottom {
  position:relative;
}
.greyerMain {
  position:relative;
  margin-top:50px;
  width:100%;
  text-align:center;
}
.modalTitle {
    border-bottom:1px #CCC solid;
	border-top:1px #CCC solid;
	padding:7px 10px;
	text-align:left;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}
