﻿/*--Login.css for LoginView Server Control created HTML--*/


#login { /*--For the phLoggedIn Placeholder--*/
	text-align: right;
	float: right;
	padding-top: 15px;
}

.AspNet-Login {
    font-size: 12px;
	line-height: 24px;
	padding-top: 5px;
	padding-right: 20px;
}

.AspNet-Login-TitlePanel {
    float: left;
    padding: 4px 0 0 50px;
    color: #336699;
    font-weight: bold;
}

.AspNet-Login-HelpPanel {
    font-style: italic;
}

.AspNet-Login-UserPanel {
    padding: 3px;
	font-weight: bold;
}

.AspNet-Login-PasswordPanel{  
	padding: 0 3px;
	font-weight: bold;
}

.txtLogin {
    width: 120px;
    background-color: #eeeeee;
    border: solid 1px #cccccc;
    color: #666666;
    font-weight: bold;
}

.AspNet-Login-RememberMePanel{
    _padding-top: 6px; /* Only seen by IE6 and under due to _ - Needed to correct padding issue */
    margin-right: -20px;
}

.AspNet-Login-FailurePanel{
    color: #cc3333;
    line-height: 14px;
    float: left;
}

/*--Position relative doesn't work in IE6.  Absolute causes text boxes to be unselectable.  Negative margins work in all but IE7.--*/
.AspNet-Login-SubmitPanel{
    /*-- margin-top: -75px; Set to this when enabling RememberMePanel--*/
    margin-top: -52px;
    margin-left: 200px;
}

.AspNet-Login-UserPanel em, .AspNet-Login-PasswordPanel em, .AspNet-Login-RememberMePanel em {
    text-decoration: underline;
    font-style: normal;
}

.AspNet-Login img {
    float: right;
}
