#mm_image_hover {
	position: absolute;
	border: 5px solid #999;
	display: none;
	z-index: 10000;
}

.dev_mm_nodisplay {
	display: none;
}
.mm_errormessage {
	display: none;
}
.mm_formmessage {
	display: none;
}

.mm_dev_image24 {
	height: 24px;
	width: 24px;
}

/* START: error bubble                                                        */
.mm_input_error_container {
	display: none;
	position: absolute;
	top: -35px;
	right: 0;
	width: auto;
}

.mm_input_error_container ol {
	margin: 0;
	font-size: 11px;
	color: #fff;
	background: red;
	background: rgba(255, 0, 0, 0.8);
	height: 16px;
	padding: 2px 4px;
	list-style: none;
	line-height: 16px;
	letter-spacing: 0.5 px;
}
.mm_input_error_container li {
	margin: 0 !important;
	padding: 0;
}
.mm_input_error_container span {
	display: block;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent; 
	border-top: 7px solid red;
	border-top: 7px solid rgba(255, 0, 0, 0.8);
	border-bottom: 0;
	margin-right: 0;
	float: right;
}

.mm_input_error_container_lower {
	display: none;
	position: absolute;
	top: -10px;
	right: 0;
	width: auto;
}

.mm_input_error_container_lower ol {
	margin: 0;
	font-size: 11px;
	color: #fff;
	background: red;
	background: rgba(255, 0, 0, 0.8);
	height: 16px;
	padding: 2px 4px;
	list-style: none;
	line-height: 16px;
	letter-spacing: 0.5 px;
}
.mm_input_error_container_lower li {
	margin: 0 !important;
	padding: 0;
}
.mm_input_error_container_lower span {
	display: block;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent; 
	border-top: 7px solid red;
	border-top: 7px solid rgba(255, 0, 0, 0.8);
	border-bottom: 0;
	margin-right: 0;
	float: right;
}

/* END: error bubble                                                          */

#suggestvenue_new_location_container { display: none; }
.mm_venue_input_spesific_container {
	display: none;
}

#mm_container_logout { 
	background-color: #fff;
	min-height: 160px;
	padding: 10px 0;
	text-align: center;
}
#mm_container_logout h2 {
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* post */
#BlogPostForm {
	line-height: 12px;
}
#BlogPostCategoryTagContainer h3:hover {
	cursor: pointer;
}
#BlogPostCategoryTagContainer .mm_inner_panel {
	height: 318px;
}
#recipeCategoryTagContainer .mm_inner_panel {
	height: 257px;
}
#BlogPostCategoryTagContainer .mm_contain {
	max-height: 298px;
}
#BlogPostTagsContainer {
	max-height: 278px;
	overflow-y: auto;
}
.mm_paneltitle2 {
	border-bottom: solid 2px #ccc;
}

.mm_textfield_114 {
	width: 114px;
	border: 1px solid #CCC;
}
.mm_textfield_captcha {
	height: 38px !important;
	text-align: center;
	font-weight: bold;
}

/* logout */
/* unused
a#logoutOk {
	background-color: #363636;
	padding: 3px 5px;
	margin-right: 18px;
	font-size: 12px;
}
*/
.gm_RecipeRibbon {
	background-color: #d8c53d;
}
