label {
	font-family: sans-serif;
	font-size: 12px;
	
}
label.header {
	display: block;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
}

select {
	margin-bottom: 10px;
	display: block;
}
div.checkbox {
	display: inline-block;
	width: 90px;
}
div.inputSection {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #888;
	height: 220px;
	padding: 10px;
	padding-top: 0px;
	margin-right: 10px;
	background-color: #f8f8f8;
}
div.inputSubsection {
	display: inline-block;
	vertical-align: top;
}
h1 {
	font-family: sans-serif;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 12px;
}
button {
	height: 22px;
	width: 90px;
	background-color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #aaa;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
	float: right;
}
button:active {
	background: #2e86f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #2e86f9 0%, #146bde 54%, #146bde 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2e86f9 0%,#146bde 54%,#146bde 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2e86f9 0%,#146bde 54%,#146bde 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e86f9', endColorstr='#146bde',GradientType=0 ); /* IE6-9 */
	border-color: #0050eb;
}
body {
	background-color: #e8e8e8;
	padding: 10px;
}

input, div, p, label {
	font-family: sans-serif; font-size: 12px;
}

label {
	line-height: 17px;
}

select#period {
	font-size: 10px;
}
select#chartWidth {
	display: inline;
}
p.message {
	margin-left: 5px; margin-bottom: 15px; width: 950px; line-height: 23px;
}

/* Override column width from website theme so that the controls all fit in a row */
div.wptheme1Col div.wpthemeCol {
	width: 100%;
}