body{
  text-align:center;
  font: 0.85em Trebuchet MS;
  background-color: #aeaeae;
}
#box{
  position:relative;
  text-align:center;
  width: 40em;
  margin: 20px auto;
  background: #454545 url("forza.png") no-repeat top center;
  padding-top:70px;
  border:1px #FFF solid;
}
table, input, select{
  font-family: Trebuchet MS;
  text-align:left;
}
select{
  background-color: #454545;
  color: #aeaeae;
}
input{
  background-color: #454545;
  border:1px Solid #aeaeae;
  color: #FFCC00;
}
table{
  margin:25px;
  background-color: #454545;
  color: #aeaeae;
}
td{
  margin-left: 10px;
}
th{
  text-align:left;
  text-decoration:underline;
}
h1{
  color: #FFF;
  font: 125% Trebuchet MS;
}
h6{
  font: 75% Arial;
  color: #000;
}
a{
  color:#FFCC00;
  text-decoration:none;
}
p{
  margin-left: 10px;
  text-align:left;
  color:#aeaeae;
}
b{
  color:#FFF;
  font-weight:500;
}

.comment{  
  position:relative;
  /*width: 32em;*/
  margin: 25px auto;
  border:1px #F60 dashed;
  margin:30px;
}
.comment h1{
text-indent:5px;
  font-size:80%;
  display:block;
  float:left;
  text-align:left;
  margin-top: -1px;
  color:#333;
}
.comment h2{
  margin-top: -0.4px;
  font-size:80%;
  font-weight:500;
  background-color: #79776E;
  color:#3300FF;
  text-align:right;
}
.comment p{
  clear:both;
  font-size:80%;
  color:#BBB;
}
textarea{
  width:270px;
  height:60px;
}
