﻿*.round {
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
}

div.pseudo_table, div.pseudo_cell {
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
}

*.top_round
{
    border-top-right-radius:5px;
    border-top-left-radius:5px;
}

*.bottom_round {
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}

*.no_round {
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    border-top-right-radius:0px;
    border-top-left-radius:0px;
}

div#menu *, div#secondary_menu {
    border-radius:5px;
}

div.pseudo_cell input {
    border-radius:5px !important;
}

div#footer, div#page {
    border-radius:10px !important;
}

div#footer div.pseudo_cell {
    border-radius:5px !important;
}

div#wrapper {
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}
	