*{
margin:0;
padding:0;
}


#twitter-update{
margin:10 auto;
width:500px;
}

a {
text-decoration:none;
color:#770000;
}

a:hover {
text-decoration:underline;
color:#770000;
}

.result {
border-bottom:1px dotted #cccccc;
font-size:90%;
padding:8px 0;
position:relative;
}

.result .time {
font-size:80%;
font-style:italic;
margin-top:2px;
color:#777777;
}

.time a{
color:#777777;
}
.result .profile_image {
position:absolute;
left:0;
}
.result .profile_image img {
width:48px;
height:48px;
border:0;
}
.result .status {
	margin-left:65px;
	min-height:50px;
}

.profile_image a {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

.clear{
clear:both;
}
h5{
text-align:center;
font-style:italic;
font-variant:small-caps;
}
#update-alert{
margin:10px auto;
background-color:#FFFFCC;
text-align:center;
font-weight:bold;
width:300px;
}