a:hover {

	cursor: hand;

}



#modalwin {

	visibility: visible;

	color: white;

	display: block;

	position: absolute;

	margin: 0px;

	padding: 30px;

	top: 0px;

	left: 16px;

	/*left: 50%; */

	width: 100%;

	height: 100%;

	border: 5px solid #F69824;

	background-color: #333;

	text-align: center;

	z-index:1001;	

	font-weight: normal;

	-moz-opacity: 0.70;

	opacity:.70;

	filter: alpha(opacity=70);	

}



#overlay{

	visibility: visible;

	/*display:block;*/

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

	padding: 0px 0px 250px 0px;

	z-index:1000;

	background-color:#333;

	-moz-opacity: 0.45;

	opacity:.45;

	filter: alpha(opacity=45);

}

#agree {

	background-color: #333;

	width: 100%;

	height: 100%;

	margin: 0px;

	padding: 0px;

	font-size: 1.10em;

	-moz-opacity: 0.70;

	opacity:.70;

	filter: alpha(opacity=70);

}

#agree span {

}



#lp_modalwin {

	visibility: visible;

	color: white;

	display: block;

	position: absolute;

	margin: 0px;

	padding: 0px;

	top: 0px;

	left: 0px;

	/*left: 50%; */

	width: 100%;

	height: 100%;

	border: 0px solid #F69824;

	background-color: #333;

	text-align: center;

	z-index:1001;	

	font-weight: normal;

	-moz-opacity: 0.70;

	opacity:.70;

	filter: alpha(opacity=70);	

}



#lp_overlay{

	visibility: visible;

	/*display:block;*/

	position: absolute;

	top: 0px;

	left: 0px;

	width: 100%;

	height: 100%;

	padding: 0px 0px 0px 0px;

	z-index: 1000;

	background-color:#333;

	-moz-opacity: 0.45;

	opacity:.45;

	filter: alpha(opacity=45);

}