body {
	font: 12px Arial, Helvetica, sans-serif;
	background: transparent;
	margin: 10px auto 10px auto;
}
#wrapper {
	width: 100%;
	margin: 0;
}
#main {
	width: 100%;
	border:none;
	background: transparent;
	padding: 25px 0px;
	color: #bbb;
	font-weight:200;
	margin:  0;
}
table {
	text-align:left;
	margin: 25px 0 15px 0;
}

h1, h2, h3, h4 {
	color:#EEE;
	font-weight:300;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
p {
	margin: 0 0 1em 0;
	text-align:left;
	line-height: 1.3;
}
a {
	color: #FFF;
	font-weight:  300;
}
th {
	font-weight: 400;
	text-align: left;
	padding: 0 15px 5px 0;
	vertical-align: top;
}
th span {
	font-weight:normal;
	font-size: 11px;
}
td {
	text-align: left;
	padding: 0 15px 5px 0;
	vertical-align: top;
}

.error {
	color: #cc0000;
}

.hidden {
  display: none;
}

ol,ul {
	margin-left: 0;
	padding-left: 25px;
}
li {
	margin-bottom: 1em;
}

input#submit {
	background: #eee;
	color: #000;
	border: none;
	padding: 8px 20px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}