body {
  background-color: #7fb06e;
  font-family: Lucida Bright;
  color: #373633;
}
#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;
  -moz-user-select: none;
  background-color: #bedd9a;
  width: 975px;
  height: 450px;
}
#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;
  list-style-type: none;
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 2px;
  height: 15px;
  background-color: #373633;
  line-height: 15px;
  color: #f6fedd;
}
li#indicateDestination {
  border: 1px dotted #660000;
  background-color: #ffffff;
}
#dhtmlgoodies_dragDropContainer ul li.correctAnswer {
  background-color: green;
  color: #ffffff;
}
#dhtmlgoodies_dragDropContainer ul li.wrongAnswer {
  background-color: red;
  color: #ffffff;
}
div#dhtmlgoodies_listOfItems {
  border-style: solid;
  border-width: 1px;
  padding-right: 10px;
  float: left;
  background-color: #bedd9a;
  padding-left: 10px;
  width: 160px;
  height: 435px;
}
#dhtmlgoodies_listOfItems ul {
  height: 560px;
}
div#dhtmlgoodies_listOfItems div {
  border: 1px solid #999999;
}
div#dhtmlgoodies_listOfItems div ul {
  margin-left: 10px;
}
#dhtmlgoodies_listOfItems div p {
  margin: 0px 0px 5px 11px;
  font-weight: bold;
  padding-left: 12px;
  background-color: #ffffff;
  color: #0a0000;
}
#dhtmlgoodies_dragDropContainer .mouseover {
  border: 1px solid #317082;
  background-color: #bedd9a;
}
div#dhtmlgoodies_mainContainer {
  float: left;
  width: 790px;
}
#dhtmlgoodies_mainContainer div {
  border: 1px solid #999999;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
  width: 170px;
}
#dhtmlgoodies_mainContainer div ul {
  margin-left: 10px;
}
#dhtmlgoodies_mainContainer div p {
  border-style: none;
  margin: 0px 0px 5px;
  padding: 0px 0px 0px 12px;
  font-weight: bold;
  background-color: #ffffff;
  color: #0a0000;
  opacity: 0.9;
  left: 0px;
  text-align: center;
}
#dhtmlgoodies_mainContainer ul {
  border:  none;
  overflow: hidden;
  width: 152px;
  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;
  width: 7px;
  display: none;
  position: absolute;
  height: 10px;
  z-index: 1000;
}
.style1 {
  color: #ff0000;
}
