/*
  ChemWriter Override Stylesheet: Customize to suit. These selectors will not change in
                                  subsequent releases.
*/

.chemwriter .editor {
  width: 600px; height: 400px;
  position: relative;
  background-color: #aaaaaa;
  font-family: Verdana, Arial, sans-serif;
  cursor: default;
  border: 3px solid #aaaaaa;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius:5px;
}
.chemwriter .painter {
  margin-right: 5px;
  margin-bottom: 0px;
  padding: 0px;
  border:0px solid #aaaaaa;
  width: 150px; height: 150px;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}



