div.content {
  width: 477px;
}

hr {
  width: 100%;
}

table.data {
  border-collapse: collapse;
  width: 100%;
}

table.data th {
  background-color: #02505d;
  text-align: left;
}

table.data tr.odd {
  background-color: #00606e; 
}

table.data tr.selected {
  background-color: #007483;
  font-weight: bold;
}

fieldset table.data tr.odd {
  background-color: #02505d; 
}

fieldset fieldset {
  width: auto;
}

fieldset a {
  color: #666;
}

fieldset {
  background-color: #00606e;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
}

label {
  float: none;
  margin-right: 0;
  width: 100%;
}

form {
  width: 477px;
}

fieldset {
  margin-left: 0px;
  width: 456px;
}

form dd {
  margin-left: 0;
}

button.default {
  background-color: #02505d;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
}

button.default:active {
  border-color: #ffffff;
  color: #ffffff;
}

input {
  width: 75%;
}
input.checkbox,
input.radio {
  width: auto;
}

select {
  width: 50%;
}
select.date {
  width: 100px;
}

.sys_msg {
  background-color: #02505d;
  border: 1px solid #FFFFFF;  
  margin: 1em 0;
  padding: 0 10px;
}

.sys_err {
  background-color: #02505d;
  border: 1px solid #FFFFFF;
}

