h1 {
  margin-right: 42px; }

form.new_fs_file .formrow label,
form.edit_fs_file .formrow label {
  width: 145px; }
form.new_fs_file .formrow input,
form.edit_fs_file .formrow input {
  width: 275px; }
form.new_fs_file .formrow .bottom_info,
form.new_fs_file .formrow .form_error_message,
form.edit_fs_file .formrow .bottom_info,
form.edit_fs_file .formrow .form_error_message {
  margin-left: 151px; }
form.new_fs_file .submitrow,
form.edit_fs_file .submitrow {
  margin-top: 15px;
  width: 429px; }

#fs_file_alternatives ul.ui-tabs-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 19px;
  margin-left: 180px; }
  #fs_file_alternatives ul.ui-tabs-nav li.ui-tabs-selected a {
    font-weight: bold; }
  #fs_file_alternatives ul.ui-tabs-nav li a {
    display: block;
    padding: 0 4px;
    border: 1px solid #555;
    width: 90px;
    text-align: center; }
#fs_file_alternatives .ui-tabs-panel {
  padding: 12px 0;
  height: 50px; }

#other_actions {
  float: right;
  margin-top: 20px;
  width: 275px; }
  #other_actions img {
    position: relative;
    top: 3px;
    margin-right: 2px; }
  #other_actions #watch,
  #other_actions #unwatch {
    font-size: 11px; }
    #other_actions #watch a,
    #other_actions #unwatch a {
      font-weight: bold; }
  #other_actions .watch_info {
    padding-left: 22px;
    font-size: 11px; }

#fs_file_link_or_download {
  height: 60px;
  margin: 20px 20px 10px; }
  #fs_file_link_or_download .action_link {
    padding-top: 7px; }
    #fs_file_link_or_download .action_link a {
      font-size: 20px; }
  #fs_file_link_or_download .action_infos {
    margin-top: 4px; }
    #fs_file_link_or_download .action_infos img {
      position: relative;
      top: 2px; }
  #fs_file_link_or_download img.action_image {
    float: left; }

table#file_details {
  width: 100%; }
  table#file_details tbody tr.odd {
    background-color: #eaf4d3; }
  table#file_details tbody tr td {
    padding: 1px 4px; }
    table#file_details tbody tr td.label {
      vertical-align: top;
      width: 100px; }
  table#file_details tbody tr.owner td {
    font-size: 11px; }
    table#file_details tbody tr.owner td a {
      font-weight: bold; }

ul#file_comments {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul#file_comments li.none_found {
    text-align: center;
    margin: 23px auto; }
  ul#file_comments li.odd {
    background-color: #eaf4d3; }
  ul#file_comments li .user {
    float: left;
    width: 142px;
    padding: 4px;
    background: url(/images/icons/user.png) no-repeat 4px 5px;
    padding-left: 24px;
    border-right: 2px solid #FFF; }
    ul#file_comments li .user a {
      font-weight: bold; }
  ul#file_comments li .body {
    margin-left: 175px;
    padding: 4px; }
  ul#file_comments li#add_comment_link {
    margin-bottom: 7px; }
    ul#file_comments li#add_comment_link img {
      position: relative;
      top: 4px; }
    ul#file_comments li#add_comment_link a {
      font-size: 11px;
      font-weight: bold; }
  ul#file_comments li#add_comment {
    margin-bottom: 7px; }
    ul#file_comments li#add_comment form label {
      width: 80px; }
    ul#file_comments li#add_comment form .text_area_formrow textarea {
      width: 527px; }
    ul#file_comments li#add_comment form .mceEditor {
      margin-left: 84px; }
    ul#file_comments li#add_comment form .mceLayout {
      width: 527px !important; }
    ul#file_comments li#add_comment form .submitrow {
      width: 614px; }
    ul#file_comments li#add_comment form .cancel_button {
      position: relative;
      top: -19px;
      margin-left: 490px; }

#latest_viewers ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  #latest_viewers ul li {
    margin: 7px 4px;
    background: url(/images/icons/user.png) no-repeat 0 1px;
    padding-left: 20px; }
    #latest_viewers ul li a {
      font-weight: bold; }
