.mu-contact-left .form-group .error-message{
	color: red;
	font-size: 12px;
}
.success-mail{
	color: white;
}
.fail-mail{
	color: red
}
.load {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}
body.loading .load {
    overflow: hidden;   
}

body.loading .load {
    display: block;
}
.cnct{
	display: block;
margin-top: 214px;
}
.hdmail{
	padding: 7px;
}
.bdmail{
	text-align: center;
background: #097369;
}
.ftrmail{
	padding: 4px;
text-align: right;
}
.clbtn{
	color: #fffbfb;
background-color: #033d35;
padding: 1px 8px;
}
.clbtn:hover{
	color: #fcf8f8;
background: #08665f;
}
