body {
  background: #fff;
  font-family: geneva, arial, helvetica, sans-serif;
  font-size: 12px;
}

* {
  padding: 0;
  margin: 0;
}

a {
  color: #6a9a4a;
  text-decoration: none;
  outline: 0;
}
a:hover { text-decoration: underline; }
a.lesmer {
  margin-right: 3px;
  text-decoration: underline;
  white-space: nowrap;
  font-weight: bold;
  font-size: 10px;
  font-family: 'Verdana';
  color: #333 !important;
}
a.lesmer:hover { text-decoration: none; }

p { margin-bottom: 1em; }

small { font-weight: normal; }

fieldset,
legend,
img { border: 0; }

ul { list-style-type: none; }

.alert { color: red; }

.spacer {
  clear: both;
  border: none;
  background: transparent;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  float: none;
}
li.spacer {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  clear: both !important;
  background: transparent none no-repeat !important;
}
.spacer.five { height: 5px; }
#frontpage .spacer { height: 10px; }

#adrow {
  width: 990px;
  margin: 0 auto;
  border: 1px solid #507139;
  border-width: 1px 1px 0;
  padding: 5px 5px 0;
}
  #adrow .small { margin: 5px 0; }
    #adrow .liten {
      float: left;
      margin-left: 25px;
    }
    #adrow .liten.first { margin-left: 0; }

#mainframe {
  width: 990px;
  margin: 0 auto;
  padding: 0 5px;
  border: 1px solid #507139;
  border-top: 0;
  position: relative;
}

