table, thead, tbody, tr, th, td{
        border: 1px solid #ccc;
    padding: 10px;
    text-align: center
}    
table{
    width: 100%
}

table a{
    color: #EB6608
}

.contacts-form{
    width: 61%;
    margin: 5px;
    float: left
        
}

.contactus{
    float: right;
     width: 33%;
    margin: 5px;
}

.contact-form table,
.contact-form tr,
.contact-form td,
.contact-form thead,
.contact-form tbody
{
    border: none;
    text-align: left
}

.contact-form label{
    display: block
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea
{
    width: 100%
}

input[type="text"], input[type="email"], select {
    width: 170px;
    height: 28px;
    padding: 0;
    border: 1px solid #ccc;
}

.contact-form input[type='submit']{
        margin: 0;
    width: inherit;
    height: 100%;
    line-height: 2px;
    padding: 16px 25px;
}

input[type="submit"] {
    margin-left: -50px;
    height: 30px;
    width: 80px;
    background: #4aaceb;
    color: white;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    cursor: pointer;
}

.fancy_header_text{
        color: #444;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 1.6em;
}

a.accordion-toggle, 
a.accordion-toggle:active, 
a.accordion-toggle:link
{
    color: #0052A8
}

.highlight{
    background-color: #ffff99
}