div.mmf {

	margin: 0;

	padding: 0;

}



div.mmf-response-output {

	padding: 5px;

	font-size: 10px;

	color: #666;

	margin-bottom: 10px;

	margin-top: -15px;

}



div.mmf-mail-sent-ok {

	border: 1px dashed #AFAFA4;

}



div.mmf-mail-sent-ng {

	border: 1px dashed #B9122B;

}



div.mmf-spam-blocked {

	border: 1px dashed #B9122B;

}



div.mmf-validation-errors {

	border: 1px dashed #B9122B;

}



span.mmf-form-control-wrap {

	position: relative;

}



span.mmf-not-valid-tip {

	position: absolute;

	top: 20px;

	left: 20px;

	z-index: 100;

	background: #fff;

	border: 1px solid #B9122B;

	font-size: 10pt;

	width: 280px;

	padding: 2px;

	height: 10px;

}



span.mmf-not-valid-tip-no-ajax {

	color: #f00;

	font-size: 10pt;

	display: block;

}



span.mmf-list-item {

}
