form li {
  border-bottom: none;
  margin-bottom: 4px; }
form label {
  text-align: left;
  padding-bottom: 3px;
  font-weight: bold;
  float: left;
  margin-right: 8px;
  text-align: right;
  width: 160px; }
form .text,
form textarea {
  width: 400px; }
form select {
  width: 100px;
  float: left; }
form input, form textarea {
  width: 242px;
  border: 1px solid #DDDDDD;
  font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
  color: #303544;
  font-size: 10px;
  padding: 3px;
  margin-bottom: 3px;
  height: 20px;
  float: left; }
form input.date-pick, form input.short {
  width: 75px; }
form textarea {
  height: 150px; }
form input.button {
  width: auto;
  float: right;
  padding: 0px 5px 3px; }
form input#picture_submit {
  display: block;
  width: auto; }
form div.photo_upload {
  float: left;
  width: 280px; }
form div.description {
  float: left;
  width: 375px; }
  form div.description textarea {
    width: 375px;
    height: 80px; }
form h3.instructions {
  margin-bottom: 10px; }
form fieldset.small_form {
  width: 242px; }
  form fieldset.small_form label {
    float: none; }

a.button, input.button, input.submit {
  padding: 2px 5px;
  font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
  background-color: #f2f2f2;
  color: #303544;
  border: 1px solid #4d556d;
  font-size: 9px;
  width: auto; }
  a.button:hover,   input.button:hover,   input.submit:hover {
    border: 1px solid #f2f2f2;
    background-color: #4d556d;
    color: #ffffff;
    cursor: pointer; }

a.button {
  padding: 3px 5px 4px;
  margin-right: 5px;
  float: right; }

#height_calc {
  float: left;
  margin-left: 10px; }

div.picture {
  position: relative; }
  div.picture a.delete_photo {
    position: absolute;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    padding: 2px 3px;
    bottom: 0;
    right: 0; }
