#static {
  background-color: white;
  text-align: justify;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #666; }
  #static > a {
    color: red; }
  #static hr {
    color: #A5A79A;
    background-color: #A5A79A;
    border: 0;
    height: 2px; }
  #static h2 {
    color: #dd0000 !important;
    font-size: 1.2em;
    font-weight: normal; }
  #static form textarea, #static form input[type=text] {
    display: block;
    font-family: inherit; }
  #static form input#static_title {
    background-color: #E3E4DF;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    width: 560px;
    padding: 0; }
  #static form textarea {
    width: 606px;
    height: 800px;
    font-size: 12px;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-top: 1em; }

div.root ul {
  font-size: 20px;
  list-style-image: url(/images/drag_handle.png) !important;
  margin-top: 0; }
div.root li {
  border: 1px solid black;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  width: 250px;
  text-transform: uppercase; }
