/* CSS Document */

/* GAS & Utilities form */

div#gas-utils-form {
    float: left;
    background-image: url(/assets/images/template/form-gas-bg1.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #B0D135;
    width: 465px;
    margin: 0px;
    padding: 15px 15px 0 20px;
}

div#gas-utils-form h2, div#gas-utils-form h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #ffffff;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

div#gas-utils-form h2 {
    font-size: 200%;
}

div#gas-utils-form h3 {
    margin: 10px 0;
}

div#gas-utils-form h3 span {
    color: #333333;
    font-weight: bold;
}

div#gas-utils-form p {
    margin: 0px;
    padding: 0px;
}

div#gas-utils-form form {
    margin: 12px 0px 10px 0px;
    padding: 0px;
}

div#gas-utils-form label {
    padding: 0 0 4px 0;
    display: block;
}

div#gas-utils-form li {
    font-weight: bold;
    margin: 0 0 10px 0;
}

div#formCols {
    float: left;
}

div#formCol1 {
    float: left;
    width: 282px;
}

div#formCol2 {
    float: left;
    width: 177px;
    height: 62px;
    padding-top: 100px; 
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
div#formCol2 span {
    display: block;
    height: 24px;
}
div#gas-utils-form-base {
    clear: both;
    background-color: #B0D135;
    padding: 10px 10px 0 10px;
    margin-right: 10px;
    width: 480px;
}
div#gas-utils-form-base .content-box {
    border: 1px solid #999;
    background-color: #fff;
    background-image: url(/assets/images/template/gray-white-gradient-bg.jpg);
    background-repeat: repeat-x;
    padding: 5px;
    font-size: 9px;
    color: #6e6e6e;
}
div#gas-utils-form-footer {
    background-image: url('/assets/images/template/form-base-rounded.gif');
    background-repeat: no-repeat;
    height: 11px;
}