#header {
  height: 195px;
  width: 990px;
  background: transparent url(../gfx/hage/header_bg.png) no-repeat 0 0;
  position: relative;
  font-family: 'Arial';
}
  #header a#logo {
    width: 263px;
    height: 67px;
    position: absolute;
    top: 44px;
    left: 18px;
  }
  #header ul#topmenu { margin-left: 12px;  }
  #header ul#topmenu li { float: left; }
  #header ul#topmenu li a {
    display: block;
    color: #fff;
    padding: 2px 5px;
    border-right: 1px #fff solid;
    font-size: 10px;
    font-family: 'Verdana';
  }
  #header ul#topmenu li.rss a {
    background: transparent url(../gfx/rss.gif) no-repeat 0 3px;
    padding-left: 12px;
  }
  #header ul#topmenu li#last a { border: none; }
  #header ul#topmenu li.last a { border: none; }

    #quicksearch {
      position: absolute;
      width: 157px;
      top: 109px;
      right: 167px;
    }
    #quicksearch input {
      float: left;
      width: 111px;
      font-size: 10px;
      border: 1px #fff solid;
    }
    #quicksearch .butt {
      float: right;
      width: 40px;
      height: 15px;
      background: url(../gfx/bygg/searchbutt.png) no-repeat top left;
      text-indent: -9999em;
    }
    #quicksearch .butt:hover { background-position: top right; }

    form#newsletter {
      position: absolute;
      top: 32px;
      right: 8px;
      width: 122px;
      height: 85px;
      background: url(../gfx/hage/hage_news.png) no-repeat left top;
      color: #fff;
      padding: 4px 8px 7px 10px;
      font-size: 11px;
    }
    form#newsletter h2 {
      font-family: georgia;
      font-size: 18px;
      font-weight: normal;
      margin-bottom: .5ex;
    }
    form#newsletter input {
      font-size: 10px;
      border: 1px #fff solid;
    }
    form#newsletter input.email {
      width: 103px;
      margin: 3px 0;
      padding: 1px 5px;
    }
    form#newsletter a {
      text-decoration: underline;
      color: #fff;
      font-family: 'Verdana';
    }
    form#newsletter a.moreinfo { float: left; }
    form#newsletter a.send {
      float: right;
      margin-right: 5px;
    }
    form#newsletter a:hover { text-decoration: none; }

    ul#menu {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 42px;
      width: 990px;
      background: transparent url(../gfx/bygg/menu2_bg.png) repeat-x left bottom;
      padding-bottom: 22px;
    }
      ul#menu li { float: left; }
      ul#menu li a {
        display: block;
        height: 25px;
        background: transparent url(../gfx/hage/hage_butt.png) repeat-x left bottom;
        color: #000;
        padding-top: 8px;
        margin-left: 2px;
        width: 73px;
        border: 1px #eee solid;
        border-width: 0 1px;
        text-align: center;
        font-size: 12px;
      }
      ul#menu li a:hover {
        background: transparent url(../gfx/hage/hage_butt.png) repeat-x left top;
        text-decoration: none;
      }
      ul#menu li.selected a.selected { background: #C0C0C0 none no-repeat 0 0; }
        ul#menu li ul {
          position: absolute;
          bottom: 0;
          left: 0;
          height: 30px;
          width: 985px;
          background-color: transparent;
          display: none;
          background: transparent url(../gfx/bygg/menu2_bg.png) repeat-x left bottom;
        }
        ul#menu li.selected ul { display: block; }
        ul#menu ul li a {
          height: 21px;
          background-image: none;
          border: none;
          width: auto;
          padding: 8px 7px 0;
          margin: 0;
        }
      ul#menu li a.faqbutt {
        line-height: 11px;
        padding-top: 5px;
        height: 28px;
      }
      ul#menu li li a:hover,
      ul#menu li li.selected a { background: #eee none no-repeat 0 0; }

    ul#andco {
      position: absolute;
      right: 12px;
      bottom: 30px;
      border: 1px solid #fff;
    }
      ul#andco li {
        float: left;
        border: 1px solid #fff;
      }
        ul#andco li a {
          display: block;
          height: 30px;
          text-indent: -9999em;
          background: none no-repeat left top;
        }
        ul#andco li a:hover { background-position: right top; }
        ul#andco #bygg a {
          background-image: url(../gfx/bygg/bygg.png);
          width: 59px;
        }
        ul#andco #anlegg a {
          background-image: url(../gfx/bygg/anlegg.png);
          width: 73px;
        }
        ul#andco #forbruker a {
          background-image: url(../gfx/bygg/forbruker.png);
          width: 89px;
        }
        ul#andco #hage a {
          background-image: url(../gfx/bygg/hage.png);
          width: 57px;
        }
        ul#andco #landetbygges a {
          background-image: url(../gfx/bygg/landetbygges.png);
          width: 131px;
        }
        ul#andco #bolig a {
            background-image: url(../gfx/bygg/bolig.png);
            width: 57px;
        }
        ul#andco #hytte a {
            background-image: url(../gfx/bygg/hytte.png);
            width: 54px;
        }

  #content { margin-top: 10px; }
    #content .go-mobile {
      margin-bottom: 10px;
      padding: 10px 0;
      background-color: #507139;
      text-align: center;
      font-size: 30px;
      color: #fff;
    }
      #content .go-mobile a { color: #fff; }
    #content .object,
    #content #formpage {
      width: 490px;
      float: left;
      clear: left;
    }
      #frontpage .right { margin: 0 0 10px 10px; }
      #frontpage .left { margin-bottom: 10px; }
      #frontpage .item {
        float: left;
        width: 240px;
        font-family: 'Arial';
      }
      #frontpage .wide {
        float: none;
        width: 490px;
        margin-bottom: 18px;
      }
      #frontpage .date { font-size: 10px; }
      #content .object h1,
      #content .object h2 {
        margin-bottom: 10px;
        font-family: 'Georgia';
        font-weight: normal;
      }
        #content #frontpage h1,
        #content #frontpage h2 { margin-bottom: 0; }
        #content #frontpage .item a img { margin-bottom: 8px; }
        #content .object h1 a,
        #content .object h1 { font-size: 48px; }
        #content .object h2 a { font-size: 25px; }
      #content .object a {
        font-weight: normal;
        color: #000;
      }

  #content .object .contentlist .link {
    padding: 0 10px 10px 13px;
    background: url(../gfx/hage/bullet.png) no-repeat scroll 0 5px;
  }
  #content .object .contentlist .link a {
    color: #507139;
    text-decoration: underline;
  }
  #content .object .contentlist .link a:hover { text-decoration: none; }

      .related,
      #keywords {
        margin: 10px 0;
        font-size: 10px;
      }
      .related h4,
      #keywords h4,
      .galleries h4,
      .images h4 {
        color: #333;
        font-size: 11px;
      }
      .related a {
        display: block;
        text-decoration: underline;
      }
      .related a:hover { text-decoration: none; }
      #keywords a { text-decoration: underline; }

      .images { margin: 10px 0; }
      .images a.gallerythumb {
        width: 66px;
        height: 66px;
        border: 1px #ccc solid;
        background-color: #eee;
        display: block;
        float: left;
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: 9px;
        padding: 3px;
        margin-bottom: 4px;
      }
      .images a.gallerythumb.first {
        margin-left: 0;
        padding-left: 4px;
        clear: left;
      }

      .galleries {
        overflow: hidden;
        padding-bottom: 5px;
      }
      .galleries .gallery {
        margin: 10px 0 15px;
        overflow: hidden;
      }
      .galleries a.thumb {
        width: 66px;
        height: 66px;
        border: 1px #ccc solid;
        background-color: #eee;
        display: block;
        float: left;
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: 9px;
        padding: 3px;
      }
      .galleries a.thumb.first { margin-left: 0; padding-left: 4px; }

      #content .object a.lesmer,
      #adcol #stilling .sealle a {
        margin-right: 3px;
        text-decoration: underline;
        font-weight: bold;
        font-size: 10px;
        font-family: 'Verdana';
        color: #333;
      }
      #content .object a.lesmer:hover { text-decoration: none; }
      #content #frontpage .caption { margin: 4px 0 10px; }
      #content #frontpage .wide .caption {
        font-size: 16px;
        margin-bottom: 4px;
      }
      #content .object .date { font-family: 'Geneva'; }
      #content .object .date,
      #content #frontpage .left .caption,
      #content #frontpage .right .caption { color: #333; }
      #content .object .annonser_midt {
        margin: 14px 0;
        padding: 14px 0 10px;
        text-align: center;
        background: url(../gfx/bygg/bg_banner.png) no-repeat 0 0;
        border-bottom: 1px solid #ccc;
      }
      .articlehead {
        width: 490px;
        margin-bottom: 20px;
        float: left;
      }
      #wideimage { width: 830px; }
      .articlehead h1 {
        margin-bottom: 10px;
        font-family: 'Georgia';
        font-weight: normal;
        font-size: 48px;
      }
      .articlehead .imgtxt {
        font-size: 11px;
        margin-top: 5px;
      }
        #article .caption {
          font-family: 'Geneva';
          font-size: 17px;
        }
        #article .byline,
        #article .byline a,
        #article .byline .date {
          font-family: 'Verdana';
          font-size: 10px;
          color: #587f3f !important;
        }
        #article .byline .date {
          background-color: #fff;
          text-indent: -99999px;
          display: inline-block;
          margin-left: -15px;
          width: 10px;
          height: 13px;
        }
        #article .byline,
        #article .body { margin-top: 1.3em; }
        #article .caption a,
        #article .body a { text-decoration: underline; }
          #article .caption a:hover,
          #article .body a:hover { text-decoration: none; }

        #projects ul li { margin: 10px 0; }
        #projects ul li {
          padding: 5px;
          padding-left: 81px;
          background-repeat: no-repeat;
          background-position: 5px center;
          border-bottom: 1px #ccc solid;
        }
        #projects ul li .title {
          font-family: 'Georgia';
          font-size: 15px;
        }
        #projects ul li .county,
        #projects ul li .date,
        #projects ul li .readmore {
          font-family: 'Arial' !important;
          font-size: 12px;
        }

        .object .printer {
          padding: 1px 0 2px 21px;
          background: url(../gfx/bygg/printer.png) no-repeat left top;
          font-size: 10px;
          text-decoration: underline;
          display: block;
        }
        #article .note,
        #article .image,
        #article .file,
        #project #greybox {
          float: right;
          clear: right;
        }
        #article .note,
        #article .file,
        #project #greybox {
          background: url(../gfx/bygg/wide_bg.png) repeat 0 0;
          border: 1px solid #ccc;
          margin: 0 0 15px 10px;
          padding: 10px;
          width: 220px;
        }
        #article .image {
          width: 240px;
          margin: 0 0 15px 10px;
        }
          #article .image img { border: 1px solid #000; }
          #article .image .body p { margin: .3em 0 0 0; }
          #article .image .body {
            margin: 0;
            padding: 0 3px;
          }
          #article .file a {
            background: url(bilde.png) no-repeat 0 -1px;
            padding-left: 23px;
            margin: 3px 10px;
            display: block;
          }
          #article .file a.icodoc { background-image: url(../gfx/badgeDOC.gif); }
          #article .file a.icozip { background-image: url(../gfx/badgeZIP.gif); }
          #article .file a.icoppt { background-image: url(../gfx/badgePPT.gif); }
          #article .file a.icopdf { background-image: url(../gfx/badgePDF.gif); }
          #article .file a.icoxls { background-image: url(../gfx/badgePDF.gif); }
          #article .file a.icodef { background-image: none; }
      #content #faq .caption {
        font-family: 'Arial';
        font-size: 16px;
      }
      #content #faq h2 {
        color: #507139;
        font-family: 'Georgia';
        font-size: 30px;
      }
      #content #faq .body {
        font-family: 'Geneva';
        font-size: 12px;
      }
      #mainframe #content .object .bygg_lastalot .item {
        float: left;
        width: 240px;
        font-family: 'Arial';
      }
        #mainframe #content .object .bygg_lastalot .spacer { height: 30px; }
        #mainframe #content .object .bygg_lastalot h3 {
          margin: 20px 0 10px 2px;
          font: normal 18px 'Arial';
          color: #999;
        }
        #mainframe #content .object .bygg_lastalot .right { float: right; }
        #mainframe #content .object .bygg_lastalot h2 { margin-bottom: 0; }
        #mainframe #content .object .bygg_lastalot .item a img { margin-bottom: 3px; }
        #mainframe #content .object .bygg_lastalot h1 a,
        #mainframe #content .object .bygg_lastalot h2 a { font-size: 25px; }
        #mainframe #content .object .bygg_lastalot .caption {
          margin: 3px 0 10px;
          color: #333;
          font-size: 12px;
        }
          #project .logo { margin: 10px 0; }
            #project .logo a { padding-right: 25px; }
          #formpage fieldset legend { display: none; }
          #formpage fieldset .item { margin: 10px 0; }
          #formpage fieldset label {
            width: 200px;
            display: block;
            float: left;
            text-align: right;
            margin-right: 10px;
          }
          #formpage fieldset .item textarea,
          #formpage fieldset .item input {
            width: 200px;
            display: block;
            float: left;
            border: 1px solid #777;
          }
          #formpage fieldset .butt {
            float: right;
            margin-right: 73px;
          }

        input.readonly {
          background-color: #f2f2f2 !important;
          cursor: default !important;
        }
        .object .comments {
          margin: 8px 0;
          font-family: 'Verdana';
          font-size: 11px;
        }
        .comments #comments_list.loading {
          height: 50px;
          background: transparent url(/common/gfx/loaders/indicator_lite.gif) no-repeat 80px center;
        }
        .comments #loginBox {
          margin-bottom: 10px;
        }
        .comments a.forumlink { text-decoration: underline; }
        .object .comments .comment h6 {
              font-family: 'Georgia';
              font-size: 15px;
              font-weight: normal;
            }
            .object .comments .comment .author {
              font-size: 10px;
              color: #507139;
              padding: 0 2px;
            }
            .object .comments .comment .date,
            #search.object ul .date {
              font-family: 'Geneva';
              font-size: 9px;
            }
          .object .comments .comment .body {
            padding: 3px 10px 8px;
            margin: 0 !important;
          }
          #frontpage .contentlist li .title,
          .object .comments .comment .header,
          .object .comments fieldset,
          #search.object fieldset,
          #search.object ul .title {
            position: relative;
            background: url(../gfx/bygg/article_bg.png) repeat left top;
            border: 1px solid #ccc;
            padding: 6px 10px;
          }
          #frontpage .contentlist li { padding-bottom: 15px; }
          #frontpage .contentlist li .title img { float: right; }
          #frontpage .contentlist li .title a {
            display: block;
            font-size: 13px;
          }
          #frontpage .contentlist li .title .date {
            font-family: 'Geneva';
            font-size: 9px;
            color: #333;
          }
          #frontpage .contentlist li .body {
            border: 1px solid #ccc;
            border-width: 0 1px 1px;
            padding: 5px 10px 9px;
          }
          #frontpage .prevnext {
            border-top: 1px solid #ccc;
            padding: 1px 1px 8px;
          }
          #frontpage .archive.prevnext { border-top: 0; }
            #frontpage .prevnext a {
              font-size: 14px;
              display: inline-block;
              margin: 5px 23px 5px 0;
              text-decoration: underline;
            }
            #frontpage .prevnext a:hover { text-decoration: none; }

          .comments form fieldset { width: 465px; }
            .object .comments em {
              padding: 18px 0 4px 4px;
              display: block;
            }
            .object .comments h4,
            #search.object h4,
            #search.object label {
              font-size: 11px;
              text-transform: uppercase;
              font-weight: normal;
              margin-bottom: 3px;
            }
            .object .comments .item {
              float: none;
              width: 462px;
            }
            .object .comments .small { width: 185px; }
            .object .comments label {
              float: left;
              padding: 7px 0 4px 1px;
              font-family: 'Geneva';
            }
            .object .comments input {
              float: left;
              clear: left;
              margin-right: 15px;
              width: 230px;
              height: 16px;
            }
            .object .tips .item {
              float: left;
              clear: left;
            }
            .object .tips .small { clear: none; }
            .object .tips .item input {
              float: none;
              clear: none;
              width: 170px;
            }
            .object .tips input { float: left; }
            .object .tips #comment { margin-top: 8px; }
            .object .comments input,
            .object .comments textarea,
            .object .comments .butt,
            .object .comments #acceptance img,
            #search.object input,
            #search.object select,
            #search.object .butt {
              background: #fff none;
              border: 1px solid #ccc;
              padding: 3px 1px 2px;
            }
            .object .comments input.error,
            .object .comments textarea.error {
              color: #b00;
            }
            .object .comments textarea {
              width: 464px;
              float: left;
            }
            .object .comments .butt,
            #search.object .butt {
              float: right;
              margin: 20px 0 4px 0;
              padding: 2px 4px;
              font-size: 10px;
              white-space: nowrap;
            }
            .object .comments #acceptance img { border-bottom: 0; }
            .object .comments #acceptance {
              font-family: 'Geneva';
              display: none;
            }
              .object .comments #acceptance p { margin-top: 4px; }
              .object .comments #acceptance h5 {
                margin-bottom: 3px;
                font-size: 11px;
              }
              .object .comments #acceptance #captchacode {
                width: 230px;
                text-transform: uppercase;
              }
              .object .comments #acceptance #aknowledge {
                margin: 6px 3px 0 1px;
                width: 16px;
              }
              .object .comments #acceptance label a { text-decoration: underline; }
              .object .comments #acceptance label a:hover { text-decoration: none; }

        .object #gtips {
          overflow: hidden;
          margin: 17px 0 15px;
        }
          .object #gtips a.icon { background: transparent url(/common/gfx/icon16/all_tips.png) no-repeat; height: 16px; }
          .object #gtips a.icon.facebook { background-position: 0px -1px;}
          .object #gtips a.icon.twitter { background-position: 0px -18px; }
          .object #gtips a.icon.nettby { background-position: 0px -34px; }
          .object #gtips a.icon.print { background-position: 0 -51px; }
          .object #gtips a.icon.tips { background-position: 0 -68px; }
          .object #gtips.tips .friend {
            position: relative;
            float: left;
          }
          .object #gtips.tips a.icon {
            padding: 0px 0px 0px 20px;
            margin-right: 15px;
            display: block;
            float: left;
          }
          .object #gtips.tips .actions {
            float: right;
            background: url(/common/gfx/icon16/spacer_line.png) no-repeat;
            padding-left: 5px;
          }
          .object #gtips.tips .left {
            width: auto;
            font-weight: bold;
            display: block;
            color: #333;
          }
          .object #gtips.tips #tipsmail {
            margin-top: 10px;
            display: none;
          }
          .object #gtips.tips .actions a.icon {
            margin-right: 0px;
            margin-left: 10px;
          }
          .object #gtips .submit {
            float: right;
            font-size: 10px;
            margin: 20px 0 4px;
            padding: 2px 4px;
            white-space: nowrap;
            background-color: #fff;
            border: 1px solid #ccc;
            width: auto;
            height: 19px;
          }

        #info.tableinfo {
          background: url(../gfx/bygg/wide_bg.png) repeat 0 0;
          border: 1px solid #ccc;
          padding: 5px;
          text-align: right;
          margin-bottom: 10px;
        }
          #stillinger .antall,
          #info.tableinfo .lesmer,
          #info.tableinfo span { float: left; }
        form.contentform input,
        form.contentform select,
        form.contentform textarea {
          background: #fff none;
          border: 1px solid #CCCCCC;
          padding: 3px 1px 2px;
        }
        .contenttable { margin-bottom: 10px; border-collapse: collapse }
        .contenttable th,
        .contenttable td { padding: 5px 2px; }
        .contenttable th {
          font-weight: bold;
          text-align: left;
          white-space: nowrap;
        }
        .contenttable th.headerSortDown { background: url(../gfx/asc.gif) no-repeat right 12px; }
        .contenttable th.headerSortUp { background: url(../gfx/desc.gif) no-repeat right 12px; }
        .contenttable th a { font-weight: bold !important; }
        .contenttable td { border-top: 1px solid #ccc; }
        .contenttable .title td {
          font-size: 13px;
          padding-bottom: 2px;
        }
        .contenttable .body td {
          font-size: 10px;
          border-top: 0;
          padding-top: 0;
        }
        #search.object .caption {
          font-family: 'Geneva';
          font-size: medium;
        }
          #search.object label { display: block; }
          #search.object .search,
          #search.object .small {
            float: left;
            margin: 15px 5px 0 0;
            width: 220px;
          }
          #search.object .include,
          #search.object .from { clear: left; }
          #search.object .include input {
            float: left;
            clear: left;
            margin-right: 3px;
          }
          #search.object .include label {
            text-transform: none;
            margin: 2px 0;
            display: inline;
          }
        #search.object .include #results { margin: 1em; }
          #search.object li { padding-bottom: 15px; }
          #search.object ul .title a {
            display: block;
            font-size: 13px;
          }
          #search.object ul .body {
            padding: 5px 10px 9px;
            border: 1px solid #ccc;
            border-top: 0;
          }
        #search.object #results {
          padding: 9px 12px 18px 10px;
          font-size: 10px;
          text-align: right;
          font-style: italic;
        }
          #search.object #results em { float: left; }
          #search.object #results span { text-decoration: underline; }

          ul.latest .title img { float: right; }


    #addons {
      width: 330px;
      float: left;
      margin-left: 10px;
    }

    body.article #addons {
      visibility: hidden;
    }

      #addons .item {
        width: 330px;
        margin-bottom: 15px;
        float: left;
      }
      #addons .item.right {
        margin-left: 10px;
      }
      #addons .item.banner {
        margin: 14px 0 20px;
        padding: 14px 0 10px;
        background: url(../gfx/bygg/bg_mbanner.png) no-repeat 0 0;
        border-bottom: 1px solid #ccc;
      }
      #addons a.readmore {
        color: #000;
        text-align: right;
        display: block;
        text-decoration: underline;
        font-weight: bold;
        font-size: 10px;
        font-family: 'Geneva', 'Arial';
      }
        #addons .nettleder a.readmore,
        #addons .gcomments a.readmore {
          text-align: left;
          margin-top: 10px;
        }
      #addons h3,
      #adcol h4 {
        display: block;
        background-color: #507139;
        color: #fff;
        font-size: 12px;
        font-family: Verdana;
        padding: 0px 5px;
        text-transform: uppercase;
        font-weight: normal;
        margin-bottom: 5px;
      }
      #mainframe #addons h3 a,
      #mainframe #adcol h4 a {
        color: #fff;
        background: none;
        font-size: 12px;
      }
      #addons h4,
      #addons h4 a {
        margin-bottom: 5px;
        font-family: 'Georgia';
        font-size: 16px;
        font-weight: normal;
        color: #000;
      }
      #addons li a { color: #000; }
      #addons .list,
      #addons .latest,
      #addons .external { width: 160px; }
      #addons .list.latestnews { width: 100%; }
      
      #addons .list li, #addons .comments li {
		margin-bottom: 8px;
	  }
      
        #addons .comments li div { font-size: 10px; }
        #addons .comments li .date {
          font-size: 9px;
          color: #333;
        }
        #addons .comments li .title { color: #333; }
        #addons .comments li .name { font-weight: bold; }
        #addons .comments li a { color: #5b8041; }
          #addons .external ul a,
          #addons .mostread ul a,
          #addons .latest ul a {
            color: #5b8041;
            padding-top: 10px !important;
            display: block;
          }
        #addons .pondus li { margin: 0; }
          #addons .list li a {
            display: block;
            padding: 0 3px;
          }

      #addons .feed,
      #addons .survey,
      #addons .forskning { width: 330px; }
        #addons .feed a span {
          display: block;
          color: #ba0001;
          font-size: 10px;
        }
      #addons .wide {
        padding-bottom: 5px;
        background-color: #edf1eb;
        overflow: visible;
        border-bottom: 1px solid #cecece;
      }
        #addons .feature {
          float: left;
          margin-top: 3px;
          margin-left: 3px;
          padding: 2px;
          background-color: #fff;
          width: 160px;
        }
        #addons .gcomments div div img {
          float: left;
          margin-bottom: 8px;
        }
        #addons .gcomments span,
        #addons .gcomments h4 {
          float: left;
          clear: left;
          margin-left: 3px;
        }
        #addons .gcomments h4 { margin-top: 2px; }
        #addons .gcomments .author {
          font-size: 11px;
          font-style: italic;
          color: #333;
        }
        #addons .gcomments h4 a { font-size: 15px; }
        #addons .gcomments h5 {
          float: left;
          margin: 4px 4px 0 12px;
          font-family: 'Georgia';
          font-size: 15px;
          font-weight: normal;
          color: #666;
        }
        #addons .gcomments h5 { font-style: italic; }
        #addons .gcomments ul {
          float: left;
          margin: 0 0 0 9px;
          width: 150px;
        }
        #addons .gcomments li {
          font-size: 10px;
          margin: 2px 0 1ex;
          width: 150px;
          float: left;
          clear: left;
        }
        #addons .gcomments li.left { clear: both; }
        #addons .gcomments li.right {
          clear: right;
          float: right;
          margin-right: 15px;
        }
        #addons .gcomments li small {
          color: #6a9a4a;
          display: block;
        }
        #addons .prosjekter h4 {
          float: left;
          padding-top: 3px;
          width: 155px;
        }
          #addons .prosjekter h4 a { font-size: 18px; }
          #addons .prosjekter a img {
            float: left;
            padding: 2px;
            margin: 3px 6px 0 3px;
            background-color: #fff;
          }
        #addons .prosjekter p {
          display: inline;
          font-family: 'Geneva';
        }
        #addons .prosjekter li.right { margin-right: 10px; }
        #addons .prosjekter li.left,
        #addons .prosjekter div>.lesmer { margin-left: 10px; }
        #addons .prosjekter div>.lesmer {
          display: block;
          clear: both;
          padding: 7px 0;
        }
        #addons .prosjekter li,
        #addons .gcomments li {
          font-family: 'Georgia';
          font-size: 14px;
          margin-bottom: 5px;
        }
        #addons .faq h5 {
          float: left;
          margin: 10px 4px 0 12px;
          width: 140px;
          font-family: 'Georgia';
          font-size: 16px;
          font-weight: normal;
          color: #666;
        }
        #addons .faq .feature { margin-bottom: 19px; }
          #addons .faq .feature img { margin: 3px 1px 4px 3px; }
        #addons .faq .questions {
          float: left;
          margin: 10px 0 10px 9px;
          width: 150px;
        }
          #addons .faq .questions li {
            background: url(../gfx/hage/bullet.png) no-repeat 0 5px;
            padding-left: 13px;
          }
            #addons .faq .questions li a {
              display: block;
              padding: 1px 0;
              color: #507139;
              font-family: 'Geneva';
              font-size: 13px;
            }
        #addons .faq .lesmer { margin: 0 0 0 10px; }
        #addons .faq form {
          clear: both;
          background-color: #cfd9ce;
          padding: 9px 8px 8px;
          overflow: hidden;
        }
          #addons .faq input,
          #addons .faq textarea {
            padding: 1px 3px 2px;
            height: 12px;
            border: 0;
            font-size: 11px;
            font-family: 'Arial';
            color: #666;
          }
          #addons .faq .search input {
            float: left;
            width: 130px;
          }
          #addons .faq .butt {
            float: left;
            margin-left: 6px;
            width: 40px;
            height: 15px;
            background: url(../gfx/bygg/searchbutt.png) no-repeat top left;
            text-indent: -9999em;
            cursor: pointer;
          }
          #addons .faq .butt:hover { background-position: top right; }
          #addons .faq .ask.butt {
            width: 125px;
            background-image: url(../gfx/hage/ask.png);
          }
          #addons .faq .ask.butt:hover { background-position: bottom left; }
          #addons .faq .hide.butt {
            width: 90px;
            background-image: url(../gfx/hage/hide.png);
          }
          #addons .faq .hide.butt:hover { background-position: bottom left; }
          #addons .dropper .send.butt {
            width: 50px;
            background-image: url(../gfx/hage/send.png);
          }
          #addons .dropper .send.butt:hover { background-position: bottom left; }
          #addons .dropper {
            border: 1px solid #c3c3c3;
            border-width: 1px 0;
            padding-top: 5px;
          }
          #addons #imgdropper { border-width: 0 0 1px; }
            #addons .dropper h5 {
              float: none;
              margin: -2px 0 4px;
              width: auto;
              font-family: 'Georgia';
              font-size: 16px;
              font-weight: normal;
              color: #666;
            }
            #addons .dropper input { width: 146px; }
            #addons .dropper input.right { margin-left: 3px; }
            #addons #imgdropper input { width: 95px; }
            #addons #imgdropper input.right { margin-left: 0; }
            #addons .dropper textarea {
              width: 305px;
              height: 100px !important;
              margin-top: 5px;
            }
            #addons .dropper input#ifile {
              margin: 7px 0 0 0;
              width: auto;
              height: auto;
            }
            #mainframe #addons .dropper a {
              margin-top: 5px;
              margin-left: 0;
            }
      #addons .faq.results { margin-top: -15px; }
        #addons .faq.results ul { padding: 10px 0; }
          #addons .faq.results ul a {
            color: #666;
            font-size: 20px;
            font-family: 'Arial';
            display: block;
            padding: 7px 20px;
          }
        #addons .faq .pager {
          margin: 0 10px;
          text-align: center;
        }
          #addons .faq .pager li { display: inline; }
            #mainframe #addons .faq .pager a,
            #mainframe #addons .faq .pager strong {
              display: inline-block;
              padding: 1px 8px 1px 4px;
              font-family: 'Arial';
              font-size: 14px;
              border-right: 1px solid #fff;
              color: #507139;
            }
            #mainframe #addons .faq .pager strong {
              text-decoration: underline;
              font-weight: normal;
            }
            #mainframe #addons .faq .pager .last { border: 0; }
        #addons .gjordetselv h4 a {
          display: block;
          padding: 6px 11px 5px;
          font-size: 22px;
          color: #333;
        }
        #addons .gjordetselv .wide li {
          background: url(../gfx/hage/bullet.png) no-repeat 0 6px;
          padding-left: 13px;
          width: 145px;
        }
          #addons .gjordetselv li.left { margin-left: 5px; }
          #addons .gjordetselv li.right { margin-right: 5px; }
          #addons .gjordetselv li a {
            color: #4f7038;
            font-size: 14px;
          }

        #addons li.left {
          float: left;
          clear: both;
          width: 150px;
        }
        #addons li.right {
          float: right;
          clear: right;
          width: 150px;
        }
        #addons .readerimages p { margin: 0; }
        #addons .readerimages .imageinfo {
          overflow: hidden;
          padding: 5px 10px;
          color: #333;
          text-align: right;
          border-bottom: 1px solid #cecece;
        }
          #addons .readerimages .title {
            float: left;
            font-size: 13px;
          }
          #addons .readerimages .photographer {
            float: right;
            font-size: 11px;
            line-height: 20px;
          }
        #addons .readerimages form {
          clear: both;
          background-color: #cfd9ce;
          padding: 9px 8px 8px;
          overflow: hidden;
        }
          #addons .readerimages input,
          #addons .readerimages textarea {
            padding: 1px 3px 2px;
            height: 13px;
            border: 0;
            font-size: 11px;
            font-family: 'Arial';
            color: #666;
          }
          #addons .readerimages .search input {
            float: left;
            width: 130px;
          }
          #addons .readerimages .butt {
            float: left;
            margin: 6px 0 0 6px;
            width: 40px;
            height: 15px;
            background: url(../gfx/bygg/searchbutt.png) no-repeat top left;
            text-indent: -9999em;
            cursor: pointer;
          }
          #addons .readerimages .sendimg.butt {
            width: 125px;
            background-image: url(../gfx/hage/sendimg.png);
          }
          #addons .readerimages .sendimg.butt:hover { background-position: bottom left; }
          #addons .readerimages .hide.butt {
            width: 90px;
            background-image: url(../gfx/hage/hide.png);
          }
          #addons .readerimages .hide.butt:hover { background-position: bottom left; }
          #addons .readerimages .caption {
            padding: 5px 10px 0;
            color: #333;
            border-top: 1px solid #cecece;
            font-size: 11px;
          }
      #addons .lastgalleries,
      #addon .byggtv_last4 { margin-bottom: 10px; }
        #addons .lastgalleries .gallery,
        #addons .byggtv_last4 .film { margin-bottom: 5px; }
        #addons .lastgalleries .left,
        #addons .byggtv_last4 .left {
          float: left;
          clear: left;
          width: 160px;
        }
        #addons .lastgalleries .right,
        #addons .byggtv_last4 .right {
          float: right;
          clear: right;
          width: 160px;
        }
        #addons .lastgalleries .gallery a,
        #addons .byggtv_last4 .film a {
          text-transform: uppercase;
          font-size: 10px;
          display: block;
          background-color: #eee;
          color: #000;
          padding: 4px 6px;
        }
        #addons .lastgalleries .gallery a.gallerythumb,
        #addons .byggtv_last4 .film a.thumb { padding: 0; }
        #addons .lastgalleries .ashowall,
        #addons .byggtv_last4 a.showall {
          clear: both;
          text-align: right;
          text-transform: none;
          background-color: transparent;
          color: #333;
          font-weight: bold;
          text-decoration: underline;
        }
        #addons .lastgalleries img,
        #addons .byggtv_last4 img { width: 160px; height: 90px; } /* TODO: this needs to go when images come in correct format */
      #addons .messerAds td { padding: 0 5px; }
        #addons a.readmore {
          padding: 6px 2px 0 0;
          clear: both;
        }
      #addons .mostread,
      #addons .forbruker,
      #addons .links.external { margin-left: 10px; }
        #addons .hage h3,
        #addons .hage h3 a {
          background-color: #507139;
          color: #fff;
        }
        #addons .hage ul li a { color: #5b8041; }
        #addons .forbruker h3,
        #addons .forbruker h3 a {
          background-color: #f78934;
          color: #fff;
        }
        #addons .forbruker ul li a { color: #e07c30; }
      #addons .nettleder { font-size: 11px; }
      #addons .nettleder img {
        float: right;
        margin: 0 0 5px 5px;
      }
      #addons .partners a {
        display: block;
        margin: 5px 0;
      }
      #addons .partners a.right { float: right; }
      #addons .partners a.left {
        float: left;
        clear: both;
      }
      #addons .top10 th {
        font-weight: normal;
        background: #eee;
      }
      #addons .top10 th,
      #addons .top10 td {
        font-size: 10px;
        text-align: right;
        border-bottom: 1px #ccc solid;
        font-family: verdana;
      }
      #addons .top10 .company { text-align: left; }
      .survey {
        padding: 7px 0;
        background: url(../gfx/bygg/wide_bg.png) repeat left top;
        border-bottom: 1px solid #ba0001;
        color: #333;
      }
        .survey span {
          float: left;
          margin-left: 8px;
          width: 152px;
          font-family: 'Georgia';
          font-size: 16px;
          color: #000;
        }
        .survey legend {
          clear: both;
          display: block;
        }
        .survey legend,
        .survey label {
          font-family: 'Geneva';
          font-size: 12px;
        }
        .survey fieldset {
          float: left;
          padding-right: 10px;
        }
        .survey label { padding-left: 5px; }
        .survey input {
          float: left;
          clear: left;
        }
        .survey .prevote fieldset {
          float: right;
          clear: right;
          width: 150px;
        }
        .survey .prevote label { float: left; }
        .survey .postvote input {
          margin-top: 7px;
          height: 4px;
          background: none #ba0001;
          border: 0;
        }
        .survey .prevote input {
/* TODO: IE margin-left */
        }

        .weather table {
          width: 100%;
          border: 1px #ccc solid;
          border-width: 1px 0 0 1px;
        }
        .weather th, .weather td {
          border: 1px #ccc solid;
          border-width: 0 1px 1px 0;
          font-size: 10px;
          padding: 0 2px;
          text-align: center;
          font-weight: bold;
        }
        .weather th {
          font-weight: normal;
          background: #fff;
        }
        .weather th:first-child,
        .weather td:first-child { text-align: left; }
        .weather td { background-color: #edf1eb; }
        .weather td a { color: #0fa2d8; }
        .weather img {
          width: 30px;
          vertical-align: middle;
        }
        .weather img.symbol { float: left; }
        .weather img.wind { float: right; }
        .weather .temperature {
          float: left;
          width: 1.8em;
          padding-top: 1.5ex;
        }
        .weather .temperature.cold { color: #0080FF; }
        .weather .temperature.hot { color: #B30202; }
        .weather a.external {
          font-size: 11px;
          text-align: center;
          display: block;
          width: auto !important;
        }

    #byggtv {
      width: 830px;
      float: left;
      clear: left;
    }
      .player {
        width: 788px;
        padding: 7px 10px;
        margin-bottom: 8px;
        background-color: #ededed;
      }
      .player .body {
        border-top: 2px solid #507139;
        border-bottom: 1px solid #ccc;
        margin-top: 7px;
        padding: 0 3px 10px;
      }
        .player .title {
          font: 300 22px 'Georgia';
          padding-top: 4px;
          float: left;
        }
        .player .duration,
        .player .pub {
          float: right;
          padding-top: 4px;
          margin-left: 20px;
          font: 300 11px 'Geneva';
          color: #666;
        }
        .player .description { clear: both; }
        #byggtv .links {
          clear: both;
          margin-top: 10px;
        }
          #byggtv .links .left { float: left; }
          #byggtv .links .right { float: right; }
          #byggtv .links label {
            display: block;
            margin: 2px 0 3px 2px;
          }
          #byggtv .links input {
            border: 1px solid #bbb;
            background-image: none;
            width: 385px;
            padding: 1px 0;
          }
        .player .showLink { padding: 4px 4px 0; }
      #byggtv .list {
        float: left;
        width: 200px;
        margin-left: 10px;
      }
      #byggtv .byggtv {
        clear: left;
        margin-left: 0;
      }
        #byggtv .list li { margin-bottom: 4px; }
          #byggtv .byggtv h3,
          #byggtv .list h3 {
            font: normal 12px 'Verdana';
            color: #fff;
            background-color: #ba0001;
            text-transform: uppercase;
            padding: 3px 5px 18px;
            margin-bottom: 6px;
          }
          #byggtv .list li .thumb {
            float: left;
            margin-right: 5px;
          }
          #byggtv .list .title a {
            clear: both;
            display: block;
            font: normal 10px 'Geneva';
            color: #fff;
            text-transform: uppercase;
            padding: 3px 5px 4px;
            height: 26px;
            overflow: hidden;
          }
          #byggtv .byggtv .title a { background-color: #ba0001; }
          #byggtv .hage h3,
          #byggtv .hage .title a { background-color: #6a944a; }
          #byggtv .forbruker h3,
          #byggtv .forbruker .title a { background-color: #f47822; }
          #byggtv .infofilmer h3,
          #byggtv .infofilmer .title a { background-color: #999; }
          #byggtv .byggtv .lesmer,
          #byggtv .list .lesmer { float: right; }
            #byggtv .byggtv_cat_movies .thumb {
              float: left;
              margin-right: 6px;
            }


            #byggtv .byggtv_cat_movies .title a {
              display: block;
              padding: 4px 7px 0;
              font: normal 15px 'Georgia';
              color: #000;
            }
            #byggtv .byggtv .description,
            #byggtv .byggtv_cat_movies .description {
              padding: 0 7px 5px;
              font: normal 11px 'Geneva';
            }
            #byggtv .byggtv .description { padding-top: 5px; }
        #byggtv .byggtv_categories { padding: 0 10px; }
          #byggtv .byggtv_categories h3 {
            font: normal 16px 'Geneva';
            float: left;
            margin-right: 8px;
          }
          #byggtv .byggtv_categories ul { float: left; }
          #byggtv .byggtv_categories li {
            float: left;
            padding: 3px 5px 3px 0;
          }
          #byggtv .byggtv_categories li a {
            border-left: 1px solid #ba0001;
            padding-left: 5px;
            color: #000;
          }
          #byggtv .byggtv_categories li.first a { border: 0; }
            #byggtv .byggtv_categories a { display: block; }
          #byggtv .byggtv_categories .selected a { font-weight: bold; }
        #byggtv .byggtv_cat_movies {
          clear: both;
          padding: 5px 0 10px;
          cats: 9999;
        }
          #byggtv .byggtv_cat_movies .item {
            float: left;
            width: 399px;
            height: 90px;
            margin: 0 10px 10px 0;
            background-color: #eeeee1;
          }
      #byggtv .small { margin-bottom: 8px; }
        #byggtv .small .liten {
          float: left;
          margin-left: 17px;
        }
        #byggtv .small .liten.first { margin: 0 0 0 2px; }
        #byggtv .byggtv_mostviewed {
          display: none;
          float: right;
          width: 330px;
          margin-top: 15px;
          margin-right: 20px;
        }
          #byggtv .byggtv_mostviewed h3 {
            background-color: #507139;
            color: #fff;
            display: block;
            font-family: 'Verdana';
            font-size: 12px;
            font-weight: normal;
            margin-bottom: 5px;
            padding: 0 5px;
            text-transform: uppercase;
          }
            #byggtv .byggtv_mostviewed h3 a { color: #fff; }
          #byggtv .byggtv_mostviewed .film {
            float: left;
            width: 160px;
            clear: both;
            margin-bottom: 5px;
          }
          #byggtv .byggtv_mostviewed .right.film {
            float: right;
            clear: right;
          }
            #byggtv .byggtv_mostviewed .film a {
              background-color: #eee;
              color: #000;
              display: block;
              font-size: 10px;
              text-transform: uppercase;
            }

    #imagegalleries {
      width: 830px;
      float: left;
      clear: left;
      overflow: hidden;
      margin-bottom: 20px;
    }
      #imagegalleries h2 {
        background-color: #6A944A;
        color: #FFFFFF;
        font-size: 12px;
        font-family: 'Verdana';
        margin-bottom: 6px;
        padding: 3px 5px 18px;
        text-transform: uppercase;
      }
      #imagegalleries h2 a { color: #FFFFFF; }
      #imagegalleries li {
        width: 200px;
        float: left;
        margin: 10px 10px 0 0;
        background-color: #EDF1EB;
      }
      #imagegalleries li img {
        margin: auto;
        display: block;
      }
      #imagegalleries li.main-gallery {
        width: 830px;
        margin: 0;
      }
      #imagegalleries li.main-gallery a.thumb {
        height: auto;
      }
      #imagegalleries li.row-end {
        margin-right: 0;
      }
      #imagegalleries li a {
        color: #000;
        text-transform: uppercase;
        padding: 3px 5px;
        display: block;
      }
      #imagegalleries li a.thumb {
        overflow: hidden;
        height: 133px;
        padding: 0;
      }

  .widebanner { margin: 5px 0; }

   #adcol {
     width: 150px;
     overflow: hidden;
     font-family: 'Verdana';
     float: right;
     padding-bottom: 10px;
   }
    #adcol .banners {
      margin-top: 10px;
      padding-top: 14px;
      background: url(../gfx/bygg/bg_banner.png) no-repeat 0 0;
      /*border-bottom: 1px solid #ccc;*/
    }
     #adcol .jobs strong { font-weight: normal; }
     #adcol .jobs li {
       padding: 4px 6px;
       background-color: #333;
       font-size: 11px;
       color: #fff;
     }
       #adcol .jobs a {
         text-decoration: underline;
         color: #fff;
         display: block;
       }
      #adcol .lesmer {
        text-align: right;
        margin: 2px 0 0 0;
        white-space: auto;
        font-weight: normal;
        display: block;
      }
      #adcol .item { margin-bottom: 10px; }
      #adcol .bannerfolder {
        background: url(../gfx/bygg/wide_bg.png) repeat 0 0;
        padding: 5px 0;
      }
      #adcol .bannerfolder .title a {
        display: block;
        background-color: #333;
        color: #fff;
        padding: 3px 4px;
        margin: 0 4px;
        font-size: 10px;
        margin-bottom: 4px;
        text-transform: uppercase;
        text-decoration: underline;
      }
      #adcol .bannerfolder .title a:hover { text-decoration: none; }

    #footer {
      clear: both;
      width: 982px;
      padding: 10px 9px 7px;
      margin-left: -5px;
      background-color: #ccc;
      font-size: 11px;
    }
      #footer li {
        float: left;
        margin-right: 16px;
        line-height: .999em;
      }
        #footer strong {
          display: block;
          font-weight: normal;
          color: #6a9a4a;
          margin-bottom: 4px;
        }
        #footer,
        #footer a { color: #555; }
      #footer span { display: block; }
      #footer #guidelines {
        float: right;
        width: 160px;
        margin-top: 20px 0 -33px;
      }
         #footer #guidelines a { text-decoration: underline; }
         #footer #guidelines a:hover { text-decoration: none; }
      #footer #organisation {
        float: left;
        clear: both;
        margin: 10px 0 -15px 0;
      }
        #footer #organisation a {
          background: url(../gfx/bygg/fagpressen.jpg) no-repeat 0 0;
          display: block;
          width: 78px;
          height: 23px;
        }
      #footer #legal {
        float: none;
        clear: both;
        text-align: center;
        width: 100%;
      }

