common.css 631 Bytes
body {
margin: 0px;
padding: 0px;
}

#notice {
position: absolute;
margin-top: 10px;
right: 10px;
background: #ffffa9;
padding: 10px;
border: 3px solid #dfdfdf;
z-index: 9999 !important ;
}

a img {
  border: 1px solid transparent;
}
a:hover img {
  border: 1px solid gray;
}

#environment_identification {
position: absolute !important;
background: url("../images/bg_blue_logo.png") 5px no-repeat !important;
vertical-align: bottom !important ;
width: 230px !important ;
height: 34px !important ;
line-height: 34px !important ;
padding-left: 60px !important ;
}

#environment_identification:hover {
color: #dfdfdf !important ;
}