.freecontactform {
width: 100%;
font-family: 'Montserrat-Regular';
font-size: 0.9rem;
border-radius: 10px;
}
.freecontactformmessage {
text-align:center;
padding-bottom:10px;
}
.freecontactform td {
    text-align: left !important;
padding:2px;
}
.freecontactform tr {
display: grid;
}
.freecontactform p {
padding:2px;
}
.freecontactform label {
padding:2px;
margin-bottom: 0rem;
margin-top: 0.5rem;
}

input[type=text] {
    width: 100%;
    padding:5px; 
    border:2px solid #cccccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#Your_Message{
        width: 100%;
    padding:5px; 
    border:2px solid #cccccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.required {
font-weight:bold;
}
.required_star {
font-weight:bold;
color:#F00;
}
.not-required {
font-weight:normal
}
.antispammessage {
padding:10px;
border-top:1px solid #AAA;
border-bottom:1px solid #AAA;
font-weight:bold;
margin-top: 15px;
}
.antispamquestion {
font-weight:normal;
}

.form-submit-button {
background: #0066A2;
color: white;
border-style: outset;
border-color: #0066A2;
height: 50px;
width: 100px;
font: bold 15px arial, sans-serif;
text-shadow:none;

}