﻿

.spnRequiredField
{
    color: #FF0033;
    font-size: x-small;
    font-family: Verdana,Tahoma;
}
.lblRequiredText
{
    color: #8CAE5C;
    font-family: Verdana,Tahoma;
    font-size: small;
}


.LoginTable
{
 border: Solid 4px #8CAE5C;
 
}

.success-msg
    {
        color: White;
        height:32px;
        width:100%;
        background: #8CAE5C url('images/LoginManager.png') no-repeat;
        
    }


/* This imageless css button was generated by CSSButtonGenerator.com */

/* This imageless css button was generated by CSSButtonGenerator.com */

.loginText
{
    font-family: Verdana,Tahoma;
    font-weight: bold;
    font-size:large;
    color: White;
    text-transform:capitalize;
}

.TextBox 
{
    font-family: Verdana,Tahoma;
    font-size:small;
    width: 100%;
    padding:1px,3px,1px,3px;
	background-color : #8CAE5C;
	border: 1px solid #8CAE5C;
	height:15px;
	color:White;

}
.Lable 
{   	
    font-family: Verdana,Tahoma;
    font-weight: normal;
    font-size:small; 
    color: #8CAE5C;
    text-align:right;
	
}

.FieldError
{
    font-family: Verdana,Tahoma;
    font-weight: normal;
    font-size: x-small;
    color:Red;
    vertical-align: middle;
    text-align:left;
}
.divAccountLockImage
{
   height:88px;
   width:90px;
   background: url('images/LoginAccountLock.jpg') no-repeat; 
   vertical-align:middle;
  
   
}
.divAccountLockText
{
    font-family: Verdana,Tahoma;
    font-weight: bold;
    font-size: x-small;
    color:Maroon;
    vertical-align: top;
    text-align:center;
    
}
/* Login Button*/

.LoginButton {
	-moz-box-shadow: 0px 2px 50px 9px #dcecfb;
	-webkit-box-shadow: 0px 2px 50px 9px #dcecfb;
	box-shadow: 0px 2px 50px 9px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8CAE5C), color-stop(1, #8CAE5C) );
	background:-moz-linear-gradient( center top, #8CAE5C 5%, #8CAE5C100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CAE5C', endColorstr='#8CAE5C');
	background-color:#8CAE5C;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #8CAE5C;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:-2px 0px 0px #8CAE5C;
}.LoginButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1881c2), color-stop(1, #8CAE5C) );
	background:-moz-linear-gradient( center top, #8CAE5C 5%, #8CAE5C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CAE5C', endColorstr='#8CAE5C');
	background-color:#8CAE5C;
	cursor:pointer;
	cursor:hand;
}.LoginButton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

/* This imageless css button was generated by CSSButtonGenerator.com */

/* End */
