The tools I am currently utilizing are as follows:
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: url(/Content/images/bg.png) no-repeat center top;
min-height: 100%;
}
Although I do not explicitly style my select boxes, upon inspection with Firebug, I see that they are using the MS Shell Dlg font. Why is this the case and how can I ensure that the font matches that of the body? Additionally, is it consistent across all browsers that select boxes have different fonts compared to the rest of the page?