BODY { color: #000; font-family: Verdana, Helvetica, sans-serif; font-size: 12px; margin: 0px; padding: 10px; }
FORM { margin: 0px; padding: 0px; }
H3 { margin: 0px 0px 10px 20px; padding: 0px; font-size: 14px; font-weight: bold; color:#993399; }
IMG { border: 0px; }
UL { margin: 0px; padding: 0px 0px 0px 30px; }
	LI { margin: 10px 0px 0px 0px; padding: 0px; }
A { color: #00f; text-decoration: underline; }
A:hover { color: #f00; }
INPUT, SELECT { font-size: 16px; }
#outer-container
{
	position: relative;
	width: 970px;
	margin: 0px auto;
	overflow: hidden;
}
#latestmembers
{
	float: left;
	top: 0px;
	right: 0px;
	position: relative;
	width: 935px;
	padding-left:35px;
	
}
.membersbox{
	width: 970px;
	height: 335px;
	background-image: url(images/searchb_bg.jpg);
	background-repeat: no-repeat;
	float:left;
}
.loginbox{
	width: 970px;
	height: 335px;
	margin-left:150px;
}
.membersboxtext{
	position:absolute;
	top:750px;
	left:20px;
	font-size:30px;
	color:#FFF;
}
.membersboxtextsub{
	position:absolute;
	top:675px;
	left:20px;
	font-size:18px;
	color:#000;
	width: 500px;
}
.membersboxtextbull{
	position:absolute;
	top:723px;
	left:20px;
	font-size:18px;
	color:#000;
	width: 275px;
}
#latestmembers H3
{
	margin-bottom: 1px;
}
#mem-clear
{
	height: 5px;
	clear: both;
	overflow: hidden;
}
.wld_badge_item{
	width:102px;
	float:left;
	padding-left:6px;
	padding-right:6px;
	height:115px;
}
.wld_badge_item_detail{
	width:102px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color:#000;
}
.wld_badge_item_region{
	display:none;	
}
#formHolder
{
	border-style: solid;
	border-width: 2px;
	position: absolute;
	display: none;
	width: 404px;
	height: 130px;
	float:left;
	background-color: #FFFFFF;
	z-index:1001;
}
.table{
	width: 400px;	
}
.searchnow{
  width: 89px;
  height: 23px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/search_now.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.loginbutton{
  width: 89px;
  height: 23px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/login.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  float:right;
}
label{
	font-weight:bold;
	color:#000;
}
.hand
{
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */	
}
.error
{
	color:#ff0000;
}