@charset "utf-8";
@import url("../../common/css/elements.css");
@import url("../../common/css/format.css");
@import url("../../common/css/style.css");


table.search {
	width: 490px;
	margin-bottom: 15px;
	margin-left: 5px;
	border-top: 1px solid #BABA25;
}

table.search th.head {
	width: 20%;
	padding: 5px 3px 5px 5px;
	font-weight: normal;
	vertical-align: middle;
	background-color: #F8F8DC;
	border-bottom: 1px solid #BABA25;
}

table.search td.content {
	width: 80%;
	padding: 5px 3px 5px 5px;
	border-bottom: 1px solid #BABA25;
}

table.search td.content label {
	display: block;
}

table.result {
	width: 490px;
	margin-bottom: 15px;
	margin-left: 5px;
	font-size: 90%;
	border-collapse: collapse;
	border-top: 1px solid #4c823c;
}

table.result th.head {
	padding: 3px;
	font-weight: normal;
	background-color: #d5f5cc;
	border: 1px solid #4c823c;
}

table.result td.content {
	padding: 3px;
	border: 1px solid #4c823c;
}

table.use {
	width: 100%;
}

table.use td.name {
	padding-right: 7px;
}

table.use td.mark {
	width: 1.5em;
	color: #FF3300;
	text-align: right;
}

p#WAITING {
	display: none;
}

