.detail {
  position: relative;
  float:left;
  width:85%;
}

#command {
  position: relative;
  float: left;
  width:15%;
  top:0;
  text-align: center;
}

.cmd{
  width:80px;
  height:50px;
  margin: 2px 2px 2px 2px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid black;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  background: #cccccc;
  text-align: center;
}

.cmd:hover
{
  background: #eeeeee;
}

.cmd:active
{
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid black;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid black;
}


