html, body { width: 100%; height: 100%; }
body { background-color: white; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: white; }
img { border: 0; }
a {	text-decoration: none;}
:focus { outline: none;}
input {	-moz-outline-style: none; }

.field_title, .field_input { float: left }
.field_title { width: 150px; font-weight: bold }
.field_input { float: left; width: 230px; clear: right }
.input_text { width:230px }
.energy_option { float: left; padding: 0px 0 0px 30px; width: 350px; margin: 0; height: 18px }
.energy_option input { margin-right: 5px; }

.field_error { float: left; width: 229px; margin: 5px 0 5px 150px; _margin-left: 75px; border: 1px solid red; background-color: #ff3f3f; color: white }
.small_font { font-size: 8px }