﻿.headerText, .loginLabel, .loginNotMember
{
	font-family: Lucida Sans;
	color: #ff9d00;
}
.headerText
{
	font-size: 16px;
	/*padding-left: 20px;*/
	text-align: left;
}
.loginLabel
{
	font-size: 13px;
}
.loginNotMember
{
	font-size: 18px;
	padding-left: 20px;
	text-align: left;
}

.regularText, .detailText
{
	font-family: Arial;
	color: #ffffff;
	font-size: 11px;
}
.detailText
{
	text-align: left;
}

/*.loginForgetPassword
{
	font-family: Arial;
	color: #888888;
	font-size: 10px;
	cursor: pointer;
	text-decoration: underline;	
}*/

.textBoxDiv
{
	margin:0;
	background-image: url(../Image/textbox.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 217px;
	height: 21px;
}
.textBoxCss
{
	background:none;
	border:none;
	width: 191px;
	height: 15px;
	padding: 5px 10px 0px 10px;
	margin:0px;
	font-family:Lucida Sans;
	font-size:12px;
	color:#888888;
}