.ddselect {
padding: 5px;
min-width: 150px;
background: #ffffff;
border: 1px solid #f7941d;
font-family: Georgia, Times New Roman;
}

.ddsubmit {
margin: 0px;
padding: 4px;
background: #f7941d;
border: 1px solid #f7941d;
border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
color: #ffffff;
font-size: 10pt;
font-family: Georgia, Times New Roman;
font-weight: 700;
text-decoration: none;
cursor: pointer;
overflow: visible;
}

submit:hover.ddsubmit {
background: #00aeef;
border: 1px solid #00aeef;
}