.authorBox{
	width: auto;
	height: 155px;
	float: left;
	border: solid 1px #c1c1c1;
	padding: 2px 2px 2px 6px;
	margin-bottom: 25px;
	background: white;
	border-radius: 2px;
}

.authorBox .header{
	width:100%;
	height:30px;
	float: left;
	position:relative;
}

.authorBox .header .flag{
	width:23px;
	height:23px;
	position:absolute;
	right:0;
	top: 0;
}

.authorBox .avatar{
	width:85px;
	height:85px;
	float:left;
}

.authorBox .profileData{
	width:140px;
	height:85px;
	float:left;
}

.authorBox .profileData h5{
	font-size: 13px !important;
}

.authorBox .profileData h4{
	font-size: 18px !important;
}

.authorBox .profileData h5, .authorBox .profileData h4 {
	display: inline;
}

.profileData div{
	margin-top:15px;
	float:left;
}

.authorBox  .action{	
	float: left;
	width: 100%;
	height:20px;
	margin-top:7px;
}

.authorBox  .follow-button{	
	float: left;
	width: 77px;
}

.authorBox  .follow-button a{
	display: block;
	float: left;
	width: 100%;
	height: 20px;
	text-align: center;
	padding-top: 4px !important;
	font-size: 12px !important;
	font-weight: bold;
}

.action .loader {
	float: left;
	margin-left: 15px;
}