@charset "utf-8";
/* CSS Document */
/*Join Page*/
#joinArea {
	width: 				950px;
	text-align: 		center;
	height: 			auto;
	background: 		url('../images/episode_01_middle.png');
}
#joinArea h1 {
	line-height: 		24px;
	margin: 			0px;
	padding: 		    0px;
}
.join_area_top {
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_top.png');
}
.join_area_bottom {
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_bottom.png');
}
.join_area_middle {
	width: 				900px;
	height:				auto;
	margin:				0 auto;
}
#joinTopSection {
	width: 897px;
	height: auto;
	margin: 0px auto;
}
#joinBenefits, #joinPanel {
	width: 444px;
	height: 400px;
	margin: 0px;
}
#joinPanelHolder, #joinBenefitsHolder {
	width: 443px;
	padding: 0px;
	height: 400px;
	margin: 0px;
	background-color: #eee;
	border: 1px solid #333;
}
#joinForm {
	width: 419px;
	height: 378px;
	padding: 5px;
	text-align: center;
	margin: 5px auto 0px auto;
	background-color: #fff;
	border: 1px solid #202020;
}
#joinForm form {
	width: 419px;
	height: 240px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
#joinForm fieldset {
	width: 407px;
	border: solid 1px #999;
	margin: 0px auto 5px auto;
	padding: 5px;
}
#joinForm #memBox {
	border: solid 1px #ccc;
}
#joinForm #typeBox {
	border: solid 1px #ccc;
}
#joinForm legend {
	border: none;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	/*padding-left: 5px;*/
	/*height: 1px;*/
}
#joinForm #memOptions, #joinForm #payMethod, #joinForm #joinBttn {
	width: 390px;
	margin: 0px auto;
	padding: 5px;
	text-align: left;
}
#joinField1, #joinField2  {
	width: 419px;
	margin: 0px auto 15px auto;
}
#memTypes, #payTypes  {
	margin-bottom: 12px;
}
#joinForm #memOptions, #joinForm #payMethod {
	margin-bottom: 4px;/*border: 1px solid #ccc;*/
}
#joinForm h2, #benefits h2 {
	text-align: center;
	padding: 0px;
	margin: 0px auto;
	height: 24px;
	text-transform: uppercase;
}
#joinForm h2 {
	background-color: #000;
	color: #fff;
	border: 1px solid #999;
	padding: 0px;
	text-align: center;
	line-height: 24px;
	margin: 0px auto 15px auto;
}
#joinForm form p {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
#joinForm input #username, #joinForm input #password {
	width: 160px;
	float: left;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 3px;
}
#joinForm input #price1, #joinForm input #price2, #joinForm input #price3, #joinForm input #ccard, #joinForm input #chkg {
	width: 160px;
	float: left;
}
#joinForm label {
	float: left;
	font-weight: normal;
}
#joinForm input radio {
	float: left;
}
#submitButton {
	font-size: 20px;
}
#joinCC, #joinChkg {
	font-size: 20px;
	margin: 3px auto 3px auto;
	width: 190px;
	text-align: center;
}
#joinButton {
	font-size: 12px;
	margin: 3px auto 3px 100px;
	width: 190px;
	text-align: center;
}
#joinForm input label .bttnTag {
	padding-bottom: 4px;
	padding-left: 3px;
}
#joinForm br {
	clear: both;
}
#joinForm hr {
	color: #ccc;
	width: 390px;
	height: 1px;
	text-align: center;
}
#disclaimers {
	width: 390px;
	height: auto;
	text-align: center;
	margin: 5px auto;
	padding: 5px;
	background-color: #fff;
}
#disclaimers p {
	font-size: 10px;
	padding: 2px;
	color: #999;
}
#disclaimers a {
	color: #990000;
}
/*For Row Of Pics, If Decide To Use Later On*/
#joinpics, .joinpics {
	height: auto;
	width: 900px;
	margin: 0 auto;
}
.picstyle1 {
	width: 225px;
	height: 150px;
	display: block;
	padding-bottom: 3px;
	margin: 0 auto;
	float: left;
}
.picstyle1 img {
	border: 1px solid #333;
	width: 220px;
	height: 145px;
}
