#container
{
	width: 970px;
	height: 468px;
	position: relative;
	background: url(images/style5.jpg) no-repeat;
}
.signin
{
	position: relative;
	color: #993399;
	left: 300px;
	top: 60px;
	font-size: medium;
	width: 90px;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
  	font-weight:bold;
}
.login
{
	position: absolute;
	color: #993399;
	left: 800px;
	top: 60px;
	font-size: medium;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-weight:bold;	
}
.signin a
{
	color: #993399;
	text-decoration: none;
}
.searchform{
	position:absolute;
	background: url(images/searchBox.png) no-repeat;
	left: 27px;
	top: 300px;
	width: 320px;
	height: 150px;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.mainsubtext{
	position:absolute;
	left: 30px;
	top: 210px;
	font-size: 18px;
	width: 370px;
	color:#FFF;
}
.maintext{
	position:absolute;
	left: 30px;
	top: 134px;
	font-size: 24px;
	width: 349px;
	color:#FFF;
}
.register
{
}
fieldset 
{
	position:absolute;
	left: 450px;
	top: 100px;
	width:500px;
	border:0px;
}
fieldset label
{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	width:200px;
	margin-bottom:5px;
}
fieldset input
{
	width:280px;
	margin-bottom:5px;
}
fieldset h2
{
	margin-left:150px;
	color:#fff;
}
fieldset select 
{
	margin-bottom:5px;
}
.regsubmit
{
	width:70px;
	float:right;
	margin-right:10px;
	margin-top:-20px;
} 
.membersbox{
	width: 970px;
	height: 335px;
	background-image: url(images/searchc_bg.jpg);
	background-repeat: no-repeat;
	float:left;
}

