.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: #333; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a img {
    border: 0; }

.wrapper {
  width: 960px;
  margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

input[type="text"],
input[type="submit"],
textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px; }
  input[type="text"]:focus,
  input[type="submit"]:focus,
  textarea:focus {
    color: #000; }

#content {
  width: 100%;
  background: #f0f0f0;
  padding: 0 0 50px 0; }
  #content #main {
    background: #fff;
    border-radius: 5px;
    padding: 0 10px;
    width: 940px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
    #content #main .ad-spot {
      text-align: center;
      width: 940px;
      padding: 10px 0; }

#header {
  height: 50px;
  background-color: #a80906;
  background-image: -moz-linear-gradient(top, #a80906, #911b15);
  /* FF3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a80906), color-stop(1, #911b15));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#a80906, #911b15);
  /* Chrome 10+, Saf6 */
  background-image: -ms-linear-gradient(top, #a80906, #911b15);
  /* FF3.6 */
  background-image: linear-gradient(top, #a80906, #911b15);
  -webkit-box-shadow: 0 2px 0 white, inset 0 1px 0 #e20f0a;
  -moz-box-shadow: 0 2px 0 white, inset 0 1px 0 #e20f0a;
  box-shadow: 0 2px 0 white, inset 0 1px 0 #e20f0a;
  border-bottom: 1px solid #410404; }
  #header a {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    font-size: 13px;
    font-weight: bold; }
    #header a:hover {
      text-decoration: none; }

#state-dropdown {
  float: left;
  position: relative;
  margin: 8px 0;
  height: 34px; }
  #state-dropdown a#state-dropdown-root {
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    display: block;
    position: relative;
    padding: 0 30px 0 10px;
    background-color: #c90400;
    background-image: -moz-linear-gradient(top, #c90400, #a50600);
    /* FF3.6 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c90400), color-stop(1, #a50600));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(#c90400, #a50600);
    /* Chrome 10+, Saf6 */
    background-image: -ms-linear-gradient(top, #c90400, #a50600);
    /* FF3.6 */
    background-image: linear-gradient(top, #c90400, #a50600);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), inset 0 1px 0 #f20700;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), inset 0 1px 0 #f20700;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), inset 0 1px 0 #f20700; }
    #state-dropdown a#state-dropdown-root img {
      position: absolute;
      right: 10px;
      top: 13px; }
    #state-dropdown a#state-dropdown-root:hover {
      background-color: #e10400;
      background-image: -moz-linear-gradient(top, #e10400, #b70700);
      /* FF3.6 */
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e10400), color-stop(1, #b70700));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(#e10400, #b70700);
      /* Chrome 10+, Saf6 */
      background-image: -ms-linear-gradient(top, #e10400, #b70700);
      /* FF3.6 */
      background-image: linear-gradient(top, #e10400, #b70700); }
  #state-dropdown #states-list-menu {
    position: absolute;
    left: 0;
    top: 35px;
    height: 190px;
    width: 600px;
    /*sizes have to be changed manually to achieve wide menu dimensions*/
    padding: 15px 15px 10px 15px;
    border-radius: 5px;
    background: url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/black-90.png);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
    z-index: 100;}
    #state-dropdown #states-list-menu li {
      padding: 0 0 3px 0;
      float: left;
      width: 120px; }
      #state-dropdown #states-list-menu li a {
        display: block;
        font-size: 12px;
        color: #fff;
        font-weight: bold; }
        #state-dropdown #states-list-menu li a:hover {
          color: #fc0; }

#nav {
  float: right;
  margin: 8px 0; }
  #nav li {
    float: left;
    margin: 0 0 0 10px; }
    #nav li a, #nav li.greeting {
      height: 34px;
      line-height: 34px;
      display: block;
      -webkit-transition: color .1s ease-in;
      -moz-transition: color .1s ease-in; }
      #nav li a:hover {
        color: #fc0; }
      #nav li a#sign-up {
        background: blue;
        border-radius: 4px;
        padding: 0 10px;
        background-color: #ffba17;
        background-image: -moz-linear-gradient(top, #ffba17, #e58800);
        /* FF3.6 */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffba17), color-stop(1, #e58800));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(#ffba17, #e58800);
        /* Chrome 10+, Saf6 */
        background-image: -ms-linear-gradient(top, #ffba17, #e58800);
        /* FF3.6 */
        background-image: linear-gradient(top, #ffba17, #e58800);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 #ffff2e;
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 #ffff2e;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 #ffff2e;
        text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); }
        #nav li a#sign-up:hover {
          color: #fff;
          background-color: #ffc437;
          background-image: -moz-linear-gradient(top, #ffc437, #ff9b0d);
          /* FF3.6 */
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc437), color-stop(1, #ff9b0d));
          /* Saf4+, Chrome */
          background-image: -webkit-linear-gradient(#ffc437, #ff9b0d);
          /* Chrome 10+, Saf6 */
          background-image: -ms-linear-gradient(top, #ffc437, #ff9b0d);
          /* FF3.6 */
          background-image: linear-gradient(top, #ffc437, #ff9b0d); }
#nav li.greeting {
  margin-right: 1em;
  color: #fc0 !important;
}
#subheader {
  width: 100%;
  background: #f0f0f0;
  padding: 20px 0; }

#subheader-left {
  float: left;
  width: 630px; }
  #subheader-left h2 {
    width: 630px;
    font-size: 14px;
    color: #363636;
    display: block; }

#logo {
  float: left;
  width: 630px; }
  #logo h1 {
    text-indent: -9999px;
    width: 244px;
    height: 50px;
    background: url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/spotcrime-logo.png);
    float: left; }
  #logo #social-buttons {
    float: left;
    margin: 18px 0 0 3px; }

