BODY {
	font-family:verdana;
	font-size:12px;
	color: #333333;
}

TABLE#new_member_form {
	width:300px;
}

SELECT {
	width:305px;
	// border:1px solid #666666;
  margin-bottom:10px;
}

INPUT.text {
	width:300px;
	border:1px solid #666666;
	margin-bottom:10px;
}

INPUT.button {
	width:110px;
	background-color:#666666;
	border:1px solid #666666;
	margin-right:5px;
	padding:5px;
	padding-top:1px;
	padding-bottom:0px;
	cursor:pointer;
	color:#ffffff;
}

DIV#new_member_descript{
	position:absolute;
	top:80px;
	left:340px;
	width:300px
}


/*
DIV#new_member_form {
	width:300px;
}

DIV#new_member_intro {
	width:300px;
	margin-bottom:10px;
}

DIV#membertype_ord {
	visibility:hidden;
	width:300px;
}

DIV#newmember_title {
	width:300px;
}
*/

.membertype {
	display: none;
}

