textarea#english_box {
  width: 700px;
  height: 250px;
  border: 2px solid #000000;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  padding: 10px;
  font-family: Sans-serif;
  background: #ffffff url('images/1_a.png') no-repeat center; 
}

textarea#french_box {
  width: 700px;
  height: 250px;
  border: 2px solid #000000;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  padding: 10px;
  font-family: Sans-serif;
  background: #ffffff url('images/1_b.png') no-repeat center; 
}

ul {
  list-style: square;
}

li {
  margin-left: -5px;
}

.key {
  background: #ffffff;
  font-size: 13px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 5px;
  font-family: Sans-serif;
  width: 495px;
  height: 240px;
  border: 2px solid #000000;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
}

.key .heading {
  font-size: 14px;
  font-weight: bold;
}

