@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}
.nn {
	background-image: url(../images/border-nn.png);
	background-repeat: repeat-x;
	position: absolute;
	height: 105px;
	left: 450px;
	top: 0px;
	right: 85px;
}
.nw {
	background-image: url(../images/border-nw.png);
	height: 105px;
	width: 450px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.sm_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0;
	background-color: #000;
	border: 1px solid #999;
	width: 85px;
}

.ne {
	background-image: url(../images/border-ne.png);
	position: absolute;
	top: 0px;
	right: 0px;
	height: 105px;
	width: 85px;
	background-repeat: no-repeat;
}
.ss {
	background-image: url(../images/border-ss.png);
	background-repeat: repeat-x;
	position: absolute;
	height: 85px;
	left: 105px;
	bottom: 0px;
	right: 450px;
}
.sw {
	background-image: url(../images/border-sw.png);
	height: 85px;
	width: 105px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.se {
	background-image: url(../images/border-se.png);
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 85px;
	width: 450px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.t_mid {
	position: absolute;
	top: 106px;
	left: 111px;
	bottom: 86px;
	right: 86px;
	overflow: auto;
}
.ww {
	position: absolute;
	background-image: url(../images/border-ww.png);
	background-repeat: repeat-y;
	top: 105px;
	width: 110px;
	bottom: 85px;
	left: 0px;
	text-indent: 3px;
}
.ee {
	position: absolute;
	background-image: url(../images/border-ee.png);
	background-repeat: repeat-y;
	top: 105px;
	width: 85px;
	bottom: 85px;
	right: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0;
	text-decoration: none;
}
