h4 {
    color: #283545;
    font-size: 11pt;
    font-weight: bold;
    font-family: arial;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
button[name = "submit"] {
    background-repeat: no-repeat;
    color:#ffffff;
    font-family: Open Sans, Arial;
    font-size: 11pt;
    font-weight: bold;
    display: inline;
    line-height: 0.62rem !important;
    text-align: center;
    padding-bottom: 4px;
}
#imgButton {
    background:url(../images/submitbutton.png);
    background-repeat: no-repeat;
    border-left: none;
    width: 92px;
    height: 32px;
    border: none;
    outline: none;
    margin-left: 0;
    padding-left: 0;
}    
#imgButton:hover {
    background:url(../images/submitbutton-active.png);
    background-repeat: no-repeat;
}
select[name = "instrument"] {
    outline: none;
    width: 140px;
    height: 29px;
    padding-left: 8px;
    margin: 0 15px 0 0;
    font-size: 13px;
    font-family: arial;
    float: left;
    border: 1px solid #283545;
    background-color: #ffffff;
    vertical-align: baseline;
    color: #283545;
    cursor: default;
    white-space: pre;
    align-items: center;
    -webkit-rtl-ordering: logical;
    -webkit-appearance: menulist;
}
