/*******************************************************
css FOR CONTACT FORM
*******************************************************/

#contactform {
    width: 515px;
    font-size: 100%;
    }

#contactform .formfield{
    margin-top: 2px;
    margin-bottom: 2px;
    }

#contactform .col1, #contactform .wide{
    text-align: left;
    margin-right: 2px;
    float: left;
    }

#contactform .col1{
    width: 140px;
    }

#contactform .input input{
    width: 260px;
    margin-bottom:3px;
    }

#contactform select {
    width:262px;
    margin-bottom:3px;
}

#contactform .multiline textarea{
    width: 257px;
    }

#contactform .wide{
    padding-left: 12px;
    }

#contactform .widemultiline textarea{
    width: 352px;
    }

#contactform .submit{
    text-align: left;
    margin: 5px 0 0 140px;
    }