@CHARSET "UTF-8";

.usermotto {
  margin:0px 5px;  
  border-bottom: thin solid #aaa;
  padding: 2px 10px;
}
.usermotto img.headico{
  width: 50px;
  height: 50px;
  margin: 4px;
  margin-left:0;
  border-radius: 50%;
}
.usermotto label{
	font-size: 12px;
	color: #aaa;
}
.usermotto span.secend-txt{
  font-size: 36px;
  display:block;
  margin: 30px 30px 0  30px;
  
  text-align: center;
  color: #f00;
  border: #ccc 1px solid;
  border-radius:25px;
  width: 200px;
  text-decoration: none;
}
