div.mmf {
	margin: 0;
	padding: 0;
}

div.mmf-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.mmf-mail-sent-ok {
	border: 1px dashed #AFAFA4;
}

div.mmf-mail-sent-ng {
	border: 1px dashed #FF7800;
}

div.mmf-spam-blocked {
	border: 1px dashed #FF7800;
}

div.mmf-validation-errors {
	border: 1px dashed #FF7800;
}

span.mmf-form-control-wrap {
	position: relative;
}

span.mmf-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #FF7800;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.mmf-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.mmf-list-item {
	margin-left: 0.5em;
}


/* ----------- stylized ----------- */
/*.mmf-form{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}*/
.mmf-form h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
.mmf-form label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
clear:left;
padding-top:5px;
}
.mmf-form .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
/*.mmf-form input,*/
.mmf-form .mmf-form-control-wrap{ float:left; }
.mmf-form .mmf-form-control-wrap input,.mmf-form .mmf-form-control-wrap select{
float:left;
font-size:12px;
padding:4px 2px;
/*border:solid 1px #aacfe4;*/
width:250px;
margin:2px 0 20px 10px;
}
.mmf-form .mmf-form-control-wrap select{
	width: 257px !important;
}
.mmf-list-item input{
	width:auto !important;
	float:none !important;
}
span.verification input
{
	width:125px !important;
}
.mmf-form button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}