body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, input, textarea, select, div, span, table{
	font-family: "±¼¸²", verdana, sans-serif;
	font-size: 12px;
}

img{
	border: 0;
}


input, textarea, select{
	height:12px;
	font-family: "±¼¸²";
	font-size: 12px;
	border: 1px solid #AAA;
}

input.chk{
	border: 0;
}

select { 
	height: 16px; 
}

*:first-child+html select { 
	height: 20px; 
}




#div_back{
	position: absolute;
	display: none;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	background-color: #AAA;
	opacity: 0.7;
	moz-opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 98;
}


#div_pass{
	position: absolute;
	display: none;
	width: 0px;
	height: 0px;
	margin: auto auto;
	z-index: 99;
	background-image:url(/frame/images/password/password_bg.jpg);
	font-size:12px;
	text-align:center;
	line-height:18px;
}

#div_pass input{
	width: 100px;
}

#div_vod{
	position: absolute;
	display: none;
	width: 600px;
	height: 420px;
	top: 0;
	left: 0;
	margin: auto auto;
	border: 1px solid #F00;
	z-index: 99;
}



	
	