.Outline.center > .Header {
	background-color: #333;
	background-image: none;
	box-shadow: none;
	height: 155px;
	position:relative;
	text-align: center;
	margin: 0 auto 30px;
}

.toplogo{
	position: absolute;
	width: 5px;
}
.toplogo_main{
	position:relative;
	margin: 20px 0px 15px;
	width: 461px;
	top:-125px;
	right:-275px;
	z-index: 1;
}
.toplogo h1{}
#toplogo_light{
	position:relative;
	background-repeat: no-repeat;
	z-index: 2;
	width:120px;
	height:120px;
	right: -634px;
	top:-10px;
	opacity: 0;
}

.top_login{
	position:absolute;
	right: 0px;
	text-align: right;
	font-size: 80%;
	display: table-cell;
	vertical-align:bottom;
	top:10px;
}

.button_login{
/*	border-top: 1px solid #ccc;  
    border-right: 1px solid #999;  
    border-bottom: 1px solid #999;  
    border-left: 1px solid #ccc;*/
	border:0px;
    background:#7C8074;
    text-align: center;
	color:#fff;
	width:70px;
	height:20px;
	margin-top:3px;
}
.button_login:hover{
	cursor: pointer;
}

.top_language{
	position: absolute;
	left: 0px;
}

.text_menu{font-size: 120%; font-weight: bold;}

.top_news_area{
	float: right;
}

.top_news_area a{
	font-weight: bold;
	color: #7c7f74;
}

.Header input[type='text'],.Header input[type='password']{
	border:0px;
	margin:-3px 0 0 0;
	padding:0;
	height: 15px;

}
.Header .top_login p{
	height: 15px;
	margin: 0 0 7px 0;
}
.Header .top_login p.add {
	padding-top: 5px;
}