body {
  text-align: center;
}
#wrapper {
  text-align: center;
  margin: 0px auto;
  width: 90%;
}
#header {
  text-align: center;
  margin:0px auto;
}
#header h1 {
  position: relative;
  width : 222px;
  height: 61px;
}
#header h1 img {
  position: absolute;
  border:0px;
  top:0px;
  left:0px;
  z-index: 1;
}

#main {
  text-align: left;
}
form {
  background-color: white;
  border: 0px;
}
textarea {
  font-size: x-small;
}

#fontlistzone {
  float: left;
  height:100%;
  width :250px;
}
#description {
  float: left;
  height:100%;
  width:60%;
}
#fontlist {
  width: 200px;
  height: 400px;
}
#fontlist-result {
  background-color:#ddd;
}
.clear {
  clear :both;
}
.submit {
  background-color: orange;
}
ul {
  list-style-position: outside;
}
ol li{
  list-style-position: outside;
  margin-left :10px;
  padding-left:10px;
}
div#htmltagcloud {
  border: 1px solid #ccc;
  line-height: normal;
}
hr {
  color:#ccc;
  background-color:#ccc;
  height:1px;
}
