﻿
/** 
	css class used here are applicable to the login page only. 
	any design related to login page can be added/modified from here only.	
**/

.login-textbox
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	background-color: #ededed;	
	border-color:#dedede;
	border:1px;	
}

.login-label
{
	background-color: White;	
	border-style:none;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
}

A.links:link {COLOR: Black; TEXT-DECORATION: none}
A.links:visited {COLOR: Purple; TEXT-DECORATION: none}
A.links:hover {COLOR:Blue; TEXT-DECORATION: none }