/* :::::::::::::::::::: Sizer-CSS :::::::::::::::::::::::::: */

/* :::::::::::::::::::: centerSizer-CSS :::::::::::::::::::::::::: */
	
	#leftline { 
	background: red; 
	color: red; 
	width:1px; 
	height:100%; 
	z-index:1500; 
	display:block; 
	position:absolute; 
	top:0; 
	left:50%; 
	bottom:0;
	}
	
	#leftline p { 
	margin: 0 0 0 0; 
	padding:13px 0 10px 62px; 
	margin-top: 50%; 
	font-size: 1.0em; 
	text-align: center;  
	line-height: 100%;  
	position:absolute; 
	top:50%;  
	}
	
	#topline { 
	background: red; 
	color: #fff; 
	height:1px; 
	z-index:1500; 
	display:block; 
	position:absolute; 
	top:50%; 
	left:0; 
	right:0;
	}
	
	#topline p { 
	margin: 0; 
	padding:5px 5px 3px 5px; 
	font-size: 1.0em; 
	text-align: center; 
	line-height: 100%; 
	background-color:red; 
	width:90px; 
	font-size:12px;
	}
/* :::::::::::::::::::: /centerSizer-CSS :::::::::::::::::::::::::: */


/* :::::::::::::::::::: Sizer-CSS :::::::::::::::::::::::::: */
/*	#leftline { background: red; color: red; width:5px; height:100%; z-index:100; display:block; position:absolute; top:0; left:0; bottom:0;}
	#leftline p { margin: 0 0 0 0; padding:15px 0 10px 10px; margin-top: 50%; font-size: 1.0em; text-align: center;  line-height: 100%;  position:absolute; top:50%;  }

	#topline { background: red; color: red; height:5px; z-index:100; display:block; position:absolute; top:0; left:0; right:0;}
	#topline p { margin: 0; padding:15px 0 10px 0; font-size: 1.0em; text-align: center; line-height: 100%; }
 :::::::::::::::::::: /Sizer-CSS :::::::::::::::::::::::::: */