﻿div.agreement-read
{
    position: absolute;
    left: 270px;
    background-color: #fffeba;
    width: 280px;
    padding: 10px;
    color: black;
    margin: 0 auto;
    border: #515151 1px solid;
    display: none;
}
.close
{
    background: #105991;
    padding: 2px 5px;
    color: #fff;
    border: 1px solid #013a65;
    cursor: pointer;
}
.dis-close
{
    background: #ddd;
    color: #333;
    border: 1px solid #666;
    padding: 2px 5px;
}

.acceptForm
{
    border: 1px solid #CCCCCC;
    float: left;
    width: 350px;
    margin: 0 auto;
    padding: 10px;
}
.acceptForm label
{
    float: left;
    width: 100px;
    clear: both;
    margin-bottom: 10px;
}
.acceptForm input[type="text"]
{
    float: left;
    width: 170px;
    margin-bottom: 10px;
}


.pop-box
{
    font-family: Arial;
    line-height: 20px;
}

.pop-box h1, .pop-box h2, .pop-box h3, .pop-box h4
{
    margin-bottom: 15px;
}
.text-aligned
{
    text-align: center;
}

.pop-box a
{
    text-decoration: underline;
    color: #0051B5;
}

.pop-box ul
{
    margin-left: 25px;
}
.pop-box li
{
    list-style: outside lower-alpha;
    margin-bottom: 10px;
    margin-left: 25px;
}

.pop-box .cap li
{
    list-style: outside upper-alpha;
}
.pop-box .child li
{
    list-style: outside lower-roman;
}
