/* these are styles used by the CMS on the *front* end of the site */

.editable {
  position:relative;
}

.red-dot {
  position:absolute;
  top:-15px;
  left:0;
}

.red-dot a {
  display:block;
  color:red;
  width:15px;
  height:15px;
  text-decoration:none;
  text-indent:-9999px;
  outline:0;
  background: transparent url(/adminzone/images/red-dot.png) top left no-repeat;
}

.edit-list a {
  display:block;
  color:red;
  width:70px;
  height:20px;
  text-decoration:none;
  text-indent:-9999px;
  outline:0;
  background: transparent url(/adminzone/images/edit-list.png) top left no-repeat;
}

.logout {
  position:absolute;
  left:10px;
  top:10px;
  color:red;
  font-weight:bold;
}

.message {
  border: 1px solid red;
  background:#fff;
  padding:5px;
  margin:5px;
  font-size:1.2em;
}

#feedback-download {
  position:absolute;
  left:50px;
  top:10px;
}

