
/* assumed base.css is linked before */

#box_column_sidebar_header {
	position: absolute;
	top: 0px;
	height: 10px;	/* height of sidebar header*/
	width: 100%;	
}
#box_column_sidebar_menu {
	position: absolute;
	top: 10px;	/* height of sidebar header*/
	bottom: 0;	
}

#box_column_content {
	padding-left: 0;
	padding-right: 0;
}


#box_content_wrapper {
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 2px;
}

#box_door {
  position: relative;
  width: 100%; 
  top: 10px;
}



#box_door_login {
  position: relative;
  left: 10px;
  width: 100%;
  float: left;
  padding: 10px 4px 8px;
  margin-bottom: 4px
}

#box_door_warning {
  clear: both;
  position: relative;
  width: 98%;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 2px;
  border: 1px solid #BF8363;
  background: #F3CFAB;
  text-align: center;
}


#box_eula {
  position: relative;
  width: 100%;
  height: auto;
}

.reg_error{
  color: red;
  font-weight:bold;
}

.login_error{
  max-width: 220px;
  color: red;
  font-weight:bold;
}




