*, html {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

body, form, ul, li, p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

body {
  background-color: #c0c0c0;
}

img {
  border: none;
}

p {
  margin: 0 0 8px 0;
}

button {
  padding: 0px; height: 29px; width: 60px; vertical-align: middle;
  border: 1px solid black;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #80c0e0;
}

button:active {
  background-color: #608090;
}

.rb {
  height: 21px; width: 21px;
}

td {
  text-align: center;
}

#pm {
  color: red;
  font-weight: 900;
}

#tar {
  color: red;
  font-weight: 900;
}

#ds {
	position: absolute;
	top: 10px;
	left: 10px;
  width: 230px; 
  height: 90px;
  background-color: rgba(255, 255, 255, 0.65);
	z-index: 999999;
}

#dt {
	position: absolute;
	top: 10px;
	left: 10px;
  width: 308px; 
  height: 45px;
  background-color: rgba(255, 255, 255, 0.65);
	z-index: 999999;
}

#da {
	position: absolute;
	top: 10px;
	left: 10px;
  width: 270px; 
  height: 120px;
  background-color: rgba(255, 255, 255, 0.65);
	z-index: 999999;
}

#tt {
  text-align: center;
}
