@CHARSET "UTF-8";


* {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
label
	{
		float: left;
		width: 100px;
	}
	
BODY {
	font-size: 9pt;
	font-family: "굴림";
	line-height: 16px;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #d8f2f3;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	/*
	background-color: black;
	*/
}

.png24 {
	tmp: expression(setPng24(this) );
}

a:link,a:visited,a:active {
	color: maroon;
	text-decoration: none;
}

#mainbg {
	position: absolute;
	margin: -300px 0px 0px -472px;
	top: 50%;
	left: 50%;
	z-index: 10;
}

#main {
	z-index: 20;
	/*
	border: 1px solid #eee;
	*/
	position: absolute;
	margin: -170px 0px 0px -330px;
	top: 50%;
	left: 50%;
	width: 480px;
	height: 350px;
}

#menu {
	z-index: 30;
	/*
	border: 1px solid #000000;
	*/
	position: absolute;
	margin: -165px 0px 0px 185px;
	top: 50%;
	left: 50%;
	width: 136px;
	height: 315px;
}

#cmd {
	z-index: 40;
	/*
	border: 1px solid #000000;
	*/
	position: absolute;
	margin: 157px 0px 0px 185px;
	top: 50%;
	left: 50%;
	width: 136px;
	height: 22px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.list, .post {
/*	font-size: 85%;*/
	word-break: break-all;
	overflow-x: auto;
}

form p {
	margin-bottom: 10px;
}
