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

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

div.mmf-mail-sent-ok {
	border: solid 1px #0f0  !important;
	background: #ddd !important;
}

div.mmf-mail-sent-ng {
	border: solid 1px #f00  !important;
	background: #ddd !important;
}

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

div.mmf-validation-errors {
	border: solid 1px #f00 !important;
	background: #ddd !important;
}

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

span.mmf-not-valid-tip {
	position: relative !important;
	top: 0 !important;
	left: 0px !important;
	display: block;
	margin: 5px 0px 5px 155px;
	clear: left;
	z-index: auto;
	background: transparent !important;
	border: none !important;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
	color: #97804d;
}

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

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


form.mmf-form,
form.mmf-form div.formular {
	margin: 0 !important;
}


form.mmf-form input[type=text],
form.mmf-form textarea {
	border:1px solid #ccc;
}

form.mmf-form input[type=submit] {
	border:1px solid #ccc;
	background: url(images/gold_nav_bg.png) 0px 0px no-repeat;
	text-transform: uppercase;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

form.mmf-form input[type=submit]:hover {
	background: url(images/css-nav-bg.png) right top no-repeat;
	color: #000;
}
