body {
  text-align: center;
  font-size: 10px;
  font-family: sans-serif;
}

img {
  border: 0;
  margin: 0px;
  padding: 0px;
}

.goalset {
  border-bottom: 1px solid #eee;
  width: 500px;
  background: #fff;
  margin: 2px auto;
  text-align: left;
  position: relative;
  padding: 2px;
  z-index: 1;
}

.goal {
  text-align: right;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 2px;
  right: 3px; }

.hide { display: none; }

#copy { width: 450px; font-size: 10px; margin: auto; }
a, .red { color: #d00; }


#bg {
  z-index: 4;
  background: #fff;
  opacity: 0.75;
  filter:alpha(opacity=75);
  -moz-opacity:0.75;
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  width: 100%; height: 100%;
  cursor: pointer;
}

#msg {
  z-index: 5;
  background: #fff;
  top: 65px; left: 50%;
  margin-left: -200px;
  width: 400px;
  border: 1px solid #000;
  padding: 5px 0 10px;
  position: absolute;
  text-align: center;
  cursor: pointer;
}

#alertlogo {
  padding: 0 5px 4px;
  margin: 0 auto 5px 0;
  border-bottom: 1px solid #eee;
  text-align: left;
  vertical-align: center;
}

#msgtxt {
  margin: 0 20px 0 70px ;
  text-align: justify;
  line-height:1.6em;
  letter-spacing:0.1em;
}

#msgimg {
  float: left;
  margin: 15px 10px;
}

#preload {
  position: absolute;
  top: -100px;
  left: 0;
  height: 50px;
  overflow: hidden;
  width: 100px;
}

.pile, .slot { cursor:pointer; }
