/* reset */

	* {
		font-size: 100.01%;}  
	
	html, body, p, div, pre, form, fieldset, dl, dt, dd, ul, ol, li, table, td, th {
		margin: 0; padding: 0; line-height: 1.4; vertical-align: top;}

	h1, h2, h3, h4, h5 {
		line-height: 1;}

	body {
		width: 100%; height: 100%; font-size: 68.75%; font-family: Verdana, sans-serif; background: white;} 
		
	html {
		width:100%; height: 100%;} table {border-collapse:collapse;} 
		
	img {
		border: 0;}		

/* library */

	.w100 {
		width: 100% !important;}  
		
	.p0 {
		padding: 0 !important;} 
		
	.m0 {
		margin: 0 !important;}
		
	.bn {
		border: none !important;}
		
	.bgn {
		background: none !important;} 
		
	.cursor {
		cursor: pointer; cursor:hand;} 
		
	.clear {
		clear: both; height: 0; font-size: 0; overflow: hidden;}

	.block {
		clear: both;}

	.hidden {
		display: none !important;}
		

#fade {
display: none;
background: #000;
position: fixed; left: 0; top: 0;
width: 100%; height: 100%;
opacity: .80;
z-index: 9999;
}
.popup_block{
display: none;
background: #fff;
padding: 20px;
border: 20px solid #fff;
float: left;
overflow: auto;
font-size: 1.2em;
width: 500px; height: 500px;
position: fixed;
top: 50%; left: 50%;
z-index: 99999;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.btn_close {
 background: url(../images/imgclose.jpg) 0 0 no-repeat;
    position: absolute;
    overflow: hidden;
    display: block;
    height: 24px;
    right: 0px;
    width: 20px;
    top: 0px;
}
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}
 #boxes .window {
    position:absolute;
    left:0;
    top:0;
    width:440px;
    height:200px;
    display:none;
    z-index:9999;
    padding:20px;
    }  
#boxes #dialog {
    width:375px; 
    height:203px;
    padding:10px;
    background-color:#ffffff;
    }  
#boxes #dialog1 {
    width:375px; 
    height:203px;
    }  
#dialog1 .d-header {
    background:url(images/login-header.png) no-repeat 0 0 transparent; 
    width:375px; 
    height:150px;
    }  
#dialog1 .d-header input {
    position:relative;
    top:60px;
    left:100px;
    border:3px solid #cccccc;
    height:22px;
    width:200px;
    font-size:15px;
    padding:5px;
    margin-top:4px;
    }  
#dialog1 .d-blank {
    float:left;
    background:url(images/login-blank.png) no-repeat 0 0 transparent; 
    width:267px; 
    height:53px;
    }  
#dialog1 .d-login {
    float:left;
    width:108px; 
    height:53px;
    }
  
#boxes #dialog2 {
    background:url(images/notice.png) no-repeat 0 0 transparent; 
    width:326px; 
    height:229px;
    padding:50px 0 20px 25px;
    }
.jamodal{
	background-color: #fff;
	border: 1px solid #000000;
	text-align:center;
}
#googoo{
	display:none;
	width:220px;
	height:250px;
}
