﻿div#memberLogin
{
	width:100%;
	text-align:center;
}
fieldset#loginFieldset
{
	float:none;
	width:240px;
	margin:auto;
	text-align:left;
}
fieldset#loginFieldset label
{
	display:block;
	float:none;
	color:#a17099;
	font-size:120%;
}
fieldset#loginFieldset input.txt
{
	width:231px;
	height:39px;
	padding:10px 0 0 10px;
	background:url("/images/textBox.gif") no-repeat;
	border:0;
}
fieldset#loginFieldset input.login
{
	float:right;
	width:53px;
	height:24px;
	margin-right:10px;
	background:url("/images/buttonLogin.gif") no-repeat;
}
fieldset#loginFieldset input.logout
{
	float:right;
	width:60px;
	height:24px;
	margin-right:10px;
	background:url("/images/buttonLogout.gif") no-repeat;
}
fieldset#loginFieldset div.action span
{
	display:block;
	float:right;
	margin-right:10px;
}
a#forgotPwdLink
{
	margin-left:10px;
}
