.lnkLogin{
	text-decoration: none;
}

.lnkLogin:hover {
	text-decoration: underline;
}

.lnkLogout{
	text-decoration: none;
}

.lnkLogout:hover {
	text-decoration: underline;
}

.label {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
		
}

.tableLogin{
	padding-left:30px;
}

.btnLogin{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	text-align:left;
}


#lblLoginMessage{
	font-family: Arial;
	font-size: 12pt;
}


#dialogLogin{
	border-color:#FFD93C;
	background-color:white;
	width:520px;
	height:300px;
	
}

#dialogLogin_underlay { 
    background-color:black;
    opacity:0.8; 
}



