﻿.padSignOn 
{
	padding-bottom: 10px; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 10px;
}

#LeftCopyright
{
    width: 250px; 
    color: White; 
    text-align: center;
    margin-top: 10px
}

.SignOnLabel
{
    text-align: right;
}

.SignOnButton 
{
    font-family: Verdana, Arial, Helvetica;	
    font-size: 90%;
    font-weight:bold;	
    background-image: url(../Custom/Images/btnblue.jpg);
	background-position:bottom left; 
	background-repeat:no-repeat;
	background-color: #F1F1F1;
	height:2.2em;	
	cursor:pointer;
	margin-left: 105px;
	text-align: center;
	width: 80px;	
} 

.ValidationFail 
{
	font-size: 1.1em;
	color: #ff0000;
}

.noscriptmsg 
{
    font-weight: bold;
    color: Red;
}