div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	
}
div.mfp_buttons button#mfp_button_cancel {
	
}
div.mfp_buttons button {
	font-size: 12px;
	margin: 0px;
	padding: 3px;
}
div.mfp_buttons button.submit {
	background: #3f1c0e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 30px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin: 30px 0;
	border:none;
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}


div.mfp_buttons button.submit:hover {
    background: #DE5E60;
    color: #FFFFFF;
}