div.imagecontainer {
  background-color: #DFFADF;
	border: thin solid black;
}
div.createslideshow {
  background-color: #DFFADF;
}
td.title input {
  width: 15em;
}
td.name input {
  width: 15em;
}
td.description input {
  width: 30em;
}
input.unchanged {
  border: thin solid red;
  background-color: white;
}
input.changed {
  border: thin solid black;
  background-color: red;
}
#slideshowcontrol {
  position: absolute;
  width: 150px;
  margin: 80px 314px 0px 314px;
  text-align: center;
}
