﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the ChangePassword control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

/* .PrettyChangePassword
{
    width: 28em;
}*/

.AspNet-ChangePassword
{
    font-family: 微軟正黑體,新細明體,宋體,Arial;
    font-size: small;
    padding: 4px;
    border: solid 1px #284775;
    width: 22em;
}

.AspNet-ChangePassword label, .AspNet-ChangePassword input
{
    /* color: #5D7B9D; */
    font-weight: bold;
}

.AspNet-ChangePassword input
{
    font-size: 1em; /* lets the form element scale */
    font-weight: normal;
}

/* This rule is used when AutoAccessKey is true */
.AspNet-ChangePassword label em
{
    text-decoration:  none;
    font-style: normal;
}

.AspNet-ChangePassword .AspNet-ChangePassword-ChangePasswordTitlePanel, .AspNet-ChangePassword .AspNet-ChangePassword-SuccessTitlePanel
{
    font-weight: bold;
    color: #F7F6F3;
    text-align: center;
    height: 1.7em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
    background-image: url('/images/ct.jpg');
}

.AspNet-ChangePassword .AspNet-ChangePassword-InstructionPanel
{
    color: #284775;
    background: #EEEEEE;
    padding: 1em;
    text-align: left;
}

.AspNet-ChangePassword .AspNet-ChangePassword-FailurePanel
{
    height: 4em;
    color: #990000;
}

.AspNet-ChangePassword .AspNet-ChangePassword-UserPanel, .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel, .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel, .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel, .AspNet-ChangePassword .AspNet-ChangePassword-SubmitPanel, .AspNet-ChangePassword .AspNet-ChangePassword-CreateUserPanel, .AspNet-ChangePassword .AspNet-ChangePassword-PasswordRecoveryPanel, .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel, .AspNet-ChangePassword .AspNet-ChangePassword-SuccessTextPanel
{
    padding: 0.25em 0.1em 0 0;
}

.AspNet-ChangePassword .AspNet-ChangePassword-UserPanel, .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel, .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel, .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel
{
    text-align: right;
}


.AspNet-ChangePassword .AspNet-ChangePassword-UserPanel label, .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel label, .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel label, .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel label, .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel span
{
    white-space: nowrap;
}

.AspNet-ChangePassword .AspNet-ChangePassword-UserPanel input, .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel input, .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel input, .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel input
{
    width: 10em;
}

.AspNet-ChangePassword .AspNet-ChangePassword-SubmitPanel input, .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel input
{
    background-image: url('/images/btnbg.jpg');
    border: 2px white outset;
    padding: 1px 4px;
    color: black;
    text-decoration: none;
    font: bold 90% "微軟正黑體, 宋體, 新細明體, Arial";
    height: auto;
}

.AspNet-ChangePassword .AspNet-ChangePassword-SubmitPanel input:visited, .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel input:visited
{
    color: black;
}
.AspNet-ChangePassword .AspNet-ChangePassword-SubmitPanel input:hover, .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel input:hover
{
    border-style: inset;
    background-color: #EFEFEF;
    padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}
.AspNet-ChangePassword .AspNet-ChangePassword-SubmitPanel input:active, .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel input:active
{
    color: black;
}

.AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel, .AspNet-ChangePassword .AspNet-ChangePassword-SuccessTextPanel
{
    text-align: center;
}


/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */

#SampleChangePassword .ChangePassword-Skin-InstructionText
{
    text-align: left;
    padding: 1em;
}

