/* Named User Modal DIVs */

div#named_users{
    height:27em;
    *height: 28em;
    width:28em;
}

div#named_users div.modal_top{
    width:28em;
}

div#named_users div.modal_left{
    width:12em;
    padding-right:1.5em;
}

div#named_users div.modal_right{
    width:12em;
}

div#named_users div.modal_middle{
    height:22em;
    width:28em;
}

div#named_users div.modal_bottom{
    width:28em;
    height: 3em;
}

div#named_users div#named_users_update_summary,
div#upload_named_users div#upload_named_users_import_summary{
    float:left;
    clear:left;
    width:25em;
    height:1.5em;
}

div#named_users select#named_users_current_named_users,
div#upload_named_users ul#upload_named_user_validate_results{
    border: solid 1px gray;
    background-color: white;
    overflow-y: scroll;
    height:17em;
    *height:16em;
    width: 25em;
    margin: 0;
    padding: 0;
}

div#named_users select#named_users_current_named_users{
    height:14em;
    width: 25em;
}

div#upload_named_users ul#upload_named_user_validate_results{
    height:14em;
    width: 45em;
}

div#upload_named_users ul#upload_named_user_validate_results li span{
    margin-left: 0.125em;
    margin-right: 0.125em;
}

input#adopt_selected_accounts{
    float:left;
    clear:left;
    margin-top:-1em;
}

input#remove_named_users{
    margin-top: 0.5em;
    *margin-top: -1em;
}


div#named_users strong.search_results_page_link{
    margin-right: 0.5em;
    cursor: pointer;
}

div#named_users div.search_results_pagination{
    width:auto;
    height:1.5em;
    float:left;
}

div#named_users_help,
div#upload_named_users_help{
    z-index: 8000;
    width: 50em;
    top: 24%;
    left: 52%;
}

input#remove_parent_account{
    margin-top: 3em;
}

div#max_users_container{
    float:right;
    clear:left;
    width:17em;
}

div#max_users_container input#max_users{
    margin-right: 2em;
}

