div.clear {overflow:hidden; height:0px; clear:both;}


    /*-- Contact --*/
    #contact {
        width:650px;
    }
    #contact .map {
        width:410px;
        float:left;
        position:relative;
    }
    #contact .map h1 {
        position:absolute;
        width:370px;
        text-align:center;
    }
    #contact .map .areas {
        padding:12px 40px 0 0;
        font-size:12px; line-height:1em;

    }

    #contact h4 {
        font-size:12px; line-height:1em;
        margin:0;
    }
    #contactform_container {
        width:240px;
        float:left;
    }
    #contact p {
        width:230px;
    }
    #contact label {
        display:block;
        padding:10px 0 0;
    }
    #contact input {
        width:160px;
        margin:0 10px 0 0;
    }
    #contact select {
        width:160px;
        margin:0 10px 10px 0;
    }
    #contact .clear, 
    #contact .send {
        width:auto;
        float:none;
        margin:10px 0 0;
    }
    #contact textarea {
        width:339px; height:71px;
        background-color:#fff;
        margin-right:10px;
        *width: 338px;; /* IE 7 and below */

    }
    #contact p.msgarea {
        display:none;
    }
    #contact .webphone {
        text-align:center;
        margin:0;
        font-size:19px;
    }
    #contact .labelHighlight {color:#666;}
    #contact .errorfield {color:#c41230;}


