/* _friends module css file */

.mod_friends h3 {
float: left;
}
.friend-mod-group {
float: left;
}
.mod_friends .title_container {
width: 420px;
}
.mod_friends .title_html {
display: inline;
width: 100%;
}
.friend-mod-title {
float: left;
margin: 10px 0px 0px 0px;
width: 420px;
}
.friend-mod-header {
float: left;
font-weight: bold;
font-size: 10pt;
height: 20px;
}
.friend-mod-total {
float: left;
margin: 2px 0px 0px 5px;
height: 20px;
}
.friend-mod-message {
position: relative;
float: right;
margin: 2px 0px 0px 7px;
height: 20px;
}
.friend-mod-friend-box {
float: left;
width: 420px;
}
.friend-mod-friend {
float: left;
width: 50px;
margin: 5px;
padding-bottom: 15px;
text-align: center;
height: 59px;
overflow: hidden;
}
.friend-mod-errormsg {
margin: 10px 0px 10px 20px;
}