div.mmf {
	margin: 0;
	padding: 0;
}
fieldset
{       
       background: #fff url(http://shawnide.com/wp-content/themes/darkslider/images/applebgshort.jpg) repeat-x 0 0;
       padding: 20px;
       width: 500px
       margin: 30px;
}
textarea{
	background: transparent
        url("http://shawnide.com/wp-content/themes/darkslider/images/form_textarea.png") no-repeat;
        border:solid 0 #fff;
	color:#FFF;
	font-size:12px;
	display:block;
	float:left;
	padding:4px 6px;
	width:420px; height:156px;
}

input[type="text"] {
        background: transparent
        url("http://shawnide.com/wp-content/themes/darkslider/images/form_field_1.png") no-repeat;
        border:solid 0 #fff;	
        color:#FFF;
	font-size:12px;
        padding:0 6px 0 4px;
        width:185px; height:41px;
}

input[type="submit"] {
        background: transparent
        url("http://shawnide.com/wp-content/themes/darkslider/images/form_submit.png") no-repeat;
        border:solid 0 #fff;	
        color:#FFF;
	font-size:12px;
        text-align:left;
        
        width:185px; height:41px;
}

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.3em;
}

	/* Search form
	-------------------------------------------------------------------------------------- */
	#search_form .field input { color: #353535; border: 0; background: transparent; font-size: 11px; padding: -1em 1em; position:relative; top:-12px;
}
