.qe_content {
  position: relative;
  border: dashed 1px #CCC;
}

.qe_content .qe_content_label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #EEE;
  color: #000;
}

.qe_content .qe_admin {
  border-top: dashed 1px #CCC;
  border-bottom: dashed 1px #CCC;
  margin-bottom: 4px;
}


.qe_content .qe_admin {
  position: relative;
}

.qe_content .qe_admin .toolbar {
  position: absolute;
  background-color: #EEE;
  top: 0;
  right: 0;
  z-index: 888;
}

.qe_content .qe_admin .toolbar img {
  display: block;
  padding: 0 2px;
  border: 0;
}


.qe_content .cms_add {
  margin: 4px;
  border-bottom: solid 1px #CCC;
  font-size: 10px;
  text-align: right;
}

.qe_content .cms_add:hover {
  border-bottom: solid 1px #3800CA;
}

.qe_content .cms_add img {
  height: 8px;
  border: 0;
}

.qe_content .cms_add a {
  padding: 1px;
  text-decoration: none;
  color: #3800CA;
}

.qe_content .cms_add a:hover {
  color: #000;
}


.qe_content .qe_admin textarea.qe_form {
  width: 99%;
  height: 20em;
  border: solid 1px #999;
  padding: 1px;
}

.qe_content .qe_admin input.qe_form {
  width: 99%;
  border: solid 1px #999;
}


.qe_admin_master_toolbar,
.qe_admin_master_toolbar *{
  padding: 0;
  margin: 0;
  left: 0;
  border: 0;
  vertical-align: middle;
}

.qe_admin_master_toolbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 18px;
  font-size: 10px;
  background-color: #EEE;
  border: 0;
  border-left: solid 1px #999;
  border-bottom: solid 1px #999;
  text-align: right;
  z-index: 999;
}

body {
  margin-top: 19px;
}

.qe_admin_master_toolbar .logo {
  position: absolute;
  top:0;
  left: 0;
}

