@charset "UTF-8";

.tbl_search{
	width: 100%;
}
.tbl_search th{
	width: 15%;
	padding: 8px;
}
.tbl_search td{
	padding: 8px;
}
.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 85%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}
.label-silver{
	background-color: #787878;
}
.label-red {
	background-color: #FF0000;
}
.label-blue {
	background-color: #2E75B6;
}
.label-blue2 {
	background-color: #2F5597;
}
.label-blue3 {
	background-color: #00B0F0;
}
.label-green {
	background-color: #70AD47;
}
.label-green2 {
	background-color: #00B050;
}
#file-btn {
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
#file-btn input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.img_label_div {
	display: inline-block;
	border:solid #EEEEEE 1px;
	/* border-radius:5px; */
	background-color:#EEEEEE;
	margin-top:5px;
	width:100%;
}
.img_label {
	font-weight:100;
	font-size:13px;
	cursor:pointer;
}
#errmsg{
	text-align: center;
	text-weight: bold;
	margin-bottom: 20px;
	font-size: 20px;
	color: #FF0000;
}
