textarea {
    width: 350px;
}

.signinWindow {
    background-color: #d4deec;
    background-image: url(../images/bkg_signinPup.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 10px 30px 30px;
    width: 395px;
}

.formButton {
    background-color: #1273d0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin: 2px;
    padding: 2px 5px 10px;
}

a.forgot {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
a.forgot:link, a.forgot:visited {
    border-bottom: 1px solid #4787c4;
    color: #4787c4;
}
a.forgot:hover, a.forgot:active {
    color: #1475d1;
}

.col1 {
    float: left;
    font-weight: bold;
    width: 195px;
}
.col2 {
    float: left;
    font-weight: bold;
    width: 195px;
}

.error {
    padding-left: 10px;
    color: red;
    font-weight: bold;
}

.blue_submit {
    color: #5487a4;
    padding: 2px 13px;
    font-size: 98%;
    margin-left: 200px;
    text-transform: uppercase;
    background-color: white;
    border: 1px solid #5487a4;
}

.change_pass_btn {
    color: #ffffff;
    background-color: #1273D0;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin: 2px;
    padding: 2px 10px;
    width: 160px;
}
