﻿
#login-panel 
{
    margin: auto;
    margin-top: 50px;
    font-family: Verdana;
    color: White;
    width: 425px;
}

#login-panel > div.login-header 
{
    background-image: url("images/login/background-header.png");
    background-repeat: no-repeat;
    width: 425px;
    height: 130px;    
    padding-top: 252px;
}

#login-panel > div.login-header > div.form 
{
    /*margin: 100px 30px 0px 30px;    */
    margin: auto;
    width: 326px;
}

div.form div.row {
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
}

div.form div.row input[type="text"] ,
div.form div.row input[type="password"] 
{
    width: 99%;
}

div.form div.row label.label, 
div.form div.rowspan.label {
    display: block;
    font-size: 11px;
    font-weight: bolder;
    margin-bottom: 2px;
}

div.validation-warning {
    display: block;
    margin-top: 6px;
}
div.validation-warning > span {
    background-image: url("images/login/warning-icon.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    color: #FFFFFF !important;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 0 5px 18px;
}

div.row > .password-recovery 
{
    font-size: 10px;
    float: left;
}

div.form div.row a, 
div.form div.row a:hover, 
div.form div.row a:visited {
    color: White;   
    font-size: 10px;
    font-family: Verdana;
}

.button 
{
    float: right;    
}

#login-panel > div.center 
{
    background-image: url("images/login/background-center.png");
    background-repeat: no-repeat;
    width: 425px;
    height: 92px;
    padding-top: 5px;
	/*background-color: #A9A9A9;*/
}

#login-panel > div.center > div#error-panel 
{
    width: 312px;
    margin:auto;
    background-image: url("images/login/top-error-summary.png");
    background-position: center top;
    background-repeat: no-repeat;
}


#error-panel > div.validation-summary-errors 
{
    /*background-image: url("images/login/bottom-error-summary.png");
    background-position: center bottom;
    background-repeat: no-repeat;*/
    padding-top: 7px;
	
	
	
}
#error-panel > div.validation-summary-errors > span 
{
	display: block;
    background-image: url("images/login/warning-icon.png");
    background-position: 10px center;
    background-repeat: no-repeat;
	padding: 0 0 0 42px;
    color: #777777 !important;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bolder;
    
	background-color: #DADBDB;
	line-height: 27px;
	
	
}
#error-panel > div.validation-summary-errors > span img {
    height: 20px;
    margin-left: 10px;
    margin-right: 5px;
    vertical-align: middle;
	
}
#error-panel > div.validation-summary-errors ul 
{
	background-image: url("images/login/bottom-error-summary.png");
    background-position: center bottom;
    background-repeat: no-repeat;
	margin-top: 0;
    padding-bottom: 8px;
	list-style: none;
	background-color: #DCDDDD;
}
#error-panel > div.validation-summary-errors ul li {
    
    color: #777777 !important;
    font-family: Verdana;
    font-size: 11px;
	font-weight: normal;
    padding: 1px 1px 1px 10px;
	line-height: 10px;
	background-image: url("images/login/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	background-color: #DCDDDD; 
}



#login-panel > div.login-footer
{
    background-image: url("images/login/background-footer.png");
    background-repeat: no-repeat;
    width: 425px;
    height: 58px;
    padding-top: 28px;
}

#login-panel > div.login-footer > div.copyright 
{
    margin:auto;    
    width: 165px;
    font-size: 9px;    
}

.errorText
{
    color: #FFD6D6 !important;
    font-family: Verdana;
    font-size: 12px;
}
