body { margin: 0; padding: 0; background-color: #fff; }
div#wrapper { position:absolute; left: 50%; top: 0; width: 500px; height: 350px; margin-left: -250px; }
div#radio { padding: 20px; }
div#notice { 
  color: #000;
  padding: 10px;
  position: absolute;
  top: 350px;
  left: 50%;
  margin: 5px 0 0 -250px;
  width: 478px;
  font-family: arial;
  font-size: 0.8em;
  background-color: #eee;
  border: 1px solid #ccc;
}
a.widget { background: url('widget/widgeticon.gif') no-repeat 0 0; padding-left: 25px; }
a#hidewidgetmsg { float: right; position: absolute; right: 0; margin-right: 10px; }
div#notice a { text-decoration: none; color: #3F4C6B; }
