body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0px;
}
.ask_aok {
    background-image: url(images/AskAOK_bg.gif);
    background-repeat: no-repeat;
    font-size: 13px;
}
input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-image: url(images/input_bg2.gif);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-indent: 3px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    line-height: 18pt;
}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#000000;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}