body {
  background-color: #42f5b3;
  font-family: Arial;
}
#footer {
  height: 30px;
  vertical-align: middle;
  text-align: right;
  clear: both;
  padding-right: 3px;
  background-color: #317082;
  margin-top: 2px;
  width: 790px;
}
#footer form {
  margin: 2px 0px 0px;
}
#dhtmlgoodies_dragDropContainer {
  border: 1px solid #317082;
  height: 350px;
  background-color: #c7fcdd;
  width: 1000px;
  -moz-user-select: none;
}
#dhtmlgoodies_dragDropContainer ul {
  padding: 2px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
#dhtmlgoodies_dragDropContainer li, #dragContent li, li#indicateDestination {
  border: 1px solid #000000;
  padding: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  background-color: #e3e2dc;
  height: 15px;
  list-style-type: none;
  cursor: pointer;
  line-height: 15px;
}
li#indicateDestination {
  border: 1px dotted #660000;
  background-color: #ffffff;
}
#dhtmlgoodies_dragDropContainer ul li.correctAnswer {
  color: #ffffff;
  background-color: green;
}
#dhtmlgoodies_dragDropContainer ul li.wrongAnswer {
  background-color: red;
  color: #ffffff;
}
div#dhtmlgoodies_listOfItems {
  padding-left: 10px;
  width: 160px;
  float: left;
  padding-right: 10px;
}
#dhtmlgoodies_listOfItems ul {
  height: 300px;
}
div#dhtmlgoodies_listOfItems div {
  border: 1px solid #999999;
}
div#dhtmlgoodies_listOfItems div ul {
  margin-left: 10px;
}
#dhtmlgoodies_listOfItems div p {
  margin: 0px 0px 5px;
  color: #0d0000;
  background-color: #38e8a8;
  padding-left: 12px;
  font-weight: bold;
}
#dhtmlgoodies_dragDropContainer .mouseover {
  border: 1px solid #317082;
  background-color: #e2ebed;
}
div#dhtmlgoodies_mainContainer {
  float: left;
  width: 790px;
}
#dhtmlgoodies_mainContainer div {
  border: 1px solid #999999;
  margin-right: 20px;
  float: right;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 175px;
}
#dhtmlgoodies_mainContainer div ul {
  margin-left: 10px;
}
#dhtmlgoodies_mainContainer div p {
  margin: 0px 0px 5px;
  padding: 0px 0px 0px 12px;
  font-weight: bold;
  background-color: #38e8a8;
  color: #0d0000;
}
#dhtmlgoodies_mainContainer ul {
  border:  none;
  overflow: hidden;
  width: 160px;
  height: 80px;
  margin-bottom: 0px;
}
#dragContent {
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 150px;
  height: 15px;
  display: none;
  z-index: 2000;
}
#dragDropIndicator {
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 7px;
  height: 10px;
  display: none;
  z-index: 1000;
}
.style1 {
  color: #ff0000;
}
