﻿.bodycontentfooter { border-bottom-left-radius:0; border-bottom-right-radius:0; }

.bodycontent,

.inputbox,
.message,
.navmenu { border-radius:0; }
.navlinks ul li:first-child a:hover
{
    border-top-left-radius:0;
    border-bottom-left-radius: 0;
}
.homebutton,
.button,
.linkbutton,
.validation-summary-errors,
input[type="text"], 
input[type="password"], 
input[type="file"], 
select, 
textarea
{ border-radius:0; }

.buddyListBubble {
    background: #e02424;
    padding: 2px 6px;
    color: #fff;
    font: bold .9em Tahoma, Arial, Helvetica;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.reservationCountBubble {
    background: #e02424;
    padding: 2px 6px;
    color: #fff;
    font: bold .9em Tahoma, Arial, Helvetica;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}