/*secure section.login page CSS Stylesheet*/
	
	#Form1
	{
		clear:both;
		padding-top:15px;
	}

	input
	{
		padding-left:3px;
		height:20px;
	}

	#members
	{
		float:left;
		width:400px;
		margin:0 0 0 10px;
		height: auto;
		*height: auto;
		_height: 300px;
	}
	
	#newCustomer
	{
		float:right;
		width:420px;
		margin:0 10px 0 0;
		height: auto;
		*height: auto;
		_height: 300px;
	}

	.formTitle
	{
		font-size:14px;
		color:#fff;
		line-height:16px;
		font-weight:normal;
		text-align:right;
		padding-right:5px;
		width:40%;
	}

#OptIn_txt {
	color:#999999;
	font-size:11px;
	text-align:left;
	line-height:18px;
	font-weight:normal;
	padding-top:10px;
}

#OptIn_btn input {
	margin:0 4px 2px 0;
	padding:0;
	vertical-align:middle;
}


	#remeberMe, #LoginBtn, #RegisterBtn
	{
		clear:both;
		float:right;
	}

	#remeberMe, #LoginBtn
	{
		margin-top:10px;
	}
	
	.EmailItMe
	{

		cursor:pointer;
		letter-spacing:normal;
	}
	
	.underLineTile
	{
		border-bottom:1px solid #fff;
		text-align:left;
		width:100%;
		display:block;
		margin-bottom:10px;
		line-height:18px;
	}
	h3
	{
		color:#fff;
		font-size:16px;
	}
	.tevaBar
	{
		padding-top:5px;
	}
	.whatuget
	{
		margin-bottom:10px;
		margin-left:15px;
		list-style-type:disc;
		
	}
	#forgotPass, #remeberMe
	{
		margin-top:10px;	
	}
	
	.formInput input, .fstate input
	{
		border:2px solid #343333;
	}
	
	.spacer
	{
		padding:1px;
		width:20px;
		height: 20px;
	}
	
	.emailCheck
	{
		height: 25px;
		border:1px solid #343333;
	}
	
	.noGood input
	{
		border:2px solid #cc0033;
	}
	
	.noGood .emailCheck
	{	
		background-color:Transparent;
		background-image:url(/images/login/bad.gif);
		background-repeat:no-repeat;
		background-position:center center;
	}
	
	.fgood input
	{
		border:2px solid #2ed12e;
	}
	
	.fgood .emailCheck
	{
		background-color:Transparent;
		background-image:url(/images/login/check.gif);
		background-repeat:no-repeat;
		background-position:center center;
	}
	
	.ErrorText
	{
		color:#cc0033;
		font-size:12px;
		padding-top:5px;
	}
	
	#passLength
	{
		display:none;
	}
	
	#RegisterBtn
	{
		opacity:0.8;
	}
	
	#Message_new
	{
		margin-top:3px;
	}
	
	#regPass
	{
		width:100%;	
	}
