.conforg .mfeedback {
	width: 80%;
	position: relative;
}
.conforg .mf-name, .conforg .mf-email, .conforg .mf-captcha, .conforg .mf-message {
	width:100%!important; 
	padding-bottom:0.4em;
}
.conforg .mf-name input, .conforg .mf-email input {
    width: 100%!important;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #b78631;
	margin-bottom: 10px;
}
.conforg .mf-message textarea {
    width: 100%!important;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #b78631;
}
.conforg #submit{
    text-align: center;
    width: 100%!important;
    background: #b78631;
    border: 1px solid #b78631;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
}
.conforg .submit:hover{
	background: #90671f;
}
.conforg  span.mf-req {
	color:red;
}
.conforg  div.mf-ok-text {
	color:green; 
	font-weight:bold; 
	padding-bottom: 1em;
}

.mf-subt #submit{
	width: 100%!important;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #b78631;
    margin-bottom: 10px;
    background: #b78631;
    color: #fff;	
}
.mf-subt #submit:hover{
	
}
.zagfocont {
    margin: 0 0 10px;
    text-align: center;
    width: 100%!important;
}
.soglas{
	text-align: center;
}

#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;
}