@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
}

div#form_container {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid black;
}

div#form_container div#form_header {
	height: 65px;
}

div#form_header img {
	margin-left: 10px;
	margin-right: 10px;
}

div#form_container div#form_content {
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	width: 850px;
	margin: 0 auto;	
	font-weight: bold;
}

div#form_content div#registration_header {
	background-color: #0000ff;
	color: white;
}

div#registration_description span {
	font-size: 11px;
	font-weight: none;
}

table.delegate_registration {
	margin-top: 15px;
	font-size: 10pt;
}

table.delegate_registration th{
	text-align: left;
	font-weight: bold;
	width: 155px;
}

table.delegate_registration td {
	font-weight: normal;
	text-align: left;
	width: 265px;
	padding-right: 5px;
}

table.delegate_registration sup {
	color: red;
}

table.delegate_registration input.normalfield {
	width: 250px;
}

div#discount_overview {
	border: 1px solid black;
	width: 500px;
	text-align: center;
	/*margin: 0 auto;*/
	position: relative;
}
div#discount_overview table,
div#discount_overview th,
div#discount_overview td {
	text-align: center;
}

span.underline {
	text-decoration: underline;
	width: 800px;
	text-align: center;
	font-weight: bold;
	display: block;
	font-size: 12pt;
}

table.event_registration,
table.spouse_registration,
table.hotel_registration,
table.payment  {
	width: 100%;
}

table.event_registration td,
table.spouse_registration td,
table.hotel_registration td,
table.payment td {
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

table.event_registration th,
table.spouse_registration th,
table.payment th {
	font-size: 12px;
	text-align: left;
}

input.quantity {
	width: 15px;
	font-family: Arial;
	font-size: 12px;
}

table.event_registration td.right {
	text-align: right;
}
