﻿.disclaimerContentContainer {
    width: 92%;
    height: 640px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    font-family: Verdana;
    display: none;
}

.disclaimerContentInnerContainerStyle {
    width: 870px;
    margin: 0 auto 0 auto;
    margin-top: 10px;
}

.disclaimerContentCenterStyle {
    width: 720px;
    height: 100%;
    margin: 0 auto 0 auto;
}

.disclaimerTitleStyle {
    font-size: 32px;
}

.disclaimerInfoContainerStyle {
    float:left;
    width: 45%;
    min-width: 700px;
    height: 85%;
    min-height: 580px;
    background: linear-gradient(#aaaaaa, #000000);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.disclaimerDescriptionRowStyle {
    clear: both;
    width: 96%;
    color: #ffffff;
    margin-top: 20px;
    padding-left:20px;
}

.disclaimerSpacerRowStyle{
    width: 100%;
    height:12px;
}

.disclaimerBulletRowStyle {
    width: 100%;
    height: 40px;
    color: #ffffff;
}

.disclaimerColumn1Style {
    float: left;
    width: 10%;
    height: 100%;
    background-image: url("../images/bulletItemSmall.png");
    background-repeat: no-repeat;
    background-position: top right;
}

.disclaimerColumn2Style {
    float: left;
    width: 70%;
    height: 100%;
}


