html {
	background: url('../../images/main-bg.png') repeat;
}
body {
	background: url("../../images/grp_logo.png") transparent no-repeat;
	margin: -25px 0 0 0px;
}
form {
	margin-bottom: 150px;
}
h1 {
	text-align: center;
	line-height: 50px;
}
#table-1 {
	margin-top: 28px;
	width: 100%;
}
.title {
	position: relative;
	top: 15px;
	text-align: center;
	font-weight: bold;
}
#submit {
	background-color: #FFF;
}
#submit:hover {
	cursor:crosshair;
	background-color: green;
	color: #FFF;
}
.label_container {
	display: block;
	background: url("../images/bg.png") repeat;
	padding: 5px;
	border: 1px solid #000;
	text-align: left;
	border-radius: 5px 5px 5px;
}
.input_container {
	background-color: #EEE;
	border: 1px solid #DDD;
	border-radius: 5px 5px 5px;
	opacity: 0.7;
}
#table-2 {
	border: 1px solid #DDD;
	background-color: #f2f2f2;
        width: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#table-2 td, #table-2 th {
	padding: 5px;
	color: #333;
}
#table-2 thead {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: .2em 0 .2em .5em;
	text-align: left;
	color: #4B4B4B;
	background-color: #C8C8C8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));
	background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
	border-bottom: solid 1px #999;
}
#table-2 th.unknown {
	color: #FFF;
	text-shadow: #000 1px 1px 1px;
	font-weight: bold;
}
#table-2 th {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-shadow: white 1px 1px 1px;
}
#table-2 td {
	line-height: 20px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
#table-2 td:hover {
	background-color: #fff;
}
hr {
	border-style: dotted;
}
/*Text Styles*/
#table-2 #step2 td,#step3 td,#step4 td,#step5 td,#step6 td,#step7 td,#step8 td,#step9 td,#step10 td,#step11 td,#step12 td,#step13 td,#step14 td,#step15 td,#step16 td {
	color: #CCC;
}
.bold {
	font-weight:bold;
}
.red {
	color: #ff0000;
}
.left {
	float: left;
}
.error {
	color: #ff0000;
}