body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 20px;
	background: #ffffff;
}

/*
HEADER
******************************/
#header {
	width: 390px;
	margin: 0 auto 15px auto;
	padding: 10px 10px 30px 300px;
	background: transparent url("images/header_logo.gif") top left no-repeat;
	border-bottom: #000000 2px solid;
}

#header h1 {
	display: none;
}

#header h2 {
	width: 400px;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.5em;
	text-align: center;
	line-height: .95em;
	color: #ff0000;
}

#header p.convention_info {
	width: 400px;
	margin: 0;
	padding: 0;
	font-size: .85em;
	text-align: center;
	color: #000000;
}

#header p.convention_info strong {
	font-size: 1.1em !important;
	font-weight: bold;
}

/*
STATUS
******************************/
#status_step1 {
	width: 600px;
	height: 60px;
	margin: 0 auto 20px auto;
	padding: 0;
	background: transparent url("images/2006_san_diego_step1.gif") top left no-repeat;
}

#status_step1 span {
	display: none;
}

#status_step2 {
	width: 600px;
	height: 60px;
	margin: 0 auto 20px auto;
	padding: 0;
	background: transparent url("images/2006_san_diego_step2.gif") top left no-repeat;
}

#status_step2 span {
	display: none;
}

#status_step3 {
	width: 600px;
	height: 60px;
	margin: 0 auto 20px auto;
	padding: 0;
	background: transparent url("images/2006_san_diego_step3.gif") top left no-repeat;
}

#status_step3 span {
	display: none;
}

#status_step4 {
	width: 600px;
	height: 60px;
	margin: 0 auto 20px auto;
	padding: 0;
	background: transparent url("images/2006_san_diego_step4.gif") top left no-repeat;
}

#status_step4 span {
	display: none;
}

#status_step5 {
	width: 600px;
	height: 60px;
	margin: 0 auto 20px auto;
	padding: 0;
	background: transparent url("images/2006_san_diego_step5.gif") top left no-repeat;
}

#status_step5 span {
	display: none;
}


/*
VERIFY
******************************/
p.confirm {
	font-size: 1.3em;
}

#verify_content {
	width: 680px;
	margin: 0 auto;
	padding: 10px;
	color: #000000;
}

#verify_content em {
	color: #bf4d21 !important;
}

table.confirm_table {
	width: 700px;
	margin: 10px auto;
	border-collapse: collapse;
	border: #000000 1px solid;
}

table.confirm_table th {
	margin: 0;
	padding: 2px 8px 1px 8px;
	text-transform: uppercase;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background: #000000;
}

table.confirm_table td {
	margin: 0;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	color: #bf4d21;
}

table.confirm_table td strong {
	font-weight: bold;
	font-style: normal !important;
	color: #000000 !important;
}

table.confirm_table td {
	margin: 0;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	color: #bf4d21;
}

table.confirm_table td.notice {
	margin: 0;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	font-style: normal  !important;
	color: #000000 !important;
}

table.confirm_table td.price {
	width: 75px;
	margin: 0;
	padding: 10px;
	text-align: right;
	font-weight: normal;
	font-style: normal  !important;
	color: #009500 !important;
	border-top: #cccccc 1px solid;
}

table.confirm_table td.billing_item {
	width: 625px;
	margin: 0;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	color: #bf4d21;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}

table.confirm_table td.total_item {
	width: 625px;
	margin: 0;
	padding: 10px;
	text-align: right;
	font-weight: bold;
	font-style: normal !important;
	color: #ff0000;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}

table.confirm_table td.total_price {
	width: 75px;
	margin: 0;
	padding: 10px;
	text-align: right;
	font-weight: bold;
	font-style: normal  !important;
	color: #ffffff !important;
	border-top: #cccccc 1px solid;
	background: #009500;
}


/*
FORMS
******************************/

form {
	width: 700px;
	margin: 0 auto;
}

form fieldset {
	margin-top: 1em;
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
	border: #000000 1px solid;
}

form legend {
	padding: 2px 8px 1px 8px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background: #000000;
}

form label {
	display: block;
	clear: left;
	float: left;
	text-align: right;
	width: 240px;
	margin-right: 10px;
}

form .item {
	clear: both;
	padding-top: .5em;
}

input {
	float: left;
}

input.form_text {
	float: left;
	margin: 1px 5px 1px 0;
	padding: 2px 0 2px 2px;
	font-size: 14px;
	background: #ffffff;
	border: #cccccc 1px solid;
}

input.required {
	float: left;
	margin: 1px 5px 1px 0;
	padding: 2px 0 2px 2px;
	font-size: 14px;
	background: #eeeeee;
	border: #cccccc 1px solid;
	border: #ff0000 1px solid;
}

textarea {
	float: left;
	margin: 1px 0 1px 0;
	padding: 2px 0 2px 2px;
	font-size: 14px;
	background: #ffffff;
	border: #cccccc 1px solid;
}

input.form_text:hover, input.form_text:active, textarea:hover, textarea:active {
	font-size: 14px;
	background: #f2f2f2;
	border: #cccccc 1px solid;
}

input.form_text:focus, textarea:focus {
	font-size: 14px;
	background: #f2f2f2;
	border: #aaaaaa 1px solid !important;
}

#submit_button {
	height: 30px;
}

form .schedule {
	border: #999999 1px solid;
}

form .schedule td {
	border: #cccccc 1px solid;
}

form .schedule tfoot {
	font-size: .85em;
}

form p {
	clear: both;
}

form p.notes_heading {
	clear: both;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

form p.spacer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
}

.early_fee {
	color: green;
}

.late_fee {
	color: blue;
}

.small_print {
	font-size: .9em;
}

.error {
	color: red;
}

h4 {
	margin: 15px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
}