body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body,p,th,td,input,textarea,select,option,li {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	margin: 0px auto;
	width: 800px;
	text-align: left;
	border: 1px solid #cdcdcd;
}

#header {
	clear: both;
}

#promo_header {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: -1px;
	text-align: center;
	color: #0023A0;
	margin-top: -40px;
}

#footer {
	background-color: #000099;
	color: white;
	text-align: right;
	margin-top: 10px;
	padding: 3px;
	font-size: 10px;
	clear: both;
}

#content {
	
}

#footer {
	
}

img {
	border: 0px;
}

#nav {
	padding: 8px 3px;
}

a#nav_step1 img {
	height: 68px;
	width: 173px;
	border-width: 0;
	background: url(/images/webv_step1.gif) no-repeat;
}

a#nav_step2 img {
	height: 68px;
	width: 173px;
	border-width: 0;
	background: url(/images/webv_step2_grey.gif) no-repeat;
}

a#nav_step2 :hover img {
	background: url(/images/webv_step2.gif) no-repeat;
}

a#nav_step3 img {
	height: 68px;
	width: 119px;
	border-width: 0;
	background: url(/images/webv_step3_grey.gif) no-repeat;
}

a#nav_step3 :hover img {
	background: url(/images/webv_step3.gif) no-repeat;
}

a#nav_step2 img {
	height: 68px;
	width: 173px;
	border-width: 0;
	background: url(/images/webv_step2_grey.gif) no-repeat;
}

a#nav_step2 :hover img {
	background: url(/images/webv_step2.gif) no-repeat;
}

table {
	text-align: left;
	width: 100%;
}

table.center {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

table.form-table tr th {
	width: 220px;
}

tr {
	vertical-align: top;
}

tr.section_header {
	background-color: #000099;
	padding: 10px;
}

tr.section_header td {
	color: white;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

input.input_text,textarea.input_text {
	width: 200px;
}

ul.error_list,div.form_error {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	color: red;
	font-weight: bold;
	padding-bottom: 2px;
}

div.login-message {
	text-align: right;
	padding: 20px 10px;
}

#ticket {
  background: url(/images/ticket.png) no-repeat;
  width: 580px;
  height: 215px;
  border: 1px solid #ccc;
  position: relative;
  font-weight: bold;
  text-align: left;
}

#ticket p {
	 font-size: 11px;
}
