*{
	margin:0;
	padding:0;
	border: none;
}
html{height:100%;}
body{
	font-size: 10pt;
	line-height:140%;
	color:#333333;
	text-align:center;
	height:100%;
}
img {  
    border:0;  
} 
a{
	color:#FF0033;
}
a { outline: none; }
a:hover{
	color:#E3224E;
}
.clear{clear:both;}
.f8{font-size:8pt;}
.red{color:#FF0000;}
.org{color:#FF6600;}
.blue{color:#330099;}
.pink{color:#FF3366;}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.hidden{display:none;}

/* =====clearfix===== */
div:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
div { display: inline-block; }
/* exlude MacIE5 \*/
* html div { height: 1% }
div {display:block;}
/* end MacIE5 */



.pop {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.bg {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	background-color: #000;
}
.popcontents {
	display: none;
	margin: 0 auto;
	position: absolute;
}
p#close {
	margin: 0 0 15px 575px;
	cursor: pointer;
	width: 102px;
	height:24px;
}
