body { margin: 0; padding: 35px; background: #FFF; text-align: left; color: #333; }
h1 { font-size: 197%; margin-bottom: 15px; color: #2e6bba;  }
h2 { font-size: 123.1%; margin-bottom: 15px; padding: 3px 10px; background: #2e6bba; color: #FFF; }
h3 { font-size: 108%; margin-bottom: 10px; }
p { margin-bottom: 15px; }
h1, h2, h3, strong { font-weight: bold; }
h3 { border-bottom-width: 1px; border-bottom-style: solid; }
ul { list-style-type: disc; list-style-position: inside; margin-bottom: 1.0em; }
dl, dd { margin-bottom: 1.0em; }
li a, p a { color: #2e6bba; text-decoration: underline; }
li a:hover, p a:hover { color: #d76f10; text-decoration: underline; }
dt label {
    font-weight: bold;
}
.fieldText, .fieldDropdown {
    border: 1px solid #b3b3b3;
    padding: 4px;
    background-color: #FAFAFA;
    background-image: url(../f-bg-field.png);
    background-repeat: repeat-x;
    background-position: top left;
}

.fieldText:focus, .fieldDropdown:focus {
    border: 1px solid #333333;
    background-image: none;
    background-color: #FFFFFF;
}
ul.errors li {
    color: #990000;
}
.hint, .hintprice {
    color: #666666;
    font-size: 93%;
}
.line {
    border-top: solid 1px;
}

.line p{
    text-decoration: bold;
}