a, td, th, caption, body, input, textarea, pre, select {
	font-family: "±¼¸²";
	font-size: 9pt;
	color: #222222;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #222222;
}

a:visited {
	text-decoration: none;
	color: #222222;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

pre {
	font-family: "±¼¸²";
	margin: 0px;
}

input.text, input.password, input.file, textarea {
	border: 0.5pt solid #999999;
	color: #222222;
}

input.checkbox {
	width: 15px;
	height: 15px;
}

input.text {
	ime-mode:active;
	height: 19px;
	padding-top: 3px;
	text-align: center;
}

input.password {
	text-align: center;
}

input.calendar {
	width: 93px;
	padding-right: 18px;
	height: 19px;
	padding-top: 3px;
	border: 0.5pt solid #999999;
	text-align: center;
	behavior:url(/src/css/calendar.htc);
}

input.button, input.submit, input.reset {
	border-top: 0.5pt solid #E8ECF0;
	border-left: 0.5pt solid #E8ECF0;
	border-bottom: 0.5pt solid #A0BCC8;
	border-right: 0.5pt solid #A0BCC8;
	background-color: #E8ECF0;
	color: #888888;
	font-weight: bold;
	height: 19px;
	padding-top: 2px;
	cursor: hand;
}

select {
	vertical-align: bottom;
}

form {
	margin:0px;
	behavior:url(/src/css/form.htc);
}

img {
	border: none;
}

.list, .list2 {
	border-top: 0.5pt solid #333333;
	border-right: 0.5pt solid #333333;
	border-collapse:collapse;
	behavior:url(/src/css/table_list.htc);
}

.tr {
	cursor:hand;
	behavior:url(/src/css/mouseover.htc);
}

.table {
	border-top: 0.5pt solid #333333;
	border-right: 0.5pt solid #333333;
	border-collapse:collapse;
}
.td {
	border-left: 0.5pt solid #333333;
	border-bottom: 0.5pt solid #333333;
	padding-left: 5px;
}
.tdl {
	border-left: 0.5pt solid #333333;
	border-bottom: 0.5pt solid #333333;
	padding-left: 5px;
}
.tdc {
	border-left: 0.5pt solid #333333;
	border-bottom: 0.5pt solid #333333;
	text-align: center;
}
.tdr {
	border-left: 0.5pt solid #333333;
	border-bottom: 0.5pt solid #333333;
	text-align: right;
	padding-right: 5px;
}
.th {
	border-left: 0.5pt solid #333333;
	border-bottom: 0.5pt solid #333333;
	background-color: #EEEEEE;
	padding-left: 5px;
	font-weight: bold;
}
.thl {
	border-left: 0.5pt solid #333333;
	border-bottom: 0.5pt solid #333333;
	background-color: #EEEEEE;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
}
.thr {
	border-left: 0.5pt solid #333333;
	border-bottom: 0.5pt solid #333333;
	background-color: #EEEEEE;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}
.thc {
	border-left: 0.5pt solid #333333;
	border-bottom: 0.5pt solid #333333;
	background-color: #EEEEEE;
	text-align: center;
	font-weight: bold;
}
