div.hidden {
    display: none;
}

#rental_form {
    padding: 10px;
}

#power_div {
    float: left;
    height: 50px;
}

#time_div {
    float: left;
}

div.clear {
    clear: both;
    height: 20px;
}

#hour_div {
    float: left;
}

#result_div {
    float: left;
}

#time_div {
    height: 45px;
}

#power_div, #time_div, #hour_div, #result_div {
   width: 100%;
   margin: 20px 0px 0px 20px;
} 

#power, #rental_time, #hours {
   margin-left: 200px;
} 

#rental_time {
    width: 106px;
}

form label, .field label {
    width: 200px;
    position: absolute;
    margin: 8px 0px 0px 0px;
    font-weight: bold;
    font-size: 16px;
}

.field {
    width: 100px;
}

.field input {
    width: 182px;
    background-color:white;
    font-size:1em;
    margin-left:192px;
    padding:0.3em 1em;
}

#calculator {
    float: left;
    width: 100%;
}

#contact_form {
    float: left;
    width: 100%;
}

#result p {
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
    padding: 5px;
    background-color: #00408D;
    color: #ffffff;
}

fieldset {
    border: 0px;
}

#gen_name {
    margin-left: 20px;
    font-weight: bold;
}

#contact_form div.field {
    float: left;
    width: 100%;
}

#float {
    float: right;
    width: 400px;
    margin-left: 50px;
}

.pagetext table.t_help {
    width: 400px;
    margin-left: 0px;
}

.t_help td {
    padding: 0.2em 0em 2em;
}

.pagetext table.twocol {
    width: auto;
}

.pagetext p {
    font-size:14px;
}

.pagetext ul {
    font-size: 13px;
}

.pagetext ul.errorlist li {
    color: red;
}

span.required {
    color: red;
}



