

/*-----------------------------------------*/
/* World Library Publications              */
/*-----------------------------------------*/
/*                                         */
/* Written By: Purple Monkey Studios, Inc. */
/* Written On: 12/12/2006                  */
/*                                         */
/* Last Modified On: 12/12/2006            */
/* Last Modified By: Jennifer Berk         */
/*                                         */
/*-----------------------------------------*/


ul#options {
    margin-left: 0;
    list-style-image: none;
    list-style-type: none;
}
ul#options li {
    margin-bottom: 1em;
    padding-left: 27px;
}
ul#options li img {
    float: left;
    margin-top: 1px;
    margin-left: -27px;
}
ul#options li a {
    font-weight: bold;
}
.required {
    color: #007e3a;
}
#content .box {
    position: relative;
    margin-top: 20px;
    padding-top: 13px;
}
#content .box h4 {
    height: 17px;
    margin-top: 0;
    padding-left: 10px;
    color: #333333;
    line-height: 17px;
    text-transform: uppercase;
    background: #cccccc;
}
#content .box .subhead {
    margin: 0 1px;
    padding: 5px 10px;
    background: #f2f2f2;
}
#content .box .subhead p {
    margin-bottom: 5px;
}
#content .box p {
    margin: 10px 0 10px 15px;
}
#content .box p textarea {
    margin-left: 20px;
}
#content .box p input.checkbox {
    margin-left: 15px;
}
#content .box table {
    margin: 0 10px;
}
#content .box table td {
    padding: 2px 0;
}
#content .box table label {
    display: inline;  /* Fix IE float double margin bug */
    float: right;
    margin-right: 10px;
}
#content .box table input {
    width: 200px;
}
#content .box table input.short {
    width: auto;
}
#content .box table input.usagereport {
    width: auto;
}
#content .box table select {
    width: 150px;
}
.continue {
    float: right;
    margin-top: 20px;
}
 
#content .box.separators table {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}
#content table.structural {
    width: 95%;
}
 


