@charset "UTF-8";
/* CSS Document */

#floatinglayer {
	width: 398px;
	position: absolute;
	z-index:100;
	border: 1px solid #2457AB;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -250px;
	box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
}


#floatinglayer #layheader {
	background-image: url(../img/layer/layhead_bck.png);
	background-repeat: repeat-x;
	height: 120px;
	border: 1px solid #FFF;
	text-align: center;
	-moz-border-radius-topleft :15px;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
}
#floatinglayer #layheader h1 {
	display: block;
	padding: 0px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-indent: -9999px;
	background-image: url(../img/layer/layhead_txt.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 348px;
}
#floatinglayer #layheader a {
	background-image: url(../img/layer/layclose_btn.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 20px;
	width: 22px;
	position: relative;
	margin-top: -95px;
	margin-left: 370px;
	outline:none;
}
#floatinglayer #laybody {
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../img/layer/laybody_bck.png);
	background-repeat: repeat-x;
	background-color: #f3f7e8;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #024C3B;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
}
#floatinglayer #laybody p {
	text-align: justify;
	margin-top: 10px!important;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px!important;
	height:auto!important;
}
#floatinglayer #laybody p span.orange {
	color: #F86615;
}
#floatinglayer #laybody p a {
	color: #027F4E;
	text-decoration: none;
}

#floatinglayer #laybody p a:hover {
	text-decoration: underline;
}

