body {
  font-family: Arial, Helvetica;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}


body {
  background-color: #D0D0D0;
  background-attachment:fixed;
  background-position: 560px 0px;
  background-repeat: repeat;
}

img {
  border: none;
}

#logo_holder {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}

#background_holder {
  height: 100%;
  width: 590px;
  background-image: url('/_static/img/semitrans_gray.png');
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#content_holder {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 0px;
  width: 534px;
  position: absolute;
  left: 0px;
  top: 164px;
  z-index: 10;
}


.loggedin_holder {
  float: right;
  
}

p {
  margin: 0px;
}

.loggedin_minipic {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-bottom: -4px;
}



a.rounded, .tweetbutton, .button {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */
}

.button {
  background-color: #909090;
  padding: 7px;
  font-weight: bold;
  color: #404040;
  background-image: url('/_static/img/button_bg.png');
  font-size: 12px; 
}

textarea {
  font-family: Helvetica, Arial, Verdana;
  border: 1px solid #909090;
  font-size: 16px; 
  padding: 5px;
}


br {
  clear: both;
}

.replyto_holder a {
  font-family: Arial;
  font-size: 12px;
}


.button:hover {
  background-image: url('/_static/img/button_bg_bright.png');
  color: #000000;
}

.tweetbutton:hover {
  background-color: #ffc473;
}


.tweet_holder {
  background-color: #FFFFFF;
  padding: 0px;
  margin: 5px;
  margin-left: 0px;
  font-size: 14px;
  font-family: Helvetica, Arial, Verdana;
  float: right;
  width: 420px;
}

.tweet_padding_holder {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 7px;
  padding-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  width: 350px;
}


.avatar_holder {
  float: left;
  width: 48px;
  height: 48px;
  padding: 0px;
  margin: 5px;
  margin-top: 7px;
  margin-right: 0px;
  border: 4px solid #FFFFFF;
}

.reply_holder_loggedin {
  float: right;
  margin-bottom: 5px;
  position: relative;
  top: 5px;
  font-family: Arial, Verdana, Helvetica;
  font-size: 14px;
}

.reply_holder_loggedin a {

  text-decoration: none;
}

.posted_at {
  font-size: 10px;
  color: #707070;
    
}