#footer {
	margin-top: 20px;
	padding-top: 10px;
	width: 400px;
	clear:both;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	border-top: 1px solid #ccc;
}
.instructions {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	line-height: 1.7em;
	width: 600px;
	text-align: center;
}
.footer_links {
	margin-top: 10px;
}
.signup {
	text-align: center;
}

select.big {
	padding: 3px;
}
.steps {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #eaac15;
	padding: 5px;
	color: #000;
}
span.noton {
	color: #787878;
	font-size: 11px;
}

.registration_form
{
	border-spacing: 1em;
}

.registration_form input[disabled]
{
	border: 1px transparent;
}
                   

/* column container */
.colmask {
	position:relative;		
/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
    width:800px;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;	
/* This chops off any overhanging divs */
}
/* 2 column right menu settings */
.rightmenu {
	background:#fff;
}
.rightmenu .colleft {
    float:left;
    width:200%;
    margin-left:-300px;
    position:relative;
    right:100%;
    background:#fff;
}
.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}
.rightmenu .col1 {
    margin: 0 0 0 300px;
    overflow:hidden;
	/*border-right: 1px solid #ccc;*/
}
.rightmenu .col2 {
    float:right;
    width:300px;
    position:relative;
    left:301px;
}

.clear:after { 
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0; 
	content: "."; 
}
.clear { 
	display: inline-block; 
}