﻿.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 FormView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
/* See DetailsViewExample.css for comparison of similar rules. */



/* The whole FormView, including the header, footer, pagination and data regions. */
.AspNet-ChangePassword
{
    width: 20em;
    background-color: White;
}

.AspNet-ChangePassword .AspNet-ChangePassword-ChangePasswordTitlePanel
{
    color: #F7F6F3;
    background-color: #5D7B9D;
    font-weight: bold;
    padding: 4px 0 4px 4px;
}

.AspNet-ChangePassword label
{
	color: #005685;
	font-weight:bold;
	vertical-align:text-top;
	margin-right:10px;
    min-width: 250px;
    text-align:right;
    
}

.AspNet-ChangePassword input
{
	min-width:200px;
    margin-left:0px;
    text-align:left;
    float:left;
    
}
.AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel,
.AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel,
.AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel,
.AspNet-ChangePassword .AspNet-ChangePassword-SubmitPanel
{
    padding: 3px 0 2px 4px;
    color: #333333;
    background-color: White;
    vertical-align: middle;
    min-height:1.4em; /* ADDED for Firefox */
    clear:left;
}



