.articles_header, .articles_header:active, .articles_header:hover, .articles_header:visited
{
    text-decoration: none;
}

#page_faq h3 {
    font-size: 16px;
}


#form_container textarea{
    width: 95%;
    padding: 8px 10px 6px;
    margin: 1px 0 10px;
    font-size: 12px;
    background-color: #F1F1F2;
    border: 1px solid white;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px #CCC;
    color: #B6B6B6;
    text-shadow: 1px 1px white;
    outline: none;
}

#form_container input[type=text] {
    width: 95%;
    height: 13px;
    padding: 8px 10px 6px;
    margin: 1px 0 10px;
    background-color: #F1F1F2;
    border: 1px solid white;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px #CCC;
    color: #B6B6B6;
    text-shadow: 1px 1px white;
    outline: none;
}

.contact_us_temp {
    text-decoration: none;
}

.contact_us_temp:hover {
    text-decoration: underline;
}