
body
{
  background-color: white;
}

*
{
  font-family: Arial, Verdana;
}

#frame
{
  position: absolute;
  top: 30px;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  text-align: center;
}

.desc
{
  text-align: left;
  line-height: 40px;
  font-size: 30px;
}

#error
{
  line-height: 40px;
  font-size: 30px;
  color: red;
}

#footer
{
  font-size: 11px;
}

#button
{
  width: 250px;
  height: 45px;
  background-image: url('../image/button_download.png');
  background-position: center;
  cursor: pointer;
}

.block
{
  width: 100%;
  padding: 5px;
  background-color: #e1ffe2;
  border: 1px solid #00bf04;
}

.small
{
  font-size: 10px;
}

a
{
  color: #00bf04;
  font-weight: normal;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}

b
{
  color: #00bf04;
}

input
{
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: gray;
  background-image: url('../image/form_bg.jpg');
  border: 1px solid #00bf04;
  padding: 3px;
}

img
{
  border: 1px solid #00bf04;
}

