/* tag.name_size_decoration_color {} */
/* ----------------- a  ----------------- */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* ---------------- body ---------------- */
body {
	margin: 0px;
}

/* --------------- input  --------------- */
input.active {
	width: 166px;
	height: 20px;
	ime-mode: active;
	border: 1px solid #000000;
}
input.button {
	width: 94px;
	height: 22px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
input.disabled {
	width: 166px;
	height: 20px;
	ime-mode: disabled;
	border: 1px solid #000000;
}
input.none {
	width: 166px;
	height: 20px;
	border: 1px solid #000000;
}

/* ---------------- span ---------------- */
span.attention {
	color: #000099;
	font-weight: bold;

}
span.blue {
	color: #000099;
}
span.red {
	color: #CC0000;
}

/* ----------------- td ----------------- */
td {
	font-size: 12px;
}
td.small {
	font-size: 10px;
}
td#background {
	background-image: url(wallpaper.gif);
	background-repeat: repeat;
}
td#blue {
	background-color: #000099;
}
td#green {
	background-color: #4CB248;
}

/* -------------- textarea -------------- */
textarea {
	width: 332px;
	height: 82px;
	border: 1px solid #000000;
}
