

#sm-container {
  width: 301px;
  height: 306px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: url(img/speedmeter-budik.png) no-repeat left -306px #fff;
}

#container {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}

#workplace {
  display: none;
  position: absolute;
  top: 100px;
  width: 250px;
  left: 25px;
  padding: 20px 0;
  border: 1px solid #aaa;
  background-color: #fff;
}

#sm-start {
  display: none;
  background: url(img/speedmeter-budik.png) no-repeat -301px top;
  height: 301px;
  position: relative;
  width: 306px;
}

#sm-start a {
  text-decoration: none;
  position: absolute;
  display: block;
  width: 250px;
  height: 160px;
  left: 25px;
  top: 80px;
  background: url(img/speedmeter-budik.png) no-repeat -326px -80px;
}

#sm-start a:hover {
  background-position: -326px -386px;
}

#overlay {
  background-color: #fff;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;
  opacity: .7;
  filter: alpha(opacity=70);
}

#traceplace {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sm-blue-box {
  border: 1px solid #385B7B;
}

.sm-blue-box h2 {
  background-color: #385B7B;
  color: #fff;
  margin: 0;
  padding: 2px 10px;
  font-size: 130%;
  font-weight: normal;
  line-height: 180%;
}

.sm-blue-box p {
  margin: 0;
  padding: 5px 0;
}

.sm-blue-box h2 a {
  color: #fff
}

table.sm-light-table {
  border-collapse: collapse;
}

table.sm-light-table th {
  background-color: #E5E5E5;
  padding: 5px 0;
}

table.sm-light-table td {
  padding: 5px 0;
}

table.result {
  width: 100%;
  text-align: center;
}

table.result td, table.result td p {
  text-align: center;
}

table.result strong {
}

table.result span.rychlostBox {
  display: block;
  border: 1px solid #ddd;
  padding: 5px 0;
  margin: 0 10px;
  color: #274F7E;
  color: #C10606;
  background-color: #fafaff;
}

.button {
  background-color: #385B7B;
  color: #fff;
  display: inline-block;
  padding: 0 15px 0 0;
  text-align: center;
  text-indent: 0;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  background: url(img/button.png) no-repeat top right;
  text-decoration: none;
  margin-left: 20px;
}

.button span {
  display: block;
  margin: 0;
  padding: 0 0 0 15px;
  margin-left: -20px;
  height: 40px;
  background: url(img/button.png) no-repeat top left;
}

.button:hover {
  color: #fff;
  background-position: bottom right;
}

.button:hover span {
  color: #fff;
  background-position: bottom left;
}

iframe {
  border: 0 none;
}


