body {
  margin: 0;
  padding: 0;
  font-family: Verdana,Tahoma,Arial,sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #737373;
}

p {
  font-size: 12px;
}

ul, script, li, a, select, option, div, fieldset, img, p, h1, h2, h3, h4, h5, h5, h6, h7 , form,  noscript, dl, dd, dt, image {
  padding: 0;
  margin: 0;
  border: 0;
}

ul {
  list-style: none;
}

select {
  color: #737373;
  font-size: 10px;
  font-family: Verdana,Tahoma,Arial,sans-serif;
  border: 1px solid #a5bbe8;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #0072cf;
  border-style: none;
}

a img,:link img,:visited img {
  border-style: none;
  text-decoration:none;
  margin: 0;
}

a:hover {
  text-decoration:underline;
  border-style: none;
}

a:active {
  border-style: none;
  text-decoration:none;
  margin: 0;
}

a:focus {
  outline: none;
}

a img,:link img,:active img {
  border-style: none;
  text-decoration:none;
  margin: 0;
}

input {
  border: 1px solid #a5bbe8;
}

.button {
  cursor: pointer;
  border: 0;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.title {
  font-size: 10px;
  font-weight: bold;
  color: #413e3e;
}

.example {
  color: #0072cf;
}

.example b {
  color: #737373;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.on {
  color: #db5e0d;
}

.nowrap {
  white-space: nowrap;
}

#indicator {
  display: inline;
  padding: 0;
  margin: 0 0 0 6px;
}

.windmill {
  display: inline;
  padding: 0;
  margin: 0 0 0 6px;
}

.label {
  font-size: 12px;
  font-weight: bold;
  color: #737373;
}

.auto_complete {
  border: 1px solid #888;
  background: #fff;
  z-index: 99;
}

.auto_complete ul li {
  color: #737373;
  font-size: 11px;
}

.auto_complete ul li.selected {
  background: #ffb;
  cursor: pointer;
}

#error {
  color: red;
  font-weight: normal;
}

.tachado {
  text-decoration: line-through;
}

#googlemap div span {
  white-space: normal;
}

.noborder {
  border: 0 !important;
}

.sprite {
  background: transparent url(http://images.yaencontre.com/sprite/master-bg.gif) no-repeat;
}

.verde {
  color: #308F17;
}