﻿.UPRLoginErrorLabel
    {
	font-weight:bold;
	color:Red;
    }

.UPRUserNameLabel
    {
    }
    
.UPRUserNameTextBox
    {
	width: 260px
    }
    
.UPRPasswordLabel
    {
    }
    
.UPRPasswordTextBox
    {
    width: 260px
    }
    
.UPRAutoLoginCheckBox
    {
    }
    
.UPRSendPasswordLabel
    {
    }
    
.UPRLoginButton
    {   
    background: transparent url('/portals/1/images/buttons-and-icons/login-button.jpg') no-repeat
    ; cursor: pointer
    }
    
.UPRBackButton
    {  
    background: transparent url('/portals/1/images/buttons-and-icons/cancel-button.jpg') no-repeat
    ; cursor: pointer        
    }
    
.UPRRegisterButton
    {
    background: transparent url('/portals/1/images/buttons-and-icons/register-button.jpg') no-repeat
    ; cursor: pointer
    }
    
.UPRSendPasswordButton
    {
    background: transparent url('/portals/1/images/buttons-and-icons/send-password-button.jpg') no-repeat
    ; cursor: pointer
    }

.UPRForgottenPasswordLink img
    {
    border: none 0px white
    }

