
#page-header h1 { text-shadow: 0px 0px 5px #ffb680; }

:focus {
        outline: 2px solid rgba(181,87,20,0.6);
}

#page-contact {
        margin-right: 20px;
        padding: 10px;
        width: 698px;
        float: left;
}

#content h1 {
        text-decoration: none;
        text-shadow: 1px 1px 0px #d4d4d4;
        
        font-family: 'Arial Narrow', Arial;
        font-weight: normal;
        font-size: 24px;
        color: #0b6482;
}

#page-contact header p {
        margin-bottom: 5px;
        font-size: 11px;
        color: #898989;
}

#page-contact header {
        border-bottom: 1px dotted #e0e0e0;
        margin-bottom: 5px;
}


#content #contact-info-menu p { margin-bottom: 12px; }
#content #contact-info-menu li { border: 0px; padding: 0px; line-height: 1.4; }


.CleanContact { text-align: left; width: 30em; display: block; border:0; padding-top: 1em; }
.CleanContact input[type="text"] { width: 100%; margin-bottom: .5em; }
.CleanContact label { display: inline; width: 200px; }
.CleanContact textarea{ width: 100%; height: 15em; margin-bottom: .5em; font-size: 1.2em}
.CleanContact label em { font-weight: bold; font-style: normal; color: red; }
.CleanContact_msg { font-weight: bold;  padding: 1em; -moz-border-radius: 5px; border-radius: 5px;  }
.CleanContact_msg.ok { border: solid 1px #e6f4d7; color: #000; margin: 2em 0 2em 0;}
.CleanContact_msg.err{ border: solid 1px #fff; color: #000;}