html, body {
    background-color: transparent;
}
body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
    padding: 0;
    margin: 0;
    line-height: 1.4;
}

a {
    color: #CF7019;
}

button {
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 8px;
}

fieldset {
    border: none;
    margin: 0;
    padding: 10px;
}

h2 {
    margin: 10px;
}

ol {
    margin: 0;
    padding: 0 30px;
}
li {
    margin: 8px 0 0 0;
    padding: 0;
}

form div {
    clear: both;
}

label {
    display: block;
    font-weight: normal;
}

form div label {
    display: block;
    float: left;
    margin: 0px 8px 5px 0px;
    padding: 3px 10px;
    text-align: right;
    width: 115px;
}

.help {
    font-size: smaller;
}

form div.required, div.optional {
    margin-top: 5px;
    padding: 1px 3px;
}

form div.required label, label.required {
    background-image: url('../images/asterisk.gif');
    background-position: top right;
    background-repeat: no-repeat;
    font-weight: normal;
}

#bluebox {
    float: right;
    width: 200px;
    margin-top: 31px;
}

#result a:link, #result a:visited, #result a:active {
    color: white;
}

#result {
    padding: 5px 10px;
    font-size: 13px;
}
.blue_bg {
    background-color: #CF7019;
    color: white;
}

.lifestyle .answers {
    padding-left: 15px;
}

.lifestyle form {
    width: 400px;
}

.beweegtest #result {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.beweegtest #result-container {
    margin: 10px;
    padding: 0 10px;
    background: #fff;
    border: solid #CF7019 4px;
    font-size: 14px;
    line-height: 1.5em;
    min-height: 250px;
}
.beweegtest button {
    margin: 10px;
}
.beweegtest .question {
    margin-bottom: 4px;
}
.beweegtest #result img {
    float: right;
    margin: 0 0 10px 10px;
}
.beweegtest #result-container p {
    margin: 4px 0 10px 0;
}
.beweegtest em {
    font-style: normal;
    text-decoration: underline;
}
.beweegtest #result-container h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 4px 0px;
    padding: 0;
}
.beweegtest #result a {
    color: #CF7019 !important;
}
 
.targetweight #bluebox h3 {
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin: 0px 10px;
}

.energyuse form div label { width: 12em; }
.enegryuse td img { border: none; }
.energyuse table { border-collapse: collapse; font-size: 13px; margin: 10px; padding: 0; }
.energyuse td { border: solid #888888 1px; background-color: #f4f4f4; padding: .5em; }
.energyuse td.action { border: none; background-color: transparent; }
.energyuse th { text-align: left; padding: .5em; vertical-align: bottom; }
.energyuse th.duration, .energyuse th.energy { width: 5em; }
.energyuse td.duration, .energyuse td.energy, .energyuse td.total { text-align: right; }
.energyuse th.total { text-align: right; }
