/* Various */
.chartinput {
    border: 1px solid #505050;
	background-color: #eee;
	font-size: 1em;
	color: #000000;
	font-family: Verdana, sans-serif;
}

/* Div's */
#charts_left {
	margin-right: 640px;
}
#charts_right {
	float: right;
	width: 600px;
}

/* Text formatting */
#charttable {
	font-size: 0.9em;
	line-height: 1em;
}
.chart_tw {
	color: #455056;
}
.chart_new {
	color: #a03a1f;
}
.chart_normal {
	color: #ccc;
}
.chart_bpm {
	color: #999;
}
.chartcopy {
	font-size: 0.8em;
}