.content h2 {
	/* border-top: 1px dashed gray;
	border-bottom: 1px dashed gray; */
}

form input {
	margin-top: 2px;
	margin-bottom: 4px;
}

.message {
	border: 1px solid;
	padding-top: 4px;
	padding-bottom: 4px;
	
	margin-bottom: 10px;
	
	text-align: center;
	/*background-color: #BDE654;*/
	background-color: #BDD96D;
}

.result_table {
	
}

.result_table td {
	padding-right: 5px;
}

.result_table a {
	text-decoration: none;
	color: #333333;
}

.result_table a:hover {
	text-decoration: underline;
}

#query_form {
	float: left;
	width: 500px;
	border: 0px solid green;
	height: 41px;
}

.ajax_statusbox {
	float: left;
	width: 110px;
	border: 1px solid green;
	text-align: center;
	height: 50px;
	margin-left: 10px;
}

.ajax_statusbox_text {
	line-height: 30px;
}

.ajax_statusbox_text img {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

.ajax_statusbox h3 {
	background-color: #77933D;
	color: #ffffff;
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 2px 0px 2px 0px; 
}
