*{
margin:0;
padding:0;
}

body{
font-family:Trebuchet MS;
width:480px;
margin-left:0px;
}

#twitter-update{
margin:10 auto;
width:450px;
color:white;
}

a {
text-decoration:none;
color:silver;
}

a:hover {
text-decoration:underline;
color:silver;
}

.result {
border-bottom:1px dashed #D2DADA;
font-size:90%;
padding:8px 0;
position:relative;
color:white;
}

.result .time {
font-size:80%;
font-style:italic;
margin-top:6px;
color:white;
}

.time a{
color:silver;
}
.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;
}

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

.clear{
clear:both;
}
h2{
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;
}