@charset "utf-8";
/* CSS Document */
a.remove-link {
	text-decoration: none;
	border: none;
}
input.wide {
	width: 350px;
}
table.list th {
	text-align: left;
	color: #000000;
}
table.list td {
	border-bottom: 1px solid #DEDEDE;
	padding: 3px;
	vertical-align: top;
}
table.options th {
	text-align: right;
	color: #000000;
}
table.options td {
	border-bottom: 1px solid #DEDEDE;
	padding: 3px;
	vertical-align: top;
}
table#resulttable, table#subresulttable {
	width: 100%;
	border: 0px;
}
table#resulttable th, table#resulttable td {
	border-bottom: 1px solid #DEDEDE;
	padding: 3px;
	vertical-align: top;
}
table#subresulttable th, table#subresulttable td {
	border-bottom: none;
	padding: 3px;
	vertical-align: top;
}
span.position {
	font-size: 14px;
	font-weight: bold;
}
div.success {
	color: #006600;
	background-color: #B9FFB9;
	border: 1px solid #006600;
	padding: 10px;
	margin: 2px 0px 2px 0px;
}
div.error {
	color: #FF0000;
	background-color: #FFE6E6;
	border: 1px solid #FF0000;
	padding: 10px;
	margin: 2px 0px 2px 0px;
}
div.message {
	color: #333333;
	background-color: #FFFFA6;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 2px 0px 2px 0px;
}
span.keyword {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
}
span.small {
	color: #333;
	font-weight: normal;
	font-size: 10px;
}
span.big {
	color: #333;
	font-weight: normal;
	font-size: 18px;
}