/* CSS Document */
body {
  background: #fff;
}

#conf_floatingPane,#addpage_floatingPane,#copypage_floatingPane,#addmodule_floatingPane,#copymodule_floatingPane,#modpage_floatingPane, #modmod_floatingPane, #modcontent_floatingPane {
    width: 600px;
    height:350px;
  	text-align:left;
  	font-size: 10px;
    }

#addpage .row .col1, #modpage .row .col1{
  width: 70px;
}

#addpage .row .col2, #modpage .row .col2 {
  width: 205px;
}

#addpage .row .col4, #modpage .row .col4 {
  width: 80px;
  margin-right: 5px;
}

#addpage .row .remove, #modpage .row .remove {
  width: 20px;
}

#addpage .row .inputarea,#addpage .row .inputarea_error, #modpage .row .inputarea,#modpage .row .inputarea_error {
  width: 250px;
}

#modcontent .row .inputhuge,#modcontent .row .inputhuge_error {
  width: 550px;
  height: 600px;
}

#addpage .row .inputtiny,#addpage .row .inputtiny_error,#modpage .row .inputtiny,#modpage .row .inputtiny_error {
  width: 40px;
}

#addpage .row .shortselect,#addpage .row .shortselect_error, #modpage .row .shortselect,#modpage .row .shortselect_error {
  width: 80px;
}

#addpage .row .col4,#modpage .row .col4 {
  width: 18px;
  height: 18px;
}

