img.left {
  float: left;
  margin: 0 2em 1em 0; }
img.right {
  float: right;
  margin: 0 0 1em 2em; }

.center2of3 {
  width: 66.6667%;
  margin: 0 auto; }

.center1of2 {
  width: 50%;
  margin: 0 auto; }

.icon {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-indent: -9999px; }

.social-spr {
  width: 52px;
  height: 52px;
  background: url("/images/icons/social-icons.png") no-repeat; }

.twitter {
  background-position: 0 0; }

.facebook {
  background-position: 0 -59px; }

.digg {
  background-position: 0 -118px; }

.rss {
  background-position: 0 -177px; }

.flickr {
  background-position: 0 -235px; }

.formtastic {
  padding: 10px; }
  .formtastic legend {
    font-size: 1.538em;
    font-weight: normal;
    font-style: normal;
    color: #a6a52c;
    margin: 0 0 0 10px; }
  .formtastic fieldset {
    margin: 0 0 10px;
    padding: 10px;
    border: 3px solid #003F71;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    .formtastic fieldset fieldset {
      border: none;
      margin: 0;
      padding: 0; }
    .formtastic fieldset ol li {
      position: relative;
      margin-bottom: 0.5em !important; }
  .formtastic fieldset.buttons {
    padding: 0 !important; }
  .formtastic label {
    width: 100% !important;
    font-size: 1.153em;
    font-weight: bold; }
  .formtastic input[type="text"], .formtastic input[type="password"] {
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #CAF6FF; }
  .formtastic textarea {
    border: 2px solid #8ab6c4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f2f8f9; }
  .formtastic input[type="text"], .formtastic input[type="password"] {
    font-size: 1.23em;
    padding: 3px 4px;
    color: #1F638D; }
  .formtastic textarea, .formtastic select {
    font-size: 1.23em;
    padding: 2px 3px;
    color: #1D7EA5; }
  .formtastic textarea {
    font-size: 12px;
    font-family: arial, verdana, sans-serif; }
  .formtastic .required abbr {
    color: #E7F636; }
  .formtastic .buttons input, .formtastic .button {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    background-image: url(/images/interface/overlay-button.png);
    background-color: #00a4cc;
    background-repeat: repeat-x;
    padding: 4px 10px 5px !important;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-family: Helvetica,Arial,sans-serif;
    line-height: 1;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    position: relative;
    border: 1px solid #00a4cc; }
  .formtastic .inline-errors, .formtastic .formError {
    position: absolute;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #a30c0f;
    color: white !important;
    font-size: 0.846em;
    right: 10px;
    top: 4px;
    z-index: 999;
    padding: 2px 8px; }
  .formtastic .inline-errors a, .formtastic .formError a {
    color: #F5D40C;
    font-weight: bold;
    text-decoration: none; }
  .formtastic .inline-errors a:hover, .formtastic .formError a:hover {
    text-decoration: underline; }
  .formtastic fieldset ol li p.inline-errors {
    margin: 0; }
