/* CRM V2 07.2009 Install.php*/

	#shadow{
		position: absolute;
		top:0;
		left:0;
		right:0;
		bottom:0; 
		margin: auto;
		z-index: 1;
	}
    
	* html #shadow{
		/*Fuer bis IE 7 */
		top:50%;/**/
		left:50%; 
	}
	
	#logform{
	position: relative;
	top: -7px;
	left: -7px;
	padding: 3px;
	}
	
	h1#logo{
		text-align:right;
		margin: 10px;
		height: 45px;
	}
	
	#inhalt{
		position: relative;
		margin: 10px 10px 3px 10px;
		margin-right: -3px;
		padding: 5px;
		background-color: #ffffff;
	}
	
	#logButton{
		margin: 0;
		margin: 0 10px;
		text-align:right;
	}
	
	html div#info_block,
	html div#fehler_block{
		margin: 10px;
		position: absolute;
		z-index: 9999;
	}