Nah.. It's not the box really.. Just the way the drop down looks.
This works.. It changes the way the box looks (a little) but, when the menu is dropped down is what I wanted to change, thin line and diff background. Thanks FireFly I'll try that.
Code:
<html>
<head>
<title>TEST</title>
<style type="text/css">
.select{
background-color: #CCCCCC;
border: 1px solid #000000;
font-family: Verdana;
font-size: 10px;
color: #000000;
}
</style>
</head>
<body>
<select class="select">
<option>
<option>boo
<option>boo
</select>
</body>
</html>