div.mfeedback {
	background: #fff;
    margin-bottom: 0px;
	position: relative;
}
.bblak{
    background: #000;
    padding: 0 30px;
    margin-bottom: 50px;	
}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:100%; padding-bottom:0.4em;}

div.mf-name input, 
div.mf-email input,
div.mf-comapany input, 
div.mf-phone input 
{
	width:100%;
	padding: 7px;
	color: #424242;
}

div.mf-message textarea {width: 100%;}
span.mf-req {color:red;}
div.mf-ok-text {
    color: green;
    font-weight: bold;
    padding-bottom: 1em;
    text-align: center;
}
.bblak h3{
	text-align: center;
    color: #b78631;	
}
.bblak h4{
	text-align: center;
    font-size: 16px;
    margin-bottom: 25px;	
}
.mf-subt{
	text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;	
}
.mf-subt button{
    background: #d39c39;
    padding: 5px 15px;
    border: 1px solid #d39c39;
    font-size: 16px;	
}
.mf-subt button:hover{
    background: #c38618;	
}
.soglas{
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;	
}
#msg #frms{
	text-align: center;
    width: 300px;
    height: 50px;
    text-align: center;
    padding: 15px;
    border: 3px solid #009a14;
    border-radius: 10px;
    color: #009a14;
    /* display: none; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    box-shadow: 1px 1px 5px #000;
}

#msg .close {
    position: absolute;
    top: -20px;
    right: -20px;
    border: 1px solid #cc0000;
    color: #cc0000;
    margin: 10px;
    text-decoration: none;
    background: #ffffff;
    font-size: 12pt;
    padding: 4px 0px;
    cursor: pointer;
    opacity: 1;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
}	
#msg .close:hover{
	box-shadow: 1px 1px 1px #000;
}	
	
	
	
	
	
	
	