

/* ACCOUNT FORMS! */

#accountLogin {
    font-family: Tahoma, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

#accountLogin h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    background-image: url( '/images/login.jpg' );
    width: 350px;
    height: 55px;
}

#accountLogin form {
    text-align: left;
}

#accountLogin form div {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 11px;
    text-align: left;
}

#accountLogin form div label {
    width: 7em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block
}

#accountLogin form div input {
    margin-left: 1.8em;
}









#accountforms {
    padding-left: 120px;
    font-family: Tahoma, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

#accountforms h2 {
    font-size: 16px;
}

#accountforms form div {
    margin: 11px;
}

#accountforms form div span {
    font-size: 0.9em;
    font-weight: bold;
    color: #999;
}

#accountforms form div span a {
    color: blue;
}

#accountforms form div label {
    width: 7em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block
}

#accountforms form div input {
    margin-left: 1.8em;
}

#accountforms form div select {
    margin-left: 1.8em;
}

#accountLogin form div span {
    margin-left: 1.8em;
    font-size: 1.2em;
    font-weight: bold;
    color: #999;
}

#accountLogin form div span a {
    color: #cc9966;
    text-decoration: underline;
}

#accountforms .errora {
    font-size: 18px;
    font-weight: bold;
    color: red;
}





/* BREADCRUMBS! */

#breadcrumbPanel {
    text-align: left;
    font: 10px Tahoma, Arial, Helvetica, Sans-Serif;
    color: #6699cc;
    background-color: #ffffff;
    padding-bottom: 6px;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;

}

#breadcrumbPanel a:link {
    color: #6699cc !important;
    font-weight: bold;
}

#breadcrumbPanel a:visited {
    color: #6699cc !important;
    font-weight: bold;
}

#breadcrumbPanel a:hover {
    color: #6699cc !important;
    font-weight: bold;
}

#breadcrumbPanel a:active {
    color: #6699cc !important;
    font-weight: bold;
}