div.dialog {
  width: 520px;
/*  border: solid 3px #575556;   */
  padding: 2px;
  text-align: left;
  clear: both
}
span.title {
  clear: both;
  font-weight: bold;
  font-size: 13px;
  display: block;
  line-height: 24px;
  background-color: #000088;
  color: white;
  padding-left: 3px;
}
label {
  display: block;
  line-height: 30px;
  position: relative;
  clear: right;
  padding-left: 3px;
}
label input {
  position: absolute;
  left: 120px;
}
div.dialog table {
  border: 2px solid #575556;
  border-collapse: collapse;
}
div.dialog table th {
  border: 1px solid white;
  background-color: #1a3557;
  color: white;
  font-size: 12px;
  padding: 3px;
}
div.dialog table th a {
  color: white;
}
div.dialog table tr td{
  border: 1px solid #151e57;
  padding: 3px;
}