﻿.member {
}

.member h1
{
	color: #0099FF;
	font-family: tahoma;
	font-size: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

.member h2
{
	color: #0099FF;
	font-family: tahoma;
	font-size: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

.member div.loginform
{

 padding-top :10px; 
 padding-bottom :10px;
}
.member div.loginform input
{
	background-color: #ffffff;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;

}


.member span
{
	font-family: tahoma;
	font-size: 9px;
	color: #999999;
}

.member div.loginform a
{
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}

.member div.loginform a:hover
{
	color: #0066CC;
	font-weight: bold;
	text-decoration: underline;
}

.member div.profile 
{
	margin: 0px 0px 10px 0px;
	text-align: right;
	font-family: tahoma;
	font-size: 9px;
	color: #666666;
	font-weight: bold;
}

.member div.profile a
{
	margin: 0px 0px 10px 0px;
	text-align: right;
	font-family: tahoma;
	font-size: 9px;
	color: #0033CC;
	font-weight: bold;
	text-decoration: none;
}
.member div.profile a:hover
{
	margin: 0px 0px 10px 0px;
	text-align: right;
	font-family: tahoma;
	font-size: 9px;
	color: #0033CC;
	font-weight: bold;
	text-decoration: underline;
}








