﻿/*  LOGIN -------------------------------------------------------------------------------- */	

.GreyBar	{
	background: url(../Images/Black/greybar.png) no-repeat;
	height:44px;
	color:White;
	font-family:Lucida Sans Unicode;
	font-size: 12px;
}

.logintxt
{
 	border-top-left-radius: 2px; 
    border-top-right-radius: 2px; 
    border-bottom-left-radius:2px;
    border-bottom-right-radius: 2px;
    width:260px; 
    height:25px;
}
.watermark
{
    color:Gray;
    border-top-left-radius: 2px; 
    border-top-right-radius: 2px; 
    border-bottom-left-radius:2px;
    border-bottom-right-radius: 2px;
    width:260px; 
    height:25px;
}

Input.Login { font-size: 11pt; background: #ffffff url(../Images/Black/Greybtn.png) left center repeat-x; 
                border: solid 1px #8E8F8F; height:30px; color:White; font-family:Lucida Sans Unicode; }
 .compName
{
	font-family: Lucida Sans Unicode;
	color:#666;
	font-size: 12px;
    text-decoration:none;
}
 #compName, #compName a
{
	font-family:Lucida Sans Unicode;
	color: #666;
	font-size: 12px;
	text-decoration:none;
}
.Greydiv
{
	color:Navy;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#F2F2F2;
	font-size:12px;
	vertical-align:top;
	font-family:Lucida Sans Unicode;
}  
       