﻿/* TABLE REGISTER and LOGIN and PROFILE*/
.Member_TableInfo
{
	/*float:left;*/
	width:100%;	
	padding-bottom:10px;
}
.Member_TableInfo_Header
{
	/*background-color:#c2e3f0; */
	text-align:center;
	font-weight:bold;
}
.Member_TableInfo_Caption
{
	color:#666666;
	text-align:right;
	width:30%;
}
.Member_TableInfo table
{
	/*width:590px;*/
	border:0px;
	BORDER-COLLAPSE: collapse;
}
.Member_TableInfo td
{
	border:#cccccc 0px solid;
	padding:2px 4px 2px 4px;
}

/* DIV LOGIN FORM */
#divLoginForm
{
	position:absolute;
	top:215px;	
	right:5px;
	text-align:center;
	background-color:#fff2a8;	
	border:#fdab53 2px solid;	
	padding:10px;
	color:#444444;
	font-weight:normal;
	z-index:1000;
}
#divLoginForm a
{
	color:#444444;
	font-weight:bold;
}