

input{
     width:80%; max-width: 600px;
    font-family: helvetica;
    font-size: 14pt;
    height: 50px;
    border: 2px solid grey;
    margin-bottom: 10px; 
}
textarea{
     height:150px;
    width:80%; max-width: 600px;
    height: 200px;
    font-family: helvetica;
    font-size: 14pt;
    border: 2px solid grey;
    margin-bottom: 10px;
}
input.error, textarea.error, select.error{
    border:2px solid #b56e20;
}
button{
    border: 1px outset #0db8f7;
    background-color: #0db8f7;
    height:50px;
    width:80%; max-width: 600px;
    cursor:hand;
    font-family: helvetica;
    font-size: 14pt;
    color: #fff;
    margin-bottom: 10px;

    -webkit-appearance: none;
    border-radius: 0;
    margin-bottom: 28px;
    text-transform: uppercase;
}
button:hover{
      background-color: #0a98cc;
}
.required{
    color:#b56e20;
}
