div.mentionme_popup {
	position: absolute;
	overflow: hidden;
	z-index: 999;
	min-width: 120px;

	background: white;
	color: black;

	border: 1px solid #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#818181')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#818181');
}

div.mentionme_popup_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	overflow-y: scroll;
	font-weight: normal !important;
	min-width: 150px;
}

div.mentionme_popup_input_container {
	border-bottom: 1px solid #DDD;
}

input.mentionme_popup_input {
	border: none;
	width: 100%;
	height: 25px;
	font-size: 15px;
	padding-left: 3px;
}

div.mentionme_popup_item {
	padding: 2px 3px 2px 3px !important;
	border-bottom: 1px solid #DDD;
}

div.mentionme_popup_item_on {
	background: #3366FF;
	color: white;
}

span.mentionme_popup_instructions {
	color: grey;
	font-style: italic;
}

span.mentionme_typed_text {
	padding-left: 3px;
}

span.mention_name_highlight {
	color: #3366FF;
	font-weight: bolder;
}

span.mention_name_highlight_on {
	color: white;
	font-weight: bolder;
}

img.mention_user_avatar {
	background: white;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	margin: 2px 10px 2px 5px;

	border: 1px solid #DDD;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

div.mentionme_spinner {
	font-weight: bold;
	font-style: italic;
	color: #3D3D3D;
	padding-left: 5px;
}

div.mentionme_spinner img {
	float: right;
	padding-right: 5px;
}

.postbit_buttons a.postbit_multimention span {
	background-image: url(../../../images/MentionMe/postbit_multimention.png);
}

.postbit_buttons a.postbit_multimention_on span {
	background-image: url(../../../images/MentionMe/postbit_multimention_on.png);
}

a.mentionme_mention {
	/* style mention links here */
}