#content .adminarea .icon {
  float: left;
  width: 50px;  
}

#content .adminarea .text {
  padding-left: 60px;
  padding-top: 10px;
}

#content .stdform {
  margin: 20px 25px;
  background-color: #E3F4E2;
}

#content .stdform ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content .stdform ul li {
  padding: 6px 0;
  margin: 0;
  border-top: 1px #fff solid;
  border-bottom: 1px #B8E3B8 solid;
  border-right: 1px #B8E3B8 solid;
}

#content .stdform label {
  float: left;
  width: 85px;
  margin-left: 15px;
}

#content .stdform li.head {
  padding-left: 15px;
  font-weight: bold;
  color: #027102;
}

#content .stdform li.submit {
  text-align: center;
}

#content div.success,
#content div.error {
  text-align: center; 
  margin: 10px 50px 0 50px; 
  font-weight: bold; 
}

#content div.success {
  color: #02c102;
}

#content div.error {
  color: #ff0000;
}

#content table.stdtable {
  border-top: 1px #027102 solid;
  border-left: 1px #027102 solid;
  margin: 10px 0 15px 0;
}

#content table.stdtable td {
  border-bottom: 1px #027102 solid;
  border-right: 1px #027102 solid;
  font-size: 11px;
  padding: 3px 6px;
}

#content table.stdtable thead td {
  color: #027102;
  font-weight: bold;
  background-color: #D5EFD5;
}

