﻿


/*GOOGLE MAP*/
.pageContacts #GoogleMap {
    width: 100%;
    height: 400px;
}


/*CONTACTS PAGE*/
.contactForm {
    display: table-cell;
    position: relative;
    width: 400px;
    min-height: 200px;
    padding: 10px;
   
}

    /** we remove the red glow around required fields since we are already using the red star */
    .contactForm input:required, textarea:required {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }


   

.pageContacts #editorContainer {
    width: 380px;
    display: table-cell;
    padding-left:20px;
}


.pageContacts  #message {
    resize:vertical;
    
}