.new {
  focus-outline: 0; }
  .new body {
    background: #fff;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    color: #555; }
  .new p {
    font-size: 100%;
    line-height: inherit; }
  .new h1, .new h2, .new h3, .new h4, .new h5, .new h6, .new dt, .new th {
    color: #322a86; }
  .new a {
    color: #1b75bb;
    text-decoration: none; }
    .new a:focus, .new a:hover {
      color: #0b559b;
      text-decoration: underline; }
  .new hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0; }
  .new del {
    text-decoration: line-through;
    color: #c1191c; }
  .new .alt {
    font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
    font-style: italic;
    font-weight: normal; }
  .new .left {
    float: left; }
  .new .right {
    float: right; }
  .new .clear {
    clear: both; }
  .new .small {
    font-size: 85%; }
  .new #container {
    width: 700px;
    margin: 40px auto;
    text-align: left;
    background-color: #ffffff; }
  .new fieldset {
    border: none; }
  .new legend {
    font-size: 123.1%;
    font-weight: bold;
    color: #4D4D4D; }
  .new label {
    font-weight: bold;
    color: #4d4d4d; }
    .new label.normal {
      font-weight: normal; }
    .new label.big {
      font-size: 116%; }
  .new input {
    color: #555;
    font-size: 108%;
    font-weight: normal; }
    .new input[type="text"], .new input[type="password"] {
      width: 290px;
      background: #fdfdfd url(/images/input-bg.png) no-repeat scroll left top;
      border-color: #e5e5e5;
      border-style: solid;
      border-width: 0 1px 1px 0;
      font-size: 116%;
      margin: 0;
      padding: 7px 5px 4px; }
  .new textarea {
    width: 290px;
    height: 75px;
    background: #fff url(/images/input-bg.png) no-repeat scroll left top;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: #555;
    font-weight: normal;
    margin: 0;
    padding: 10px 10px 8px; }
  .new select {
    color: #555;
    font-size: 108%;
    font-weight: normal;
    margin: 0; }
  .new form .field {
    padding: 16px 0;
    border-top: 1px solid #e4e4e4; }
  .new fieldset > .field:first-child, .new legend + .field {
    border-top: none; }
  .new form .field label {
    display: block;
    margin-bottom: 6px; }
  .new br + input[type="text"], .new br + .fieldWithErrors {
    display: block !important;
    margin-top: 6px; }
  .new input + label, .new label.inline {
    display: inline !important;
    margin-left: 1px;
    margin-right: 8px; }
  .new input[type='radio'] + label, .new input[type='checkbox'] + label {
    vertical-align: top; }
  .new form .field-instructions {
    font-size: 85%;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    margin-top: 10px;
    margin-bottom: -5px; }
  .new form .field-error {
    font-size: 85%;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    margin-top: 10px;
    margin-bottom: -5px;
    font-weight: bold;
    color: #ac4e4e; }
  .new .file-upload input[type="file"] {
    margin-top: 10px;
    font-size: 116%; }
  .new input[type="button"], .new input[type="submit"] {
    display: block;
    background: transparent url("/images/button-small.png") top left no-repeat;
    text-align: center;
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
    color: #3d3c39;
    width: 89px;
    height: 31px;
    border: none;
    line-height: 31px;
    overflow: visible;
    margin: 10px 5px 10px 0; }
  .new input[type="button"]:hover, .new input[type="submit"]:hover {
    color: #322a86; }
  .new .fieldWithErrors {
    display: inline;
    color: #bb3636; }
    .new .fieldWithErrors input[type="text"], .new .fieldWithErrors input[type="password"] {
      background: #f7deda url(/images/error-bg.png) no-repeat scroll left top;
      border-color: #e0a3a3;
      border-style: solid;
      border-width: 0 1px 1px 0;
      color: #ac4e4e; }
    .new .fieldWithErrors textarea {
      background: #f7deda url(/images/error-bg.png) no-repeat scroll left top;
      border-color: #e0a3a3;
      border-style: solid;
      border-width: 0 1px 1px 0;
      color: #ac4e4e; }
  .new #errorExplanation p {
    display: none; }
  .new #errorExplanation h2 {
    margin: 15px 0;
    font-size: 116%;
    background: #f7deda;
    padding: 16px;
    color: #ac4e4e;
    border: 1px solid #e0a3a3; }
  .new #errorExplanation ul {
    display: none;
    margin: 15px 0;
    background: #f7deda;
    padding: 16px;
    color: #ac4e4e;
    border: 1px solid #e0a3a3; }
    .new #errorExplanation ul li {
      height: auto;
      border: none;
      display: block; }
  .new #flash #flash_notice {
    margin: 15px 0;
    border: 1px solid #d6d6a2;
    background: #fefcbf;
    color: #7c7c39;
    padding: 16px; }
  .new #flash #flash_success {
    margin: 15px 0;
    border: 1px solid #b1ccb2;
    background: #d9e9d6;
    color: #679e5e;
    padding: 16px; }
  .new #flash #flash_failure {
    margin: 15px 0;
    border: 1px solid #e0a3a3;
    background: #f7deda;
    color: #ac4e4e;
    padding: 16px; }
  .new #flash p {
    margin: 0.5em 0;
    padding: 0; }
