.user {
    background: url('MailAppSprite.png') no-repeat;
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
}
.attach,
.attachSelected {
	float: left;
    padding: 0 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    color: #85909f;
    line-height: 16px;
    font-size: 15px;
}

.attach:before,
.attachSelected:before {
	content: "\f0c6";
	margin-right: 5px;
}
