.email-enquiry-form{
        clear: both;
        margin: auto;
        max-width: 360px;
        width: 100%;
    }
    .email-enquiry-form ul{
        list-style: none;
    }
    .error_msg{
	    font-weight: 400;
	    clear: both;
	    font-size: 0.9166em;
	    line-height: 1em;
	    color: #ee001c;
	    margin-top: 5px;
	    margin-bottom: 5px;
    }

.enquiry_loading {
    background: rgba(255, 255, 255, 0.5) url("../images/loading.gif") no-repeat center center ;
    color: #333333;
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999999;
    }