 * {
    font-family: verdana;
}

a {
    text-decoration: none;
}
#download_title{
    display: block;
    margin-left: 30px;
    margin-bottom: 30px;
 }

#minimumspec {
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.download_step {
    position: relative;
    width: 650px;
    font-family: verdana;  
    min-height: 150px;
    font-family: verdana;
    font-size: 14px;
    left: 50%;
    margin-left: -420px;
    padding: 15px 15px 15px 15px;
    background: #E7E7E7;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */ 
}

#step1 {
    height: 200px;
}

#step2 {
    height: 520px;
}

#step3 {
    height: 600px;
}
.step_number {
    float: left;
}

.step_right {
    margin-left: 20px;
    float:left;
    margin-top: 20px;
}

.step_right .title {
    font-size: 17px;
}

#step1 .link a:active {
    text-decoration: none;
}
#step1 .link a {
    color: #ff5200;
    text-decoration: underline;
}

.step2_text, .step3_text {
    width: 450px;
}

.download_windows_new {
    background: url(../images/download/download-new-windows.png);
    width: 151px;
    height: 40px;
    margin-left: -5px;
    margin-top: 20px;
    cursor: pointer;
}

#download_dialog {
    background: url(../images/download/file-download-popup.png);
    width: 404px;
    height: 272px;
    margin-left: -5px;
    margin-top: 20px;
}
#securitysettings {
    background: url(../images/download/norton-internet-security-popup.png);
    width: 499px;
    height: 347px;
    margin-left: -5px;
    margin-top: 20px;
}