﻿#Instructors
{
    width:50%;
    padding-left: 15px;
}
#Instructors li
{
    clear: both;
    width:100%;
    margin-bottom:5px;
}
#Instructors li div.li_Left
{
    width: 70%;
    float: left;
}
#Instructors li div.li_Right
{
    text-align:right;
    width:90%;
}
fieldset.Admin {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
}
div.Admin {
  clear: left;
  display: block;
  width: 504px;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}
div.Admin label{
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}
div.Admin input, div.Admin select, div.Admin textarea {
  width: 270px;
  padding: 1px 3px;
  margin: 0px;
}
div.submit {
  width: 270px;
  padding: 0 0 0 146px;
}
div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}