@charset "utf-8";

/*
@description Style sheets for member area
*/


/*
	---------------------------------------------------------------
	|															  |
    | This file covers Members-Only Layout-Aspects				  |
	|															  |
	---------------------------------------------------------------
*/


/*
	-----------------------------------------
	Styles only used in Members Area
    -----------------------------------------
*/
	

/* using another BG-Image than Public-Area */ 
	
body 
	{
  	background-color: ; 
  	background-image: ; /* {image name="mb_page_background"} */
  	background-repeat: repeat-x; 
  	margin: 0; 
	}

label { font-size: 11px; cursor: pointer }


/* using another Header-Image than Public-Area */ 

#header 
	{
 	background-image: ; /* {image name="header_visual"} */
 	background-repeat: no-repeat;
 	position: relative; 
 	width: 880px; 
 	height: 100px;
	}