        a
        {
          text-decoration: none;
        }
        .status-body
        {
            float:left;
        }
        .status_row
        {
            border: 1px solid #999999;
            font-family: "Trebuchet MS", sans-serif;
			float:right;
			width:70%;
			-moz-border-radius: 10px;
        }
		
        #profile-image
        {
          padding:3px;
        }
        .status_row:hover, .status_row:active
        {
            background-color:#F7F7F7;

        }
        #twitter_div
        {
            background-color:#DCD3B3;
            width:750px;
        }
		#twitter_div .inner
		{
			margin:0 5px;
		}
        #profile-image
        {
            float:left;
            width:35px;
            height:35px;
        }
        .meta, .meta a
        {
            color:#999999;
            font-style: italic;
			font-size:10px;
        }
		#user
		{
			background-color:#ffffff;
			-moz-border-radius:10px;
			width: 25%;
			float:left;
		}
        #tw_st
        {
          border: 1px dashed #999999;
          background-color:#DCD3B3;
          border-bottom: 0;
          padding:3px 8px;
          margin-top:-20px;
          -moz-border-radius-topleft:5px;
          -moz-border-radius-topright:5px;
        }
        #info
        {
            font-weight:bold;
            font-size:10px;
            padding-left:7px;
        }
		#arrow
		{
			width: 9px;
			height:17px;
			float:left;
			margin-top:12px;
			background: transparent url('http://www.illustartist.com/twitter/images/bubble_arrow_vert.gif') top left no-repeat;
		}
		#tw_more_link:hover span
		{
			display:block;
			width:200px;
			height:300px;
			top:10px;
			right:10px;
			background-color:#ffffff;
			-moz-border-radius:5px;
		}
		#tw_more_link span
		{
			display:none;
			position: absolute;
			width:200px;
			height:300px;
			top:10px;
			right:10px;
			background-color:#ffffff;
			-moz-border-radius:5px;
		}
