
#lowjack{
	position:absolute;
	top:100px;
	left:200px;	
	width:619px;
	height:2000px;	
	background-color:#ffffff;
	z-index:70;
	/* 
	zoom:1;
	filter: alpha(opacity=50);
	*/
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
		
	display:block;
}
#capture_form{
	position:absolute;
	top:140px;
	left:200px;
	width:400px;
	height:300px;
	background-color:#FFFFFF;
	z-index:150;
	display:none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
#mem_log			{font-size:14px;color:#FF0033;}
a#mem_log:hover		{color:#FFCC33;}
#capture_form table tr td h3	{color:white;font-size:16px;}
#capture_form table tr td input	{width:120px;}
#login_form_wrapper{
	position:absolute;
	top:140px;
	left:200px;
	width:240px;
	height:100px;
	background-color:#FFFFFF;
	z-index:150;
	display:none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
#login_form_wrapper h3	{color:white;font-size:16px;}
#login_form_wrapper table tr td input	{width:120px;}

#mem_ben		{border:1px solid black;width:140px;height:120px;}
#mem_ben ul		{margin:5px;margin-left:25px;padding:0px;}
#mem_ben ul li	{text-align:left;margin:2px;padding:0px;}
#sellers	{list-style-type:decimal;}
#sellers li {margin:2px;}

.error			{font-size:9px;color:#FF0000;}
