<style type="text/css">

/* Basic Repeater Table */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
 margin: 0;
 padding: 0;
}
body {
	font: 76%/160% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
p {
	text-align: center;
}

.form-output-div table a:link {
	color: #d42945;
	text-decoration: none;
}
.form-output-div table a:visited {
	color: #d42945;
	border-bottom: none;
	text-decoration: none;
}
.form-output-div table a:hover, a:focus {
	color: #f03b58;
	border-bottom: 1px solid #f03b58;
	text-decoration: none;
}
table a, table a:link, table a:visited {
	border: none;
}
img {
	border: 0;
	margin-top: .5em;
}
table {
	width: 90%;
	border-top: 1px solid #e5eff8;
	border-right: 1px solid #e5eff8;
	margin: 1em auto;
	border-collapse: collapse;
}
caption {
	color: #9ba9b4;
	font-size: .94em;
	letter-spacing: .1em;
	margin: 1em 0 0 0;
	padding: 0;
	caption-side: top;
	text-align: center;
}
tr.odd td {
	background: #f8f8f8;
}
tr:nth-child(even) {
	background: #f6f6f6
}
tr.odd .column1 {
	background: #f8f8f8;
}
.column1 {
	background: #f9fcfe;
	color: #212121;
}
td {
	color: #535353;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	padding: .3em 1em;
	text-align: center;
}
th {
	font-weight: normal;
	color: #678197;
	text-align: left;
	border-bottom: 1px solid #e5eff8;
	border-left: 1px solid #e5eff8;
	padding: .3em 1em;
}
thead th {
	background: #303030;
	text-align: center;
	font: bold 1.2em/2em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}
tfoot th {
	text-align: center;
	background: #f4f9fe;
}
tfoot th strong {
	font: bold 1.2em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: .5em .5em .5em 0;
	color: #66a3d3;
}
tfoot th em {
	color: #f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}
/* Input For Multi-Update Forms */

input, textarea, .uneditable-input {
	margin-left: 0;
}
input, textarea {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input, textarea, select, .uneditable-input {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #555555;
	font-size: 13px;
	line-height: 18px;
	padding: 4px;
}
input, button, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label, input, button, select, textarea {
	font-weight: normal;
}
button, input, select, textarea {
	vertical-align: middle;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	box-shadow: none;
	outline: thin dotted #333333;
	outline-offset: -2px;
}
input[type="submit"] {
	cursor: pointer;
	background-color: #3f95b7;
	color: white;
	padding: 10px 20px 10px 20px;
	font-size: 111%;
	border: none;
	margin: 3px;
}
input[type="submit"]:hover {
	background-color: #267797;
}
input[type="submit"]:active {

}
</style>