.address_book_fieldset
{
    padding: 0;
}

textarea.address_book
{
    width: 822px;
    height: 40px;
}

/* autocomplete stylings */
.ac_even, .ac_odd
{
    font-size: 11px;
}

.ac_even
{
    background-color: #FFFFFF;
}

.ac_odd
{
    background-color: #EEEEF0;
}

.ac_over
{
    background-color: #F5ECA1;
    cursor: pointer;
}

/* address book dialog stylings */
.book_button_wrapper
{
    margin-left: 8px;
    margin-top: 5px;
    height: 30px;
}

.show_book_wrapper
{
    margin-bottom: 2px;
    margin-top: 2px;
    width: 100%;
}

.show_book_wrapper button
{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 6px;
    width: 150px;
}

.book_wrapper
{
    border: 2px solid #555555;
    height: 265px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    width: 95%;
    
}

.book_line
{
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
    padding: 5px;
}

.book_line_even
{
    background-color: #fff;
}

.book_line_odd
{
    background-color: #EEEEF0;
}

.book_line_selected, .book_line_selected div
{
    background: #3f3f3f;
    color: #FFFFFF;
}

.book_line:hover, .book_line:hover div
{
    background: #F5ECA1;
    color: #000000;
}

.book_name
{
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    width: 250px;
}

.book_address
{
    color: #3f3f3f;
    font-size: 11px;
    margin-left: 10px;
    text-transform: lowercase;
}
