/* GENERAL STYLES */
#survey, textarea, pre {
  font-family:Verdana;
  font-size:11px;
}
#survey ul 
{
  margin:0;
  padding:0;
  list-style:none;
  padding:0px 0px 20px 0px;
}
#survey textarea {
  width:250px;
  height:56px;
  overflow:auto;
}
#surveyDescriptions {
  padding:10px;
  margin:10px 0px 20px 0px;
  background-color:#eaeaea;
  border:1px solid black;
}
#survey pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  white-space: pre;
  white-space: -hp-pre-wrap; /* HP Printers */
  white-space: pre-line;
}

/* EDITOR PROPERTIES */

