body {
	font-size: 14px;
	font-family: Arial;
	margin: 0;
	padding: 0;
}

.page {
	margin: 0px;
	padding: 10px;
	text-align: left;
}

.page input,select {
	width: 96%;
	display: block;
	height: 30px;
	margin-top: 2px;
	margin-bottom: 12px;
	font-size: 18px;
}

.page input[type=submit] {
	width: 101%;
	text-align: center;
	height: 40px;
	font-size: 20px;
}

.button {
	display: block;
	width: 100%;
	height: 40px;
	background: #4E9CAF;
	line-height: 40px;
	text-align: center;
	border-radius: 9px;
	color: white;
	border: 1px solid black;
	text-decoration: none;
	background: #66cbe8; /* Old browsers */
	background: -moz-linear-gradient(top, #66cbe8 0%, #2387bc 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66cbe8),
		color-stop(100%, #2387bc) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #66cbe8 0%, #2387bc 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #66cbe8 0%, #2387bc 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #66cbe8 0%, #2387bc 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #66cbe8 0%, #2387bc 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#66cbe8', endColorstr = '#2387bc', GradientType = 0 ); /* IE6-9 */
}

.red {
	background: #90ed68; /* Old browsers */
	background: -moz-linear-gradient(top, #90ed68 0%, #68d352 48%, #55bf4e 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #90ed68),
		color-stop(48%, #68d352), color-stop(100%, #55bf4e) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #90ed68 0%, #68d352 48%, #55bf4e 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #90ed68 0%, #68d352 48%, #55bf4e 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #90ed68 0%, #68d352 48%, #55bf4e 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #90ed68 0%, #68d352 48%, #55bf4e 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#90ed68', endColorstr = '#55bf4e', GradientType = 0 ); /* IE6-9 */
}

.page select {
	width: 101%;
	height: 37px;
}

.page label {
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.page submit {
	margin: 2px 2px;
}

.tableview table {
	border-spacing: 0px 0px;
}

.tableview table td {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #d3d3d3;
	padding: 12px 12px 10px 12px;
	margin
	0px;
}

.subtitle {
	font-size: 13px;
	font-weight: lighter;
	color: gray;
	padding: 0px 0px 0px 0px;
	margin: 1px 2px 0px 0px;
}