label.contact{
	display: block !important;	
    color: #000 !important;
    font-weight: 700 !important;
    margin-right: 5px !important;
    margin-top: 1em !important;
    
}
input.contactform{
    background: #FFFFFF;
    border: 1px solid #888888;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 25px;
    height: 35px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    bottom-margin: 1em;
}
textarea.contactta{
	 background: #FFFFFF;
    border: 1px solid #888888;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 25px;
    height: 35px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    padding-top: 8px;
}