/* Box new textbox */

.box-new-textbox {
    margin-bottom: 15px;
    margin-top: 5px;
}

.box-new-textbox ul,
.box-modal-content ul {
    padding: 15px 0;
    margin: 0;
    list-style: none;
    display: block;
}

.box-new-textbox ul li,
.box-modal-content ul li {
    padding: 0 0 0 15px;
    margin: 0;
    display: block;
    position: relative;
}

.box-new-textbox ul li:before,
.box-modal-content ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #4AB8E1;
}

.box-new-ad-logo {
    float: right;
    margin-left: 20px;
}

.box-modal-content h3 {
    color: #4AB8E1;
    font-family: pt_sansbold,Arial,sans-serif;
    font-weight: normal;
}
