html {
  background: #f2f1dc;
  font-family: Helvetica, Arial, Geneva, sans-serif;
      height: 100%;
}
body {
      text-align: center;
}
div#wrapper {
  text-align: left;
  background: white;
  margin: 0 auto;
  width: 700px;
  padding: 30px 30px;
  border-left:   2px solid #e9e9e9;
  border-right:  2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  position: relative;
}

div.license {
  background: #fff url('/images/license2.png') no-repeat;
  width: 180px;
  height: 41px;
  font-family: sans-serif;
  font-size: 28px;
  font-weight: bold;
  sposition: relative;
  color: #444;
  float: left;
}
div.license span {
  position: relative;
  text-align: center;
  line-height: 24px;
  display: block;
  vertical-align: center;
  margin-top: 10px;
  margin-left: 20px;
}

h1 {
  color: #c00000;
  font-size: 38px;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 20px;
}

h1 span {
  color: #888;
  font-size: 14px;
  margin-left: 5px;
}

h2 {
  color: #666;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 20px;
}

h3 {
  color: #c00000;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 20px;
}

div.incident {
  clear: both;
  margin-bottom: 20px;
}

div.information {
  float: left;
  margin-left: 20px;
}

div.information strong {
  font-weight: bold;
  color: #000;
}
div.information {
  color: #555;
  width: 485px;
}
p.date_reported {
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #555;
}
a:hover {
  text-decoration: underline;
  color: #c00000;
}

div#pagination {
  color: #444;
  padding-top: 10px;
  text-align: center;
}

div#pagination .disabled{
  color: #bbb;

}

div#pagination


div#pagination p.prev {
  float: left;
}
div#pagination p.next {
  float: right;
}
div#pagination p.pages {
  text-align: center;

}

#incident_form {
  width: 540px;
  float: left;
}

#ad {
  width: 120px;
  height: 240px;
  float: right;
}

label {
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  color: #333;
}
input.text_field {
  background-color: #f4f4f4;
  font-size: 24px;
  padding: 5px;
  border: 1px solid #d0d0d0;
}
input.license_field {
  width: 100px;
}

input.human_verification {
	width: 75px;
}
input.city_field {
  width: 100px;
}

.comment {
  width: 360px;
  height: 109px;
}

input.email_field {
  
}

.submit_button {
  background: #c00000;
  color: white;
  padding: 2px;
  border: 0;
  height: 37px;
  font-weight: bold;
  -moz-border-radius: 5px;
}

div.ad {
  background: #e0e0e0;
}

div#search {
  position: absolute;
  top: 10px;
  right: 10px;
}
input.search_text {
  background-color: #f4f4f4;
  font-size: 12px;
  padding: 2px;
  border: 1px solid #d0d0d0;
}

.search_button {
  background: #c00000;
  color: white;
  border: 0;
  vertical-align: middle;
  font-size: 12px;
  padding: 2px;
  
  -moz-border-radius: 5px;
}

div#notice {
  background: #cbffdf;
  border: 1px solid #00c141;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
}

div#errorExplanation {
  border: 1px solid #C76867;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #ECDADA;
  padding: 5px;
  margin-bottom: 10px;
}
div#errorExplanation h2 {
  color: #333;
}

div#footer {
	color: #555;
	font-size: 12px;
	padding: 10px;
}