#cse-search-box {
  float: right;
  width: 330px;
  margin: 15px 0 0 0; }
  #cse-search-box input[type="text"] {
    float: left !important;
    width: 275px !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-right: 0 !important;
    padding: 7px 5px !important; }
    #cse-search-box input[type="text"]:focus {
      color: #000 !important; }
  #cse-search-box input[type="submit"] {
    width: 42px;
    float: left;
    height: 32px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #300;
    text-align: center;
    padding: 0;
    cursor: pointer;
    background-color: #eb1a23;
    background-image: -moz-linear-gradient(top, #eb1a23, #aa0202);
    /* FF3.6 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eb1a23), color-stop(1, #aa0202));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(#eb1a23, #aa0202);
    /* Chrome 10+, Saf6 */
    background-image: -ms-linear-gradient(top, #eb1a23, #aa0202);
    /* FF3.6 */
    background-image: linear-gradient(top, #eb1a23, #aa0202);
    -webkit-box-shadow: inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
    -moz-box-shadow: inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
    box-shadow: inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    color: #fff; }

.map-top {
  background-color: #555555;
  background-image: -moz-linear-gradient(top, #555555, #333333);
  /* FF3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555555), color-stop(1, #333333));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#555555, #333333);
  /* Chrome 10+, Saf6 */
  background-image: -ms-linear-gradient(top, #555555, #333333);
  /* FF3.6 */
  background-image: linear-gradient(top, #555555, #333333);
  -webkit-box-shadow: inset 0 1px 0 #999999;
  -moz-box-shadow: inset 0 1px 0 #999999;
  box-shadow: inset 0 1px 0 #999999;
  border: 1px solid #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 918px;
  padding: 10px; }
  .map-top input[type="text"] {
    border-radius: 3px;
    border: 1px solid #000;
    padding: 23px 20px;
    background: #fff;
    font-size: 22px;
    -webkit-box-shadow: 0 1px 0 #777777;
    -moz-box-shadow: 0 1px 0 #777777;
    box-shadow: 0 1px 0 #777777;
    float: left; }
  .map-top input[type="submit"] {
    height: 72px;
    line-height: 72px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }

#crimes-search input[type="text"] {
  width: 640px; }
#crimes-search input[type="submit"] {
  float: right;
  width: 230px;
  background: #eb1a2e url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/update-location.png) 10px 18px no-repeat;
  background: url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/update-location.png) 10px 18px no-repeat, -webkit-linear-gradient(top, #eb1a23, #aa0202);
  background: url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/update-location.png) 10px 18px no-repeat, -moz-linear-gradient(top, #eb1a23, #aa0202);
  background: url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/update-location.png) 10px 18px no-repeat, -ms-linear-gradient(top, #eb1a23, #aa0202);
  -webkit-box-shadow: inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  -moz-box-shadow: inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  box-shadow: inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
  padding: 0 0 0 35px; }

#get-alerts #alerts-info {
  float: left;
  width: 310px; }
  #get-alerts #alerts-info strong {
    color: #fff;
    text-shadow: 0 -1px 1px black;
    font-size: 18px;
    width: 310px;
    display: block;
    margin: 5px 0 0 0; }
  #get-alerts #alerts-info span {
    display: block;
    font-size: 14px;
    color: #fff;
    margin: 5px 0 0 0; }
  #get-alerts #alerts-info a {
    margin: 5px 0 0 0;
    display: block;
    text-decoration: underline;
    color: #888; }
#get-alerts input[type="text"] {
  width: 396px;
  margin: 0 0 0 10px; }
#get-alerts input[type="submit"] {
  float: left;
  margin: 0 0 0 5px;
  width: 155px;
  background-color: #ffbb17;
  background-image: -moz-linear-gradient(top, #ffbb17, #e58a00);
  /* FF3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffbb17), color-stop(1, #e58a00));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#ffbb17, #e58a00);
  /* Chrome 10+, Saf6 */
  background-image: -ms-linear-gradient(top, #ffbb17, #e58a00);
  /* FF3.6 */
  background-image: linear-gradient(top, #ffbb17, #e58a00);
  -webkit-box-shadow: inset 0 1px 0 #ffff40, inset 0 0 0 1px #efb800;
  -moz-box-shadow: inset 0 1px 0 #ffff40, inset 0 0 0 1px #efb800;
  box-shadow: inset 0 1px 0 #ffff40, inset 0 0 0 1px #efb800; }

#map-bottom {
  background-color: #555555;
  background-image: -moz-linear-gradient(top, #555555, #333333);
  /* FF3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555555), color-stop(1, #333333));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#555555, #333333);
  /* Chrome 10+, Saf6 */
  background-image: -ms-linear-gradient(top, #555555, #333333);
  /* FF3.6 */
  background-image: linear-gradient(top, #555555, #333333);
  -webkit-box-shadow: inset 0 1px 0 #999999;
  -moz-box-shadow: inset 0 1px 0 #999999;
  box-shadow: inset 0 1px 0 #999999;
  border: 1px solid #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 918px;
  padding: 10px; }
  #map-bottom #map-legend {
    border: 1px solid #000;
    border-radius: 3px;
    background-color: white;
    background-image: -moz-linear-gradient(top, white, #dbdbdb);
    /* FF3.6 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #dbdbdb));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(white, #dbdbdb);
    /* Chrome 10+, Saf6 */
    background-image: -ms-linear-gradient(top, white, #dbdbdb);
    /* FF3.6 */
    background-image: linear-gradient(top, white, #dbdbdb);
    font-size: 14px;
    font-weight: bold;
    color: #363636;
    padding: 2px 0; }
    #map-bottom #map-legend li {
      float: left;
      height: 40px;
      line-height: 40px;
      margin: 0 0 0 9px;
      padding: 0 0 0 40px;
      background: url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/legend-icons.png);
      background-repeat: no-repeat; }
      #map-bottom #map-legend li.arrest {
        background-position: 0 0; }
      #map-bottom #map-legend li.arson {
        background-position: 0 -40px; }
      #map-bottom #map-legend li.assault {
        background-position: 0 -80px; }
      #map-bottom #map-legend li.burglary {
        background-position: 0 -120px; }
      #map-bottom #map-legend li.robbery {
        background-position: 0 -160px; }
      #map-bottom #map-legend li.shooting {
        background-position: 0 -200px; }
      #map-bottom #map-legend li.theft {
        background-position: 0 -240px; }
      #map-bottom #map-legend li.vandalism {
        background-position: 0 -280px; }
      #map-bottom #map-legend li.other {
        background-position: 0 -320px; }

#map-side-legend {
  background-color: #555555;
  background-image: -moz-linear-gradient(top, #555555, #333333);
  /* FF3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555555), color-stop(1, #333333));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#555555, #333333);
  /* Chrome 10+, Saf6 */
  background-image: -ms-linear-gradient(top, #555555, #333333);
  /* FF3.6 */
  background-image: linear-gradient(top, #555555, #333333);
  -webkit-box-shadow: inset 0 1px 0 #999999;
  -moz-box-shadow: inset 0 1px 0 #999999;
  box-shadow: inset 0 1px 0 #999999;
  border: 1px solid #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 120px;
  height: 510px;
  padding: 10 0px; }
  #map-side-legend #map-legend-list {
    height: 99%;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: white;
    background-image: -moz-linear-gradient(top, white, #dbdbdb);
    /* FF3.6 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #dbdbdb));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(white, #dbdbdb);
    /* Chrome 10+, Saf6 */
    background-image: -ms-linear-gradient(top, white, #dbdbdb);
    /* FF3.6 */
    background-image: linear-gradient(top, white, #dbdbdb);
    font-size: 14px;
    font-weight: bold;
    color: #363636;
    padding: 2px 0; }
    #map-side-legend #map-legend-list li {
      height: 40px;
      line-height: 40px;
      margin: 15px 0 0 4px;
      padding: 0 0 0 40px;
      background: url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/legend-icons.png);
      background-repeat: no-repeat; }
      #map-side-legend #map-legend-list li.arrest {
        background-position: 0 0; }
      #map-side-legend #map-legend-list li.arson {
        background-position: 0 -40px; }
      #map-side-legend #map-legend-list li.assault {
        background-position: 0 -80px; }
      #map-side-legend #map-legend-list li.burglary {
        background-position: 0 -120px; }
      #map-side-legend #map-legend-list li.robbery {
        background-position: 0 -160px; }
      #map-side-legend #map-legend-list li.shooting {
        background-position: 0 -200px; }
      #map-side-legend #map-legend-list li.theft {
        background-position: 0 -240px; }
      #map-side-legend #map-legend-list li.vandalism {
        background-position: 0 -280px; }
      #map-side-legend #map-legend-list li.other {
        background-position: 0 -320px; }


#crimes-list {
  margin: 8px 0 0 0; }
  #crimes-list li {
    background: #f8f8f8;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    width: 938px;
    height: 40px;
    margin: 2px 0 0 0; 
    cursor: pointer;
    }
    #crimes-list li span {
      display: inline-block;
      width: 48px;
      height: 40px;
      border-right: 1px solid #dfdfdf;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      background: #e9e9e9 url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/crimes-icons.png);
      background-repeat: no-repeat;
      float: left; }
    #crimes-list li .right {
      float: right;
      margin: 2px 5px; }
      #crimes-list li .right h5, #crimes-list li .right h6 {
        font-size: 12px;
        font-weight: normal;
        color: #999;
        text-align: right;
        margin: 2px 0 0 0; }
    #crimes-list li.arrest span {
      background-position: 0 0; }
    #crimes-list li.arson span {
      background-position: 0 -40px; }
    #crimes-list li.assault span {
      background-position: 0 -80px; }
    #crimes-list li.burglary span {
      background-position: 0 -120px; }
    #crimes-list li.robbery span {
      background-position: 0 -160px; }
    #crimes-list li.shooting span {
      background-position: 0 -200px; }
    #crimes-list li.theft span {
      background-position: 0 -240px; }
    #crimes-list li.vandalism span {
      background-position: 0 -280px; }
    #crimes-list li.other span {
      background-position: 0 -320px; }

#footer {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 0 0; }
  #footer p {
    font-size: 10px;
    color: #777;
    margin: 10px 0 150px 0;
    float: left; }
  #footer a {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    display: block; }

#footer-left {
  float: left;
  width: 570px; }
  #footer-left strong {
    color: #fff; }
  #footer-left ul {
    display: block;
    float: left;
    width: 570px;
    margin: 5px 0 0 0; }
    #footer-left ul li {
      float: left; }
    #footer-left ul#footer-links li {
      margin: 0 3px 0 0; }
      #footer-left ul#footer-links li a {
        padding: 0 8px 0 0;
        height: 13px;
        line-height: 13px;
        background: url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/middot.png) right 6px no-repeat; }
      #footer-left ul#footer-links li:last-child a {
        padding: 0;
        background: none; }
    #footer-left ul#social-links li {
      margin: 0 3px 0 0; }

#footer-right {
  float: right; }
  #footer-right a {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase; }
  #footer-right ul {
    float: left;
    width: 140px;
    margin: 0 0 0 10px; }
    #footer-right ul li {
      height: 10px;
      margin: 0 0 10px 0; }

