.registration_info
{
	margin: 1.0em 0 0 0;
}

.registration_info p
{
	margin: 0.25em 0 0 0;
}

.registration_info p.announcement, .registration_info p.special
{
	margin: 0.50em 0 0 0;
}

.registration_info p.special
{
	color: #990000;
	font-weight: bold;
}

.registration_info p a
{
	text-decoration: underline;
}

.payment_info
{
	margin: 2em 0 2em 0;
}

tr.separator td
{
	border-top: 3px double #d6d6d6;
}

th.highlight-column
{
	background-color: #898989;
	font-weight: normal;
}

th a, th a:visited
{
	text-decoration: underline;
	font-weight: normal;
	color : #ffffff;
}
	
th a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color : #660000;
}
	
td.attention
{
	color: #990000;
	font-weight: bold;
}

.hide
{
	display: none;
}

.button, .small_button
{
	margin: 10px 0 10px 0;
	color: #666666;
}

.button input, .small_button input
{
	font-size: 1em;
	width: 10em;
	height: 2.5em;
	margin: 3em 1em 0 0;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #eeeeee;
	color: #666666;
}

.small_button input
{
	height: 2em;
}

.text
{
	margin: 10px 0 10px 0;
	color: #666666;
}

.text input
{
	margin-left: 1em;
}

#site_info p.footer {
	margin-right: auto;
	margin-left: auto;
	width: 85%;
	font: .9em "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}

table #login, table#cart, table#add-to-cart
{
	margin: 1em 0 3em 0;
}

table#cart td, table#cart th
{
	border: none;
	border-bottom: 1px solid #D6D6D6;
	padding: 0.5em;
	vertical-align: middle;
}

table#cart th
{
	background-color: #ffffff;
	color: #acacac;
}

table#login td, table#add-to-cart td
{
	border: none;
	padding: 1em;
	vertical-align: middle;
}

table#login label, table#add-to-cart label
{
	display: block;
}

table#login input, table#cart input, table#add-to-cart input, table#add-to-cart select
{
	margin: 0;
	width: 12em;
	font:1em "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}

table#login input
{
	width: 20em;
}

#pay input
{
	float: left;
	margin: 1em 2em 0 0;
}

#pay p
{
	margin-top: 1em;
}

#pay_info
{
	margin-top: 2.5em;
}

.attention
{
	color: #990000;
}