#m-feedback-form2  {display:none; position:fixed; left:0; right:0; top:0; bottom:0; background: rgba(0,0,0,.7); z-index:9999;}
#m-feedback-form2 .modal-container{display:block; position:relative; width:320px; margin:75px auto 0 auto; padding:20px; background:#fff; border:0; border-radius:5px; 
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

#m-feedback-form2  .modal-title, #m-feedback-msg .modal-title{
font-family: Arial, Tahoma, Verdana, sans-serif;
font-weight: 400;
color:#1d3491;
font-size:130%;
padding-bottom:15px;
}
#m-feedback-form2 input,#m-feedback-form2  textarea {
	border-radius:1px;
}
#m-feedback-form2 input:focus,#m-feedback-form2  textarea:focus{
	    border-color: #05b8e5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(29, 52, 145, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(29, 52, 145, .6);
}
#m-feedback-msg .modal-title {padding-bottom:0px;}

#m-feedback-msg .error-text {color:red;}

#m-feedback-msg .close, #m-feedback-form2 .close {font-size:180%; margin-top:0px; outline:none;}

#m-feedback-form2 .capt-image {text-align:center; padding-bottom:10px;}

#m-feedback-form2 .sub-btn-row {margin-bottom:0px; text-align:center;}

.form-control.f_set{display:none;}

