 #download_title{
        display: block;
        margin-left: 30px;
        margin-bottom: 30px;
 }

.termsandconditions_text {
    position: relative;
    width: 900px;
    height: 100%;
    font-family: verdana;
    font-size: 14px;
    left: 50%;
    margin-left: -450px;
    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 */  
}

.termsandconditions_text .title {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;

}

.termsandconditions_text .text {
    display: block;
}

.new_paragraph {
    margin-top: 20px;
    
}

#accept_termsandconditions {
    background: url(../images/termsandconditions/accept-button.png);
    width: 240px;
    height: 70px;
    display: inline-block;
    margin-left: 195px;
    margin-top: 40px;
    cursor: pointer;
}

#decline_termsandconditions {
    background: url(../images/termsandconditions/decline-button.png);
    width: 240px;
    height: 70px;
    display: inline-block;
    cursor: pointer;
    margin-left: 30px;
}

#download_tip {
    font-family: verdana;
    font-size: 12px;
    margin: 10px 0 20px 0;
    text-align: center;
}

.bold {
    font-weight: bold;
}