
.list_history table{
	text-align: center;
	width: 150px;
	margin-top: 10px;
	border: outset;
	border-width: 3px;
	border-spacing: inherit;
	margin-left: 20px;
	display: inline-block;

}

.list_history th{
	
}
.list_history td {
	text-align: center;
}

.list_history pre.code {
    padding: 5px;
    background-color: #eee;
    border: 2px dashed gray
}

.list_history .graph{
	width: 700px;
	vertical-align: top;
	display: inline-block;
	margin-left: 20px;
}

.list_history .form_date{
	clear: both;
	margin-top: 10px;
	margin-left: 20px;
	

}

.list_history .lab{
	width: 40px;
	display: inline-block;
	margin-left: 10px;
}

.list_history #to,.list_history #from{

	float:none;
	clear: both;
	display: inline-block;
	width:80px;
}

.list_history input[type="submit"]{

	margin: 0 0 0 0;
}

.list_history .button {

	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.list_history .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background-color:#dfdfdf;
}

.list_history .button:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
