#main
{
    text-align: left;
}

#main p
{
    margin-top: 0;
    color: #b7b7b7;
}

#terms
{
    margin-top: 25px;
    background-color: #ffffff;
    height: 280px;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#terms p
{
    color: #000000;
    font-size: 12px;
}

#terms h2
{
    font-weight: normal;
    color: #df1e26;
}

#terms hr
{
    margin-left: 0
}

.close {
display:block;
height:30px;
position:absolute;
right:51px;
top:50px;
width:30px;
}