@import url("css-reset.css");

body {
	padding: 25px;
	margin: 0;
	font: 13px arial, verdana, sans-serif;
	background-color: #fff;
}

p {
	margin: 0 0 12px 0;
	padding: 0;
}

a:link, a:visited {
	color: #ED3300;
}
a:hover, a:active {
	color: #000;
}

table td {
	padding: 4px;
	vertical-align: middle;
	line-height: 14px;
}

table#registration td input[type=text] {
	width: 230px;
}
table#registration td input.btn-submit {
	width: 100px;
}

table#registration td strong {
	white-space: nowrap;
}

table#registration th {
   background:#222;
   color:#FFF;
   text-align:left;
   font-size:12px;
   padding:4px 6px;
   border-top:solid 10px #FFF;   
   border-bottom:solid 6px #FFF;
}

.info {
   display:block;
   margin-top: 3px;
	 margin-bottom: 6px;
   font-size: 11px;
   color:#666;
}

table#registration tr.odd td {
   background-color:#EEE;
}

h3 {
	font-size: 18px;
	margin: 0 0 16px;
	padding: 0;
	color: #ED3300;
/*	border-left: 15px solid #222;*/
}
h4 {
	font-size: 16px;
	margin: 0 0 12px;
}
h5 {
	font-size: 14px;
	margin: 0 0 6px;
}

table#paypallinks td {
	vertical-align: middle;
	padding: 5px 3px;
}

div.cart h5 {
	color:#0A73A3;
	margin-top:15px;
}


div.cart form {
	padding-bottom:10px;
	border-bottom:solid 1px #CCC;
	margin-bottom: 10px;
}

.payment_nav {
	margin: 12px 0;
	padding:4px 8px;
	line-height:1;
	background-color:#EEE;
	border-top:solid 7px #444;
	border-bottom:solid 1px #DDD;
}

.payment_nav a {
	color:#ED3300;
	text-decoration: underline;
}
.payment_nav a:hover,
.payment_nav a:active {
	color:#000;
	text-decoration: underline;
}

.reg-process {
	font-size: 13px; 
	padding-bottom:25px;
}
.reg-process a { 
	padding-left: 22px;
	margin-right: 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
}

.reg-process a.reg-one {
	background-image: url('images/one_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px -18px;
}
.reg-process a.reg-two {
	background: url('images/two_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px -18px;
}
.reg-process a.reg-three {
	background: url('images/three_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px -18px;
}

.reg-process a.reg-at {
	background-position: 0px 0px;
}

