.mainContent {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #F9F9F9;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	padding: 30px;
}

body {
	background-image: url(/images/www/signup_bg.png);
	background-repeat: repeat-x;
	font-size: 10pt;
	height: 100%;
}

html {
	height: 100%;
}


.header {
	text-align: center;
	background-image: url(/images/www/signup_top.jpg);
	background-repeat: repeat-x;
	border-bottom: 9px #FFCD00 solid;
}

h1 {
	text-align: center;
	color: #303030;
	font-size: 16pt;
}

.terms_conditions {
	padding: 10px;
	overflow: auto;
	width: 95%;
	height: 220px;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #DFDFDF
}

.terms_conditions_confirmation {
	text-align: center;
}

.entry_message {
	font-size: 11pt;
}

h3 {
	color: #FFA40A;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 2px solid #CFCFCF;
}

input.next {
	float: right;
}

.entry_list {
	width: 100%;
	border-collapse: collapse;
}

.entry_list td {
	margin: 0px;
	padding: 5px;
	
}

.entry_list>thead {
	background-color: #DFDFDF;
	font-weight: bold;
}

.entry_list>tbody>tr {
	border-bottom: 1px solid #DFDFDF;
}

.entry_list>tfoot {
	text-align: right;
	background-color: #DFDFDF;
	font-weight: bold
}
