﻿

.spnRequiredField
{
    color: #69C1E0;
    font-size: x-small;
    font-family: Verdana,Tahoma;
}
.lblRequiredText
{
    color: #69C1E0;
    font-family: Verdana,Tahoma;
    font-size: small;
}


.LoginTable
{
 border: Solid 4px #69C1E0;
 
}

.success-msg
    {
        color: White;
        height:32px;
        width:100%;
        background: #3F8BBF 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 : #69C1E0;
	border: 1px solid #69C1E0;
	height:15px;
	color:White;

}
.Lable 
{   	
    font-family: Verdana,Tahoma;
    font-weight: normal;
    font-size:small; 
    color: #69C1E0;
    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, #a4c8ed), color-stop(1, #1881c2) );
    background: -moz-linear-gradient( center top, #a4c8ed 5%, #1881c2 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4c8ed', endColorstr='#1881c2');
    background-color: #a4c8ed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #7ab5f0;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 8px;
    text-decoration: none;
    cursor: pointer;
    cursor: hand; /*height: 22px;     width: 125px;*/
}.LoginButton:hover {
	
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1881c2), color-stop(1, #a4c8ed) );
    background: -moz-linear-gradient( center top, #1881c2 5%, #a4c8ed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1881c2', endColorstr='#a4c8ed');
    background-color: #1881c2;
    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 */
