.login_box {
	border: 1px solid #ccc;
	width: 600px;
	margin-left: auto;
    margin-right: auto;
    padding: 20px;
}
.login_title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 14px;
	color: #737373;
	padding-bottom: 3px;
}
table.login_fields {
	margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
table.login_fields td {
	padding-bottom: 3px;
}
table.login_fields td.register {
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

.login_description {
	padding-top: 10px;
}


/* --- 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;
}

/* --- confirmed email --- */
table.login_fields td.confirm {
	text-align: center;
}
.confirmed {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #4f4f4f;
}
.redirect {
	margin-top: 20px;
}
/* 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:0px;
    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 0px;
    overflow:hidden;
	/*border-right: 1px solid #ccc;*/
}
.rightmenu .col2 {
    float:right;
    width:0px;
    position:relative;
    left:0px;
}
/* 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;
}
.clear:after { 
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0; 
	content: "."; 
}
.clear { 
	display: inline-block; 
}