form {
  display: inline;
}

html, body {
  font: 14px "Trebuchet MS";
}

a {
  color: black;
}

a:hover {
  color: #ff0000;
}

th {
  font: 14px "Trebuchet MS";
  background: #dddddd;
  font-weight: bold;
  text-align: left;
}

input, select {
  border: 1px solid #000000;
  font-size: 1rem;
  font-family: inherit;
  padding: 0 5px;
  height: 2rem;
}

textarea {
  border: 1px solid #000000;
  font-size: 1rem;
  font-family: inherit;
  padding: 5px;
  width: 300px;
  height: 200px;
}

input[type=submit] {
  min-width: 75px;
  margin-top: 7px;
  float: right;
  font-weight: bold;
  color: white;
  background: #ff0000;
  text-transform: uppercase;
  border: 0;
  padding: 5px 10px;
}

input[type=checkbox] {
  margin: 0;
}

.li {
  background: url(pics/bullet2.png) no-repeat 0% 50%;
  padding-left: 10px;
}

.title {
  font: 1.2rem "Trebuchet MS";
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  padding-left: 16px;
  border: 1px solid #dddddd;
  background: url(pics/bullet.png) no-repeat 2px 50%;
  background-size: 4px calc(100% - 4px);
  line-height: 2.2rem;
  margin-bottom: 20px;
}

.atitle {
  font: 17px "Trebuchet MS";
  font-weight: bold;
  color: #000000;
  text-decoration: none
}

.message {
  display: table;
  margin-bottom: 20px;
  border: 1px solid #DDDDDD;
  padding: 10px 10px 10px 42px;
  background-image: url(pics/orar.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}