<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.CDcoregForm form { 
    width: 90%; 
    padding: 5px; 
    margin: 20px auto; 
    background: #DCDCDC; 
    border: 1px solid #0093C2; 
    border-radius: 3px; 
    text-align: left; 
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    color: #000000;  
    } 


.CDcoregForm form .control-group  {
    clear: both; 
    margin: 0;
    padding: 0;
    }

.CDcoregForm form .control-group  label { 
    margin-bottom: 5px; 
    line-height: 24px; 
    font-size: 14px; 
    font-weight: bold;
    color: #0093C2; 
    }

.CDcoregForm form .control-group  label.error { 
    font-weight: normal; 
    color: #FF0000; 
    }

.CDcoregForm form .control-group  input, select { 
    display: inline-block; 
    width: 70%; 
    height: 24px; 
    margin: 0 10px;
    margin-bottom: 5px; 
    padding: 0 5px; 
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    vertical-align: middle; 
    line-height: 20px;
    font-size: 14px; 
    font-weight: normal;
    color: #555555; 
    }

.CDcoregForm form .control-group  select { 
    padding-right: 0; 
    border-top-right-radius: 0; 
    border-bottom-right-radius: 0; 
    }

.CDcoregForm form .form-actions { 
    padding: 19px 20px 20px; 
    margin-top: 20px; 
    margin-bottom: 20px; 
    background-color: #f5f5f5; 
    border-top: 1px solid #e5e5e5; 
    }

.CDcoregForm form .form-actions:before, .form-actions:after { 
    display: table; 
    line-height: 0; 
    content: ""; 
    }

.CDcoregForm form .form-actions:after { 
    clear: both; 
    }

.CDcoregForm form .form-actions button[type=submit] { 
    width: auto; 
    padding: 9px 15px; 
    background: #0093C2; 
    border: 0; 
    border-radius: 3px; 
    font-size: 16px; 
    font-weight: bold; 
    color: #FFFFFF; 
    }  

/**
 * Step 2
 **/
 
.CDcoregForm #download h1 {
    text-align: center; 
    font-size: 15px; 
    }

.CDcoregForm #download a { 
    display: block; 
    width: 80%; 
    margin: 0 auto; 
    text-align: center; 
    text-decoration: none; 
    }

.CDcoregForm #download a span { 
    display: block; 
    width: 100%:; 
    margin-top: 10px; 
    background: #0093C2; 
    border: 0; 
    border-radius: 3px; 
    line-height: 50px; 
    text-decoration: none;
    font-size: 20px;
    font-weight: bold; 
    color: #FFFFFF; 
    }

/**
 * Jquery Validate
 **/

label.valid { 
    display: inline-block;
    float: right; 
    width: 24px; 
    height: 24px; 
    background: url(../img/valid.png) center center no-repeat; 
    text-indent: -9999px;
    }

label.error { 
    display: block;
    clear: both;
    padding: 0 8px; 
    margin-top: 0;
    font-weight: bold; 
    color: red; 
    }</pre></body></html>