html, body {
	font-family:Arial, Helvetica;
	font-size:12px;
}
#twitter_widget {
	width: 295px;
	margin: 10px 15px 0 15px;
}

#twitter_widget img {
	border:none;
}

#twitter_widget img.bullet {
	margin: 5px 4px 0 0;
}

#profile {
	height:60px;
	color:#fff;
}

#profile img {
	float:left;	
	margin-right:8px;
}

#profile a {
	color:#fff;
}

#profile a:hover {
	text-decoration:none;
}

#profile .profile_text {
	margin-top:5px;	
}

#statuses {
	height:185px;
	overflow:auto;	
}

.status {
	width: 255px;
	background-color:#ffa6b8;	
	margin-bottom:5px;
	padding:10px;
}
.status p {
	margin:0px;
	padding:0px;	
}

.status .info {
	height: 15px;
	margin-top:6px;
}
.status .icon {
	float:right;
	margin-left:4px;
}
.status a.timestamp {
	float:left;
	color:#cf0a81;
}

.status a.timestamp:hover {
	text-decoration:none;
}

#feedback {
	width: 245px;
	position:absolute;
	margin: 15px 15px 0 15px;
	padding: 10px;
	display: none;
	font-size:11px;	
	background-color:#FFFFFF;
	z-index:500;
}

#close {
	top:5px;
	right:5px;
	position:absolute;
}

#reply_form, #favorite_form, #follow_form {
	display:none;	
}

#reply_username, #reply_password, #reply_msg, #favorite_username, #favorite_password, #follow_username, #follow_password {
	margin-bottom: 6px;
	width: 245px;
	border: 1px solid #666666;
}

#feedback_msg {
	display: none;
	font-weight:bold;
	padding-bottom:4px;
}