/* For the forms and lists */
#formform, #formlist {
    font-family: Arial, Sans-serif;
    font-size: 13px;
    line-height: 15px;
    width: 900px;
    margin: 0px;
    padding: 0px;
}
#formform fieldset {
    border: 1px solid #444444;
    padding: 5px;
}
#formform legend {
    font-size: 12px;
    font-weight: bold;
}
#formform label {
    display: block;
    float: left;
    clear: both;
    font-weight: bold;
    width: 130px;
    text-align: left;
    line-height: 20px;
    margin: 2px 5px 2px 5px;
}

#formform input, #formform textarea, #formform select {
    display: block;
    float: left;
    font-family: Arial, Sans-serif;
    font-size: 13px;
    line-height: 13px;
    height: 15px;
    margin: 2px 5px 2px 5px;
    padding: 2px;
    overflow: hidden;
}
#formform input {
    width: 200px;
}
#formform input, #formform textarea {
    font-size: 13px;
}
#formform textarea {
    height: 100px;
}
#formform select {
    height: 23px;
}
#formform button {
    display: block;
    float: left;
    font-family: Arial, Sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #994748;
    background-color: #FFFFFF;
    border: solid 1px #606060;
    width: 70px;
    padding: 5px;
    margin: 2px 5px 2px 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
#formform a, #formlist a {
    font-weight: bold;
    color: #994748;
}
#formform a:hover, #formlist a:hover { color: #dddddd; background-color: #888888; }
#formform a:hover span, #formlist a:hover span { color: #aaaaaa; }
#formlist div.listimg a:hover { background-color: #ffffff; }
#formform h3 {
    color: #000000;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
#formform h4 {
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 0px 50px;
    padding: 0px;
}
#formform div div {
    display: block;
    float: left;
    clear: both;
    font-weight: bold;
    width: 130px;
    text-align: left;
    line-height: 20px;
    margin: 2px 5px 2px 5px;
}
#formform div {
    clear: both;
    float: left;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
}
#formform div div {
    display: block;
    float: left;
    clear: both;
    font-weight: bold;
    width: 130px;
    text-align: left;
    line-height: 20px;
    margin: 2px 5px 2px 5px;
}
#formform div input[type="checkbox"], #formform div input[type="radio"] {
    display: block;
    float: left;
    font-weight: bold;
    width: 20px;
    text-align: left;
    line-height: 20px;
    margin: 2px 5px 2px 3px;
}
#formform div.warning, #formlist div.warning {
    font-weight: bold;
    color: #ff0000;
    margin: 5px;
}
#formform .rowspace, #formform .rowend, #formlist .rowend {
    float: none;
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0px;
    padding: 0px;
}
#formform .rowspace {
    height: 13px;
}
#userbilling label, #userbilling input {
    clear: none;
    float: left;
}
#userbilling label {
    width: auto;
    margin-left: 20px;
}

.listhdg, .listhdgwide, .listhdgwider, .listhdgwidest, .listcol, .listcolwide, .listcolwider, .listcolwidest, .listgap, .listerror, .listimg {
    font-size: 13px;
    line-height: 15px;
    display: block;
    height: 15px;
    float: left;
    margin: 0px 2px 2px 0px;
    padding: 2px;
    overflow: hidden;
}
.listhdg, .listhdgwide, .listhdgwider, .listhdgwidest {
    font-weight: bold;
    border-bottom: 1px solid #444444;
}
.listcol, .listcolwide, .listcolwider, .listcolwidest {
    border-bottom: 1px solid #dddddd;
}
.listhdg, .listcol { width: 80px; }
.listhdgwide, .listcolwide { width: 150px; }
.listhdgwider, .listcolwider { width: 185px; }
.listhdgwidest, .listcolwidest { width: 220px; }
.listgap { width: 1px; }
.listimg { width: 18px; }
.listerror { width: 442px; font-weight: bold; color: #ff0000; }
.listbutton {
    font-family: Arial, Sans-serif;
    font-size: 13px;
    font-weight: bold;
    display: block;
    float: left;
    background-color: #FFFFFF;
    border: solid 1px #606060;
    color: #994748;
    width: 90px;
    padding: 3px 0px 3px 0px;
    margin: 0px 10px 0px 0px;
    text-align: center;
    text-decoration: none;
}