body {
	padding: 0 20%;
	margin: 8px;
	color: #4e607d;
	background-color: #fafcff;
}

body, td, input, select, textarea, button {
	font: menu;
	font-size: 10pt;
	line-height: 20px;
}

hr {
	height: 0px;
	border: 0;
	border-top: solid 1px #ddd;
	margin: 15px 0;
	display: block;
}

.link {
	text-decoration: none;
}

.button {
	width: 160px;
	color: #567;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
	padding: 6px;
	border: solid 1px #abc;
	border-radius: 2px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f5fc), color-stop(1, #e0e9f4));	
	background-color: #eaeeff;
	-webkit-box-shadow: 1px 2px 2px #eee;
	-moz-box-shadow: 1px 2px 2px #eee;
}

.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f8fe), color-stop(1, #e3ebf7));	
	background-color: #edf2ff;
}

.button:active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f5fc), color-stop(1, #f0f5fc));	
	background-color: #eaeeff;
}

.button img {
	vertical-align: middle;
	margin-top: -4px;
}

.button span {

}

#download {
	width: auto;
	padding: 0px;
	margin: 10px;
}

#download img {
	margin: -12px 0px -12px -14px;
}

#download span {
	margin-left: 2px;
	margin-right: 18px;
}

#changeLog {
	line-height: 20px;	
}

#changeLog .version {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 6px;
}

#changeLog .notes {
	font-size: 10pt;
}

#changeLog .notes .green {
	color: green;
	font-weight: bold;
	font-size: 9pt;
}

#changeLog .notes .new {
	color: red;
	font-weight: bold;
	font-size: 7pt;
	text-transform: uppercase;
}

#optionsTable {
	width: 100%;
}

#header {
	font-size: 18pt;
	text-shadow: #ccc 1px 1px 3px;
	border: solid 1px #abc;
	border-radius: 6px;
	padding: 8px;
	margin-bottom: 7px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f9ff), color-stop(1, #e5ecf9));
	background-color: #e8efff;
	white-space: nowrap;
	-webkit-box-shadow: 0px 1px 2px #ddd;
	-moz-box-shadow: 0px 1px 2px #ddd;
}

#header img {
	vertical-align: middle;
	margin: 4px 8px 4px 8px;
}

#header * {
	font-size: 27pt;
	text-shadow: #ccd 1px 1px 3px;
	vertical-align: middle;
}

#header .title {
	color: #568;
	padding-bottom: 5px;
	line-height: 10px;
}

#header .subtitle {
	font-size: 14pt;
	text-shadow: #dde 1px 1px 3px;
	color: #78a;
	display: inline-block;
	padding: 5px 5px;
}

#body {
	padding: 15px;
	padding-left: 23px;
	border: solid 1px #d1dbdf;
	border-radius: 6px;
	background-color: #f8fafd;
}

#body .title {
	font-size: 10.5pt;
	font-weight: bold;
	margin-bottom: 8px;
	margin-left: -8px;
	text-shadow: #eee 1px 1px 2px;
}

#body hr {
	margin-left: -8px;
}

#copyright {
	font-size: 9pt;
	text-align: center;
	color: #789;
	margin-top: 10px;
}
