body {
  font-family: Arial;
  font-size: 10px;
  background-color: white;
  color: #666;
  margin: auto;
}

#container {
  position: absolute;
  width: 650px;
  height: 300px;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: 300px;
}

#text {
  width: 500px;
  height: auto;
  margin-left: 300px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 5000;
  position: absolute;
}

span {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}

a, a:hover {
  color: #CC3300;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #666;
  background-color: transparent;
}

.texts {
  display:none;
}

p.font {
 color: #666;
 font-family: Arial;
 font-size: 12px;  
}

#container img {
  opacity:0;
  visibility:hidden;
}

#textfield img {
  opacity:1;
  visibility:visible;
}