#container{
  width:962px;
}

.status-update-form textarea {
  width:508px;
}

#content{
  width:564px;
}

span.status-body{
  width:420px;
}

ol.statuses {
  font-size:1.2em;
}

.msg-LOC {
  background-color:#white;   
}

.msg-TWI {
  background-color:#white;  
}

#commentssection {
  position: relative;
  height:800px;
  overflow:auto;
}

.popupmentionslayer {
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:600px;
width:550px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}

#mentionsmessages {
  height: 400px;
  overflow:auto;
  position: relative;
}

