

#dragSwitch {
  width:250px;
  border: 1px solid #ff0000; 
  background-color: #fff; 
  right:10px;
  padding:4px;
  position:absolute;
  top:10px;
  z-index:1000;
  height:auto;  
}


#dragSwitch h1{
  padding:2px;
  background:#fff url('/template-switch/move.gif') no-repeat right center scroll;
  margin-bottom:10px;
  cursor: move; 
}

#switcher form{
  display:block;
}

#switcher select{
  float:none;
  display:inline;
  width:auto;
}

#closeSwitch {
  font-size:0.8em;
  text-align:right;
  cursor: pointer;
  margin-top:3px;
}

#addInfoTemplate {
  font-size:0.9em;
  cursor: pointer;
  margin-top:3px;
}

#contentInfoTemplate {
  margin-top:6px;
  margin-bottom:6px;
}
