#productTitle {
	background: url('../images/icon_3.png') left 5px top 0 no-repeat,url('../images/icon_4.jpg') repeat-x;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #4D4D4D;
	padding: 0px 0 0 28px;
	margin-top: 10px;
}

#memberBorder{
	width:210px;
	height:60px;
	padding: 0 15px;
	line-height: 60px;
	margin:10px 0;
	background:url('../images/mem_border.jpg');
}

#memberBorder span{
	font-size: 1.2em;
	font-weight: 900;
	color: #f00;
}

#welcomeText{
	font-size: 0.8em;
	line-height: 2em;
	padding-top:18px;
}

#memberInfo{
	float: left;
	width:100%;
}

.InfoItem{
	float: left;
	width:50%;
	padding-top: 10px;
}

.InfoItem img{
	float: left;
	margin:3px 10px 3px 3px;
}

.infoTitle{
	float: left;
	width: 310px;
	color: #c09;
	padding-top:8px;
	font-size: 0.9em;
	cursor: pointer;
}

.infoTitle:hover{
	color: red;
	text-decoration: underline;
}

.infoText{
	float: left;
	font-size: 0.8em;
	color: #999;
}


.memberEdit{
	position: relative;
	float: left;
	width:50%;
	padding-top: 20px;
	color: #484848;
}

#memberEdit2{
	float: none;
	margin:0 auto;
}

.memberEdit input{
	display: block;
	width: 80%;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border:#aaa 1px solid;
}

.editItem{
	float: left;
	width:95%;
	padding-left:5%;
	margin: 5px 0;
}

.editText{
	line-height: 25px;
}
.editTitle{
	line-height: 25px;
	font-weight:bolder;
	font-family:"微軟正黑體,Microsoft JhengHei,新細明體,PMingLiU,細明體,MingLiU,標楷體,DFKai-sb,serif";
}

.editText span{
	display: block;
	color: #999999;
	font-size: 0.8em;
}

.redPoint{
	color: #f00;
}

#BTNArea{
	clear: both;
	width:100%;
	height: 35px;
	padding:25px 0;
	text-align: center;
}

#memberBTN{
	font-size: 14px;
	font-weight: normal;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #eda933;
	padding: 5px 10px;
	text-decoration: none;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f6b33d), color-stop(100%, #d29105) );
	background: -moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	background: -ms-linear-gradient( top, #f6b33d 5%, #d29105 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color: #f6b33d;
	color: #fff;
	display: inline-block;
	text-shadow: 1px 1px 0px #cd8a15;
	-webkit-box-shadow: inset 1px 1px 0px 0px #fed897;
	-moz-box-shadow: inset 1px 1px 0px 0px #fed897;
	box-shadow: inset 1px 1px 0px 0px #fed897;
	cursor: pointer;
}

#memberBTN:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #d29105), color-stop(100%, #f6b33d) );
	background: -moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	background: -ms-linear-gradient( top, #d29105 5%, #f6b33d 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color: #d29105;
}

#must{
	position: absolute;
	top:5px;
	right: 0;
	font-size: 0.8em;
	color: #f00;
}

.price_color{
	color:#ff0000;
}

