﻿h2.users_t 
{
	font-size: 15px;
	color: #0078c9;
	font-weight: bold;
	font-family: Arial;
	background: #f0f0e4;
	padding: 4px;
}
.users-details 
{
	font-family: Arial;
	font-size: 11px;
	color: #000;
}
h1.login_t 
{
	font-size: 22px;
	color: #000;
	font-weight: bold;
	font-family: Arial;
	margin: 0;
	padding: 0;
	margin-left:20px;
}
.logincontainer 
{
	font-size: 12px;
	color: #000;
	font-family: Arial;
	display: block;
	height: 50px;
	margin-top: 20px;
}
.notregistered 
{
	width: 235px;
	height: 56px;
	background: url(../images/profile/notregistered_bt.gif) no-repeat;
	float: right;
	margin-top: 12px;
}
ul.logincol 
{
	margin: 0;
	padding: 0;
}
li.logincol 
{
	display: block;
	float: left;
	list-style-type: none;
	width: 230px;
}
.forgotpass 
{
	font-size: 11px;
	color: #00adef;
	font-family: Arial;
}
.forgotpass:link 
{
	color: #00adef;
	text-decoration: none;
}
.forgotpass:visited 
{
	text-decoration: none;
	color: #00adef;
}
.forgotpass:hover 
{
	text-decoration: underline;
	color: #00adef;
}
.forgotpass:active 
{
	text-decoration: none;
	color: #00adef;
}
.profile-fields 
{
	border: 1px solid #bebebd;
	font-size: 11px;
	font-family: Arial;
	margin-bottom: 5px;
	color: #000;
	padding: 3px;
}
