<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact_cont{position: relative; width: auto; font: normal 12px Arial; color: #474747; text-align: center;}

    .contact_cont table{border-collapse: collapse; width: 100%; text-align: center;}
        .contact_cont table th{text-align: right; margin: 0 5px 0 0;}
        .contact_cont table td{text-align: left;}
            .contact_cont table td input[type="text"]{width: 300px; height: 20px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border-top: solid 1px #8e8e8e; border-left: solid 1px #8e8e8e; border-right: solid 1px #e1e1e1; border-bottom: solid 1px #e1e1e1;}
            .contact_cont table td textarea{width: 300px; height: 200px; overflow: hidden; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border-top: solid 1px #8e8e8e; border-left: solid 1px #8e8e8e; border-right: solid 1px #e1e1e1; border-bottom: solid 1px #e1e1e1;}
            .contact_cont table td input[type="submit"]{height: 25px; padding: 0 10px; background: url('/images/button_submit_bg.png') repeat-x top left; cursor: pointer; color: #424242; font: bold 11px Tahoma; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: solid 1px #a5a5a5;}</pre></body></html>