.nexBankSpeedBump
{
}

    .nexBankSpeedBump .headingHeight
    {
        height:40px;
    }

        .nexBankSpeedBump .headingHeight .underDottedLine
        {
            border-bottom:1px dotted black;
            width:171px;
        }

.nexBankSpeedBump .emptyHeight50 
{
   height:50px;
}

    .nexBankSpeedBump .buttonContainerOuterDiv 
    {
       margin: 0 auto; 
       width:100%; 
       text-align: center;
    }

        .nexBankSpeedBump .buttonContainerOuterDiv .buttonContainerDivLeft 
        {
          float:left;
          width:40%;
          text-align: right;
          margin-right:10px;
        }

        .nexBankSpeedBump .buttonContainerOuterDiv .buttonContainerDivRight 
        {
          float:left;
          width:40%;
          text-align: left;
          margin-left:10px;
        }

    .nexBankSpeedBump .button
    {
        background-color: #b4bb25;
        font-family: "adelle-sans";
        color: white;
        text-decoration: none;
        border-bottom: 5px solid #ddddde;
        padding: 5px 20px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
    }

    .nexBankSpeedBump .button:hover
    {
        background-color: #b4bb25;
        font-family: "adelle-sans";
        color: #004b8c;
        text-decoration: none;
        border-bottom: 5px solid #004b8c;
        padding: 5px 20px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
    }

    .nexBankSpeedBump .clear
    {
        clear: both;
    }



