#signupform label.error {
  background:url("../images/register/unchecked.png") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

#signupform label.checked {
  background:url("../images/register/checked.png") no-repeat 0px 0px;
}


/* --- header --- */
table.header {	
	width: 800px;
	margin: 0;
	padding: 0;
}
table.header td.left {
	text-align: left;
	padding-left: 5px;
}
table.header td.right {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #737373;
	padding-right: 5px;
}

.orange_big {
	font-size: 16px;
	color: #e5a917;
	display: inline;
}

/* -- register form -- */
#registration {
	margin-left: 10px;
	width: 500px;
}
table.registration_form {
	width: 500px;
	margin-top: 100px;
}
table.registration_form td {
	padding-bottom: 5px;
}
table.registration_form td.label {
	font-size: 12px;
}
.termscheck {
	margin-top: 10px;
}

.signup {
	margin-top: 30px;
}
/* ------------- */
/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */

/* --- divs --- */
#header_guest {
	clear: both;
    width:800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

#login {
	clear: both;
    width:800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-bottom: 5px;
}

/* 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:-500px;
    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 500px;
    overflow:hidden;
	/*border-right: 1px solid #ccc;*/
}
.rightmenu .col2 {
    float:right;
    width:500px;
    position:relative;
    left:501px;
}
/* Footer styles */
#footer {
	clear:both;
    width:800px;
    margin-left: auto;
    margin-right: auto;
	text-align: right;
	border-top: 1px solid #ccc;
}
.foot_menu {
	margin: 0;
	padding: 0;
}

/* My Comment */

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