@charset "utf-8";
body {
	margin:0px;
	background-image: url("../dev/im/bgmain.jpg");
	background-repeat: repeat-x;
	background-color: #859cab;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
	}
#wrapper {
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	width: 847px;
}
#main {
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	padding-bottom: 3px;
}
#col2 {
	float: left;
	width: 416px;
}
#col1 {
	float: left;
	width: 431px;
}
#col3 {
	float: left;
	width: 812px;	
}
#col1 p, #col1 h2, #col3 p, #col3 h2, #col3 h3 {
	padding: 0px 25px 0px 10px;
	}
#col3 table {
	margin-left: 10px;
	margin-right: 25px;
	width: 812px;
}
table#regform td.label {
	width: 250px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table#regform td.label_error {
	width: 250px;
	padding-bottom: 1px;
	padding-top: 1px;
	color: #990000;
	font-weight: bold;
}
table#regform td.field {
	width: 562px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table#regform input {
	width: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
}
table#regform select {
	width: 566px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
}
table#regform button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table#regform input.auto-width {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
}
.clear {
	clear: both;
	height: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #F69401;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #87888a;
	margin-bottom: 10px;
}
.orangebg {
	width: 413px;
	background-color: #FFF5E6;
	margin-left: 5px;
	margin-bottom: 3px;
}
.orangebg p, .orangebg h2 {
	padding: 0px 10px;
	margin: 5px 0px 5px 0px;
	}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	color: #FFFFFF;
	padding-top: 30px;
	font-size: 11px;
}

