.forms {
    text-align: left;
}

td {
    font-size: 13px;
    vertical-align: top;
}

.myaccount {
    background: #AB6965;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Rosario', sans-serif;
    width: 125px;
    float: left;
}

.myaccount ul li {
    padding: 10px 0;
    list-style-type: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.myaccount ul {
    padding: 0;
    margin: 0;
}

.myaccount a:link,
.myaccount a:visited {
    text-decoration: none;
    color: #fff;
}

.myaccount a:hover,
.myaccount a:active {
    color: #000;
}

.main {
    padding: 2px;
    margin: 2px;
}

.titlehdr {
    font: normal 22px;
}

.msg {
    padding: 5px;
    width: 600px;
    margin: 2px auto;
    color: #c00;
    border: 1px solid #c00;
    background-color: #FEF1ED;
    font: bold 13px;
}

.error {
    font: normal 11px;
    color: #c00;
    border: 1px solid #c00;
    padding: 2px;
    margin: 5px;
    float: left;
    background-color: #FEF1ED;
}

.example {
    font: normal 10px arial;
    color: red;
}

.approved {
    font: normal 10px arial;
    color: green;
}

.loginform {
    font: normal 12px;
    padding: 3px;
}

.loginform #txtbox {}

input[type="text"],
input[type="password"],
textarea {
    margin-bottom: 10px;
    font-family: Georgia, times, serif;
    font-size: 13px;
    width: 100%;
    margin-right: 10px;
}

input.required.tcal.tcalInput {
    width: 100% !important;
}

select#state2 {
    width: 100%;
}

select#state {
    width: 100%;
}
input#zip {
    width: 100%!important;
}

input#zip2 {
    width: 100% !important;
}

select#status {
    width: 100%;
}

input[type="submit"] {
    width: auto;
}

.top {
    background: #AB6965;
    color: #fff;
}

.userlist tr td {
    border-bottom: 1px solid black;
}