.nojavascript {
  left: 11.5em;
  top: 10em;
  position: absolute;
  z-index: 100;
}

.nojavascriptnotification {
  font-size: 90%;
  text-align: center;
}

.nojavascript .tooltip .tooltip-tl {
  background: transparent url(../images/tooltip_tl.png) no-repeat scroll 0 0;
  width: 25em;
}

.nojavascript .tooltip .tooltip-tl .tooltip-tr {
  background: transparent url(../images/tooltip_tr.png) no-repeat scroll 100% 0;
  padding: 0 0.5em;
}

.nojavascript .tooltip .tooltip-tl .tooltip-tr .tooltip-t {
  background: transparent url(../images/tooltip_t.png) repeat-x scroll 0 0;
  height: 0.5em;
}

.nojavascript .tooltip .tooltip-l {
  background: transparent url(../images/tooltip_l.png) repeat-y scroll 0 0;
  width: 25em;
}

.nojavascript .tooltip .tooltip-l .tooltip-r {
  background: transparent url(../images/tooltip_r.png) repeat-y scroll 100% 0;
  padding: 0 0.5em;
}

.nojavascript .tooltip .tooltip-l .tooltip-r .tooltip-m {
  background: #ffffff none repeat scroll 0 0;
  overflow:hidden;
}

.nojavascript .tooltip .tooltip-bl {
  background: transparent url(../images/tooltip_bl.png) no-repeat scroll 0 0;
  width: 25em;
}

.nojavascript .tooltip .tooltip-bl .tooltip-br {
  background: transparent url(../images/tooltip_br.png) no-repeat scroll 100% 0;
  padding: 0 0.5em;
}

.nojavascript .tooltip .tooltip-bl .tooltip-br .tooltip-b {
  background: transparent url(../images/tooltip_b.png) repeat-x scroll 0 0;
  height: 2em;
}
