form {
    padding:0px;
    margin:0px;
}

.txt {
    background-color:#ffffff;
    border:1px solid #cccccc;
    padding:1px 2px;
    font-family:tahoma;
    font-size:1em;
    width:150px;
    line-height:100%;
}

textarea.txt {
    height:90px;
    width:550px;
}

select {
    background-color:#ffffff;
    border:1px solid #cccccc;
    padding:1px 2px;
    font-family:tahoma;
    font-size:1em;
    width:156px;
    line-height:100%;
}

input.btn {
    background:url(/images/bgr_button.png) repeat-x left bottom;
    border-style:none;
    padding:0px 9px;
    margin:0px;
    color:#155874;
    height:19px;
    line-height:100%;
}

div.btn {
    border:1px solid #cccccc;
    float:left;
}

input.chk {
    margin:0px;
    padding:0px;
}
