@charset "utf-8";
. {
	font-family: Arial;
	font-size: 12px;
}
.txt_12pxb_gray {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #7f7f7f;
}
.txt_11px_black {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.txt_12px_black {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.txt_12px_black:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.txt_12pxb_black {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.txt_12pxb_black:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.txt_16pxb_black {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.txt_12px_gray {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.txt_12px_gray:hover {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.txt_11px_gray {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.txt_11px_gray:hover {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
.textfield_search {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	width: 175px;
	border: 1px solid #666666;
	height: 21px;
}
.textfield185 {
	border: 1px solid #666666;
	font-family: Arial;
	font-size: 12px;
	width: 185px;
	height: 21px;
}
.textfield245 {
	border: 1px solid #666666;
	font-family: Arial;
	font-size: 12px;
	width: 245px;
	height: 21px;
}
.textfield325 {
	border: 1px solid #666666;
	font-family: Arial;
	font-size: 12px;
	width: 325px;
	height: 21px;
}
.textfield330 {
	border: 1px solid #666666;
	font-family: Arial;
	font-size: 12px;
	width: 330px;
	height: 21px;
}
.textfield400 {
	border: 1px solid #666666;
	font-family: Arial;
	font-size: 12px;
	width: 400px;
}

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */