@charset "utf-8";
#right{
  float:right;
  _display:inline;
  width:600px;
  background:#fff;
}
#left{
  float:left;
  _display:inline;
  width:450px;
  background:#fff;
}
.wrapper{
  text-align:center;
}
table{
  width:800px;
  margin:10px auto;
  border-collapse:collapse;
}
th,
td{
  padding:15px 10px;
  border:1px solid #ddd;
  line-height:1.8;
  text-align:left;
}
th{
  width:30%;
  color:#999;
  font-weight:normal;
  background:#fafafa;
}
p.button{
  margin:50px 0;
  text-align:center;
}
p.button input{
  width:100px;
}
.error-message{
  color:#f50;
  font-weight:bold;
}
