#frame_integration {
	border: 0;
	margin: 0;
	width: 100%;
	/* Declaring these again, because they are loaded separately */
	font-family: Verdana;
	font-size: 11px; /*  font-size: 0.95em; */
	line-height: 15px;
}

#frame_container {
	background-image: url('../images/frame_bg.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	/* Prevent scrollbars and fix IE6 bug */
	overflow-x: hidden;
	height: 82px;
}

#frame_container #info {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	font-weight: bold;
	text-align: right;
}

.edit #info {
	margin-top: 10px !important;
}

#frame_container a {
	color: #fff;
	text-decoration: none;
}

.framelogo {
  display: block;
  height: 48px;
  width: 283px;
}

#frame_container a:hover {
	color: #fff;
	text-decoration: underline;
}

#frame_container a.no_login {
	margin-top: 30px;
	display: block;
}

#frame_container img {
	border: 0;
}

#frame_integration #logo {
	position: absolute;
	left: 20px;
	top: 14px;
	width: 283px;
	height: 48px;
	cursor: pointer;
}
