div.map_div{     
    width        : 100%;
    height       : 380px;
}

input#poly_id {
    width        : 4em;
}

select#poly_replace {
    margin-left  : 2em;
}

table.polygon_data_table {
    width        : 100%;
    border-collapse: collapse;
}

table.polygon_data_table td {
     border       :  5px ridge #606060;
} 

table.polygon_data_table th {
     border       :  5px ridge #606060;
     width        :  15%;
}

input.polygonTextF {
    width         : 99%;
}

textarea.coordText {
    width         : 99%;
    height        : 7em;
}

table.actionTable {
    margin-left  : auto;
    margin-right : 25px;
}
