@charset "utf-8";
/* CSS Document */
#lcol table  {
  width: 100%;	
}

#lcol td {
  padding-bottom: 10px;	
}

fieldset {
  text-align: left;	
  width: 95%;
  margin: 5px;
  border: 1px solid #444444;
  padding: 5px;
  line-height: 22px;
  background-color: #333333;
}

legend {
  font-weight: bold;
  color: #0CB2E8;  
}

#lcol input, textarea, select {
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-top-left-radius:5px;	
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;	
}

#lcol img {
  vertical-align: middle;
  padding-bottom: 4px;
}

.fieldHeader {
  font-weight: bold;	
}


