a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.resdata {
    width: 200px;
}
.box {
    border-style: dotted;
    border-width: thin;
}

#btnSubmit{
    width: 400px;
}
#btnSubmit:disabled {
    color: #cccccc;
}
.content-transparent {
    background-image: none;
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    margin-bottom: 10px;
    width: 400px;
}
.deliveryaddress {
    vertical-align: top;
}
#orderplace pre {
    font-size: 8pt;
}