html {
	 height: 100%;
}
body {
	 margin: 0px; height: 100%; font-family: Arial,Helvetica,sans-serif;
}
a {
	color: rgb(0, 102, 255); text-decoration: none;
}
a:visited {
	color: rgb(0, 102, 255); text-decoration: none;
}
h1 {
	margin: 0px; color: rgb(181, 255, 0); font-size: 16px; font-weight: normal;
}
.title {
	height: 60px;
}
.panel {
	padding: 0px 0px; left: -506px; width: 972px; text-align: left; margin-left: 50%; position: absolute; min-height: 100%; box-shadow: 0px 0px 3px #000; background-color: rgb(255, 255, 255); -moz-box-shadow: 0px 0px 3px #000; -webkit-box-shadow: 0px 0px 3px #000;
}
.info-section {
	background: url("bg.png") repeat-y 0px 0px rgb(34, 34, 34);
	border: 0px solid rgb(51, 51, 51);
	width: 970px;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}
.form-panel {
	padding: 10px; width: 190px; color: rgb(0, 0, 0); font-size: 12px; float: left; position: relative; background-color: rgb(238, 238, 238);
}
.form-sec {
	margin-bottom: 15px;
}
.description {
	padding: 10px 30px; width: 700px; height: 100%; color: rgb(255, 255, 255); font-size: 14px; float: left; position: relative;
}
select {
	width: 190px;
}
.copyright {
	margin: 15px 0px; width: 100%; text-align: right; font-size: 11px;
}
.divider {
	background: url("divider.png") repeat-x 0px 0px; margin: 15px 0px; width: 100%; height: 2px;
}
.subsection {
	margin-bottom: 0px;
}