#modal {
  height: 100%;
  width: 100%;
  background: url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/black-90.png);
  position: absolute;
  z-index: 10; }
  #modal #modal-window {
    width: 660px;
    margin: 300px auto;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 20px black;
    -moz-box-shadow: 0 0 20px black;
    box-shadow: 0 0 20px black; }
    #modal #modal-window a#modal-close {
      width: 30px;
      height: 30px;
      position: absolute;
      top: -10px;
      right: -10px;
      display: block;
      background: url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/modal-close.png); }
  #modal #modal-header {
    background-color: #555555;
    background-image: -moz-linear-gradient(top, #555555, #333333);
    /* FF3.6 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555555), color-stop(1, #333333));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(#555555, #333333);
    /* Chrome 10+, Saf6 */
    background-image: -ms-linear-gradient(top, #555555, #333333);
    /* FF3.6 */
    background-image: linear-gradient(top, #555555, #333333);
    border: 1px solid #000;
    border-radius: 3px;
    height: 54px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    margin: 0 0 10px 0; }
    #modal #modal-header.get-alerts-modal-header {
      padding: 0 0 0 50px;
      background: #444444 url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/modal-location-icon.png) 10px 10px no-repeat;
      background: url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/modal-location-icon.png) 10px 10px no-repeat, -webkit-linear-gradient(top, #555555, #333333);
      background: url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/modal-location-icon.png) 10px 10px no-repeat, -moz-linear-gradient(top, #555555, #333333);
      background: url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/modal-location-icon.png) 10px 10px no-repeat, -ms-linear-gradient(top, #555555, #333333); }
      #modal #modal-header.get-alerts-modal-header h2 {
        color: #fff;
        font-size: 16px;
        text-shadow: 0 -1px 1px black;
        margin: 8px 0 0 0; }
      #modal #modal-header.get-alerts-modal-header h3 {
        font-weight: normal;
        color: #fff;
        font-size: 16px;
        text-shadow: 0 -1px 1px black; }
  #modal label {
    display: block;
    font-size: 14px;
    font-weight: bold; }
  #modal input[type="text"] {
    float: left;
    width: 470px;
    border-radius: 3px;
    padding: 10px;
    font-size: 22px;
    border: 1px solid #ccc; }
  #modal input[type="submit"] {
    width: 158px;
    float: right;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #300;
    text-align: center;
    padding: 0;
    cursor: pointer;
    background-color: #eb1a23;
    background-image: -moz-linear-gradient(top, #eb1a23, #aa0202);
    /* FF3.6 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eb1a23), color-stop(1, #aa0202));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(#eb1a23, #aa0202);
    /* Chrome 10+, Saf6 */
    background-image: -ms-linear-gradient(top, #eb1a23, #aa0202);
    /* FF3.6 */
    background-image: linear-gradient(top, #eb1a23, #aa0202);
    -webkit-box-shadow: inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
    -moz-box-shadow: inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
    box-shadow: inset 0 1px 0 #ff7f7f, inset 0 0 0 1px #cd0000;
    font-weight: bold;
    font-size: 22px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    color: #fff; }

.signup-errors {
	color: red;
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 4px;
	display:none;
	font-size: 120%;
}
a.signup-hide {
	float: left;
}
#get-alerts{
    color: #fff;
    font-size: 18px;
    width: 100%; 
    margin: 0;
  }
#get-alerts div.button-bar {
    margin: 5px 0;
}
#get-alerts #alerts-info {
    display: block;
    color: #fff;
    font-size: 18px;
    width: 90%; 
  }
  #get-alerts #alerts-info span {
    float: none;
    display: inline;
    font-size: 18px;
    color: #fff;
    margin: 0; }
  #get-alerts div.signup-hide {
    float: right;
  	width: 10%;
  	text-align: right;
  }
  #get-alerts .signup-hide {
    float: none;
    font-size: 18px;
    margin: 0;
    padding: 0;
    display: inline;
    text-decoration: underline;
    color: #888; }
#get-alerts input[type="text"] {
  width: 640px;
  margin: 0 0 0 0px; }
#get-alerts input[type="submit"] {
  float: left;
  margin: 0 0 0 5px;
  width: 230px;
}

.signup-errors {
	text-align: left;
}

.map-top input[type="text"] {
  padding: 15px 20px;
}
.map-top input[type="submit"] {
  height: 58px;
  line-height: 58px;
  margin-bottom:2px;
}
body.crimebaltimore #logo h1 {
  background: url(//s3.spotcrime.com/media/logo/crimebaltimore.com-234x60.png);
}

#crimes-list li {
  width: 590px;
  overflow-x: hidden;
  overflow-y: hidden;
}
#crimes-list li .crime-type, #crimes-list li .crime-date, #crimes-list li .crime-address {
  height: 40px;
  line-height: 40px;
  float: left;
}
#crimes-list li .crime-type, #crimes-list li .crime-address {
  font-size: 14px;
  color: #363636;
  margin: 0 0 0 10px; 
}
#crimes-list li .crime-type {
  width: 75px;
}
#crimes-list li .crime-date {
  color: #999;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 0 5px;
  line-height: 42px; 
  width: 105px;
}
#crimes-list li .crime-address {
  width: 330px;
  overflow-x: hidden;
  overflow-y: hidden;
}
