#history {
 margin: 20px 10px 0 80px;
 padding: 2px 2px 5px 2px;
 border-bottom: 1px solid #f88218;
}

	#history img {
	 vertical-align: middle;
	}

	#history .history_title {
	 color: #f88218;
	 font-weight: bold;
	 text-decoration: underline;
	}

	#history_loading, #history_timeout, #history_error, #history_result {
	 display: none;
	}

	#history_timeout, #history_error {
	 color: #900;
	 font-weight: bold;
	}

		#history_error a, #history_timeout a {
		 font-weight: normal;
		 text-decoration: none;
		}

		#history_result form {
		 display: inline;
		}

		#history_result select, #history_result input {
		 border: 1px solid #333;
		 font-size: 11px;
		}

		#history_result input {
		 width: 50px;
		}

		#history_result input.submit {
		 width: 15px;
		 border: 0;
		 background-color: #fff;
		 color: #219d2b;
		 font-size: 14px;
		 font-weight: bold;
		}