#vk-chat{
	width:195px;
}
#vk-login,
.current-user-name,
.comment-user-name,
.comment-text,
#vk-chat-description,
#comment-publish,
#vk-chat-footer,
#login-bar{
	font-size: 12px;
	color: #FFF;
}
.current-user-photo,
.comment-user-photo
{
	float:left;
}
.current-user-name,
.comment-user-name{
	height: 30px;
	padding-top:20px;
	margin-left:53px;
}

.comment-bar,
#comment-control-bar{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: #00ff00 1px solid; 
}
.comment-user-bar{
	padding-bottom:5px;
}
#comment-publish{
	display: block;
	padding: 5px;
	border: #00ff00 1px solid; 
	cursor: pointer;
	width:115px;
	border-radius:6px;
	margin:2px;
	color: #000;
}
#logout-bar{
	text-align:right;
	font-size: 12px;
}
#vk-chat-footer a,
.comment-user-name a,
#vk-chat-footer a,
#login-bar a{
	color:#99FF33;
}