.item:after,
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/*
FORUM
*/
#content #forum {
  font-size: 11px !important;
  margin-top: 0 !important;
  width: 830px;
}

#forum #forum_header #search {
  margin-right: 5px;
  width: 220px;
}
#forum #forum_header #search input {
  height: 16px;
  margin: 0 5px 0 0;
  padding: 0;
  width: 150px;
  float: left;
  border: 1px solid #888;
}
#forum #forum_header #search .submit {
  height: 18px;
  padding: 0 10px;
  width: auto;
  float: right;
}
#forum #forum_header .links {
  float: left;
  width: 255px;
  font-size: 12px !important;
  margin: 0 0 10px 5px;
}
#forum #forum_header .links a { text-decoration: underline; }
#forum #forum_header .login,
#forum #forum_header .path {
  float: left;
  clear: left;
  margin-bottom: 20px;
}
#forum #forum_header .box {
  border: 1px solid #888;
  border-width: 1px 0;
  background-color: #edf1eb;
  float: none;
}
#forum #forum_header #lost_pass .inside .content { border: 1px solid #507139; }
#forum #forum_header #lost_pass .inside .arrow { top: 0 !important; }
#forum #forum_header .login {
  margin: 0 0 10px !important;
  padding: 10px 5px;
}
#forum #forum_header .path {
  font-size: 15px !important;
  margin-top: 10px;
  width: auto;
  float: none;
  padding: 10px 5px;
}
#forum #forum_header .path a { color: #5b8041; }
#forum .note p { margin: .3em 0; }
#forum .note a { text-decoration: underline; }
#forum #no_topics {
  margin: 0 3px 10px;
  font-size: 12px;
  font-style: italic;
}
#forum td.post_created { white-space: nowrap; }
#forum table tbody td a.forum_name,
#forum #forum_topic_list table td.topic_details a.topic_subject,
#forum .actions.user a { color: #5b8041; }
#forum table a:hover { text-decoration: underline; }
#forum legend { color: #000; }
#forum .gform ol { list-style-type: none; }
#forum .gform li { overflow: hidden; }
#forum .gform li label {
  float: left;
  clear: left;
  width: 170px;
}
#forum .gform li input,
#forum .gform li textarea,
#forum .gform li select {
  float: right;
  padding: 1px 4px;
}
#forum #lost_password.gform label { width: auto; }
#forum form.gform fieldset li input,
#forum form.gform fieldset li textarea {
  width:70% !important;
}
#forum #edit_details .gform input {
  width: 215px !important;
  float: left;
  clear: left;
}
#forum #edit_details .gform input.button {
  width: auto !important;
  float: right;
}
#forum .gform li input[type="checkbox"] {
  width: auto !important;
  float: left;
}
#forum .gform li input.button {
  width: auto !important;
  color: #5b8041 !important;
}
#forum .gform .error { color: #b00; }
#forum .gform label.error {
  width: 100% !important;
  display: block;
}
#forum .gform input#captcha { text-transform: uppercase; }
#forum .messages {
  height: auto !important;
  position: static !important;
}
#forum .messages div {
  position: static !important;
  width: auto !important;
}
#forum #registered_info .arrow { position: absolute !important; }
#forum #user #details { width: 540px !important; }
#forum #user #edit_details { width: 235px !important; }

#forum #forum_topic div.forum_post div.post_content { width: 400px !important; }
#forum #forum_topic div.forum_post div.user_profile {
  width: 220px !important;
  padding-left: 15px !important;
}
#forum .actions.user { float: right !important; }
input#iphone,
input#qphone {
    display: block;
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    width: 0;
    font-size: 1px;
}

