div.dynacode textarea {
   width:100%;
   font-size:11px;
   border:1px solid #ddd;
}

div.dynacode input { 
   width:60px;
   font-size:11px;
   cursor:pointer;
}

div.jqmnContainer img.jqResize {
   position: absolute; 
   right: 2px; 
   bottom: 2px;
}

div.jqmnContainer {
    background-color:#fff;
    display: none;
    position: fixed;
    top:200px;
    left:200px;
    width: 500px;
    height:300px;
    border: 1px solid #000;
    padding: 0;
    text-align:left;
}
    
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmnContainer {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmnTitle{background-color:#bcbc95;height:28px;cursor:pointer;}
  
.jqmnTitle h1{
  margin: 1px 0;
  padding-left:5px;
  width: 100%;
  font-size:14px;
  color:#FFFFCC;
}

div.jqmnContainer .jqmClose {
  position: absolute;
  cursor: pointer;
  right: 7px;
  top: 7px;
}

div.jqmnContainer .jqmResize {
  position: absolute;
  cursor: pointer;
  right: 4px;
  bottom: 6px;
}

.jqmnContent{
  border-top:1px;
  color:#000;
  font:12px/18pt Comic Sans, Comic Sans MS, cursive;
  padding:5px;
  height:100%;
}