

#login_status		
						/* at the moment, same definition as page_status_msg */
					{
						/* font selection */
						font-family: Verdana; 
						font-size: 8pt;
						/* text and background color */
						color: red;
						background-color: pink;
						/* positioning */
						
						display: inline;
					}

#login_username, #login_password, button_login, #button_logout	
					{
						display: block;
					}
					
					
#login_block
					{	
						display: table-cell;
						vertical-align: middle;
						border: black solid 1px;
						
					}
