@charset "UTF-8";
@import "shared.css";

table {
    width: 100%;
}

th {
    border: none;
    text-align: right;
    width: 40%;
}

fieldset {
    border: 1px solid #dddddd;
    padding: 0.5em;
}

fieldset:last-child {
    margin-bottom: 0;
}

legend {
    font-weight: bold;
    color: #aaaaaa;
}

label {
    display: block;
    margin-top: 0.5em;
}

label:after {
    content: ':';
}

label:first-child {
    margin-top: 0;
}

form#wes2009 input[type="submit"] {
    background: url('../images/layout/submitbutton.jpg') no-repeat top left;
    border: 0;
    cursor: pointer;
    height: 28px;
    margin: 0px 15px 0px 0px;
    padding: 0;
    width: 77px;
}

form#wes2009 input[type="submit"]:hover {
    background: url('../images/layout/submithover.jpg') no-repeat top left;
    border: 0;
    height: 28px;
    width: 77px;
}

