<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
        font-family: Calibri, Sans-Serif; 
        font-size: 0.95em;
        line-height: 1.5em;
        background: #809ab2;
        margin: 0 0 50px;
        color: #444;
    }

    img { border: 0 }
    input { border: 1px solid #b4b5b7; }
    input, textarea, select {font-family: Calibri, Sans-serif; }
    input, textarea { padding: 4px; margin: 0 }
    textarea { overflow: auto; }
    a span { padding: 0.1em 1em !important; } /* fixes the jQuery button size */
    
    p { padding: 0 0 10px; margin: 0 }
    h1 { margin: 0; }
    h2, h3 { padding: 0; margin: 12px 0 8px; color: #245; font-weight: normal }
    a { color: #069; outline: none }
    
    
    
    #wrapper 
    {
        position: relative;
        width: 700px; 
        margin: 60px auto;
        border: 1px solid #444444;
        border-top: none;
        padding: 0;
        background: url(/Resources/Images/top-repeat.png) #fff top repeat-x;
        -webkit-box-shadow: 4px 4px 15px #444; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow: 4px 4px 15px #444; /* FF3.5 - 3.6 */
        box-shadow: 4px 4px 15px #444; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
    }
    
    
    #header  
    {
        text-align: center; 
        margin-bottom: 30px;
    }
    #footer  
    {
        text-align: center; 
        margin-top: 30px;    
        padding-bottom: 10px;
    }
    #content  
    {
        padding: 0 75px;
    }
    
    #request-demo { position: absolute;top: 40px; left: 0px; }
    
    
    #quick-login-menu
    {
        text-align: right;
        z-index: 1;
        background-color: #444444;
        line-height: 40px;
        color: #FFF;
        padding-right: 30px;
        margin: 0 -1px 20px -1px;
        font-weight: bold;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#555555)); 
        background-image: -webkit-linear-gradient(top, #444444, #555555); 
        background-image:    -moz-linear-gradient(top, #444444, #555555); 
        background-image:     -ms-linear-gradient(top, #444444, #555555); 
        background-image:      -o-linear-gradient(top, #444444, #555555); 
        background-image:         linear-gradient(top, #444444, #555555);
    }
    
    #quick-login-menu a
    {
      color: #FFF;
      float: right;
      padding: 0px 10px;
      margin-left: 10px;
    }
    #quick-login-menu a:hover, #quick-login-menu a.selected{
        background-color: #555555;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#666666)); 
        background-image: -webkit-linear-gradient(top, #555555, #666666); 
        background-image:    -moz-linear-gradient(top, #555555, #666666); 
        background-image:     -ms-linear-gradient(top, #555555, #666666); 
        background-image:      -o-linear-gradient(top, #555555, #666666); 
        background-image:         linear-gradient(top, #555555, #666666);
        border: 1px solid #333;
        border-width: 0 1px;
        padding: 0px 9px;
    }
    #quick-login
    {
        position: absolute;
        top: 40px;
        right: 29px;
        background-color: #666;
        padding: 16px 15px 8px;
        color: #FFF;
        border: 1px solid #333;
        border-width: 0px 1px 1px 1px;
        width: 225px;
    }
    
    #quick-login input[type=text] input[type=password]
    {
        max-width: 110px;
    }
    #quick-login label
    {
        display: inline-block;
        *display: inline; 
        *zoom:1;
        width: 70px;
        text-align: right;
    }
    
    #quick-login input 
    {
        color: #444;
        background: whiteSmoke;
        border: 1px solid #777;
    }
    
    #loginMessage a { color: #fff}
    
    #forgot-password {color: #FFF;}  
    
    #contact-form input.error, #contact-form textarea.error 
    {
        border: 1px solid red;
    }
        
    #contact-form label.error
    {
        width:0;
        margin:0;
        line-height:0;
        display: none;
    }
    
    #contact-form label
    {
        display: inline-block;
        *display: inline; 
        *zoom:1;
        width: 170px;
        vertical-align: top;
        margin-left: 50px;
    }
    
    #contact-form textarea
    {
        height: 100px;
    }
    #contact-form textarea, #contact-form select
    {
        width: 250px;
    }
    
    #form-actions
    {
        text-align: center;
    }
   
    .hidden { display: none }

    #formResponseError, #formResponse {
        border: 1px solid #07a;
        background: #f5f5f5;
        padding: 10px;
        text-align: center;
    }
    #formResponseError { border-color: #777; color: #a20 }
    #sign-up-form-menu { font-weight: 700; margin: 20px 0 0; text-align: center}
    </pre></body></html>