#mousing {
  position: fixed;
  width: 100%;
  height: 20px;
}
.hover {
  /*@S */
	position:			absolute;
  visibility:			hidden;
  top:				10000px;
  width:515px;
  right: 50px;
  background: #fff;
  border: 1px solid #e8e8e8;
}
#hover_header {
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 10px;
  width: 515px;
}

.melmaga {
  display: block;
  margin: 0 0 40px 0;
}
.melmaga table {
  background-color: #D0C7D1;
  width: 400px;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 12px;
  margin: 0 0 20px 0;
}
.melmaga th {
  padding: 4px 6px;
  text-align: right;
  vertical-align: middle;
  width: 90px;
  background-color: #EBE7EB;
}
.melmaga td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: middle;
  background-color: #FFF;
}
#hover_footer {
  background-image: url(../img/melmaga_footer.gif);
  background-repeat: no-repeat;
  background-position: left top;
  height: 20px;
  width: 560px;
}

