/* page custom */
#MemberRight #EditProfile {
	width: 800px;
	border-top : 1px solid #78D4F5;
	border-bottom : 1px solid #78D4F5;
	background-color: #F0F9FB;
	float: left;
}

/* line */
hr.item {  
	border-top : 1px solid #F2EDE8;
	border-bottom : 1px dotted #FFBFDB;
}
hr.wearied {
	border-top : 1px solid #F0F9FB;
	border-bottom : 1px dotted #78D4F5;
}
table.FromSection { 
	border: 1px dotted #78D4F5;
	background-color: #FFFFFF;
}
td.hem {  
	border-bottom: 1px solid #EEEEEE;
}
.Title {
	margin-left: 50px;
	padding:10px;
}
.Nonehem {
	border: 0px;
}
#specNotice {
	width:100%;
	text-align: center;
}
#specNotice #Msg {
	border: 1px solid #FDF1C8;
	background-color: #FFF7DD;
	width: 500px;
	margin:10px;
}
#Fw { 
	width: 100%;
	text-align: right;
}
.Button {
	margin-top: 10px;
	margin-bottom: 10px;
	padding:5px;
	width: 150px;
	text-align: left;
	border-top : 1px solid #78D4F5;
	border-bottom : 1px solid #78D4F5;
	border-left : 1px solid #78D4F5;
	background-color: #FFFFFF;
}
/* Page Change */
#pagechange {
	text-align: center;
	width: 730px; height: 50px;
}
#pagechange a, #pagechange b {
	border: 1px solid #8DC63F;
	color: #F06EAA;
	min-width: 25px;
	width: auto !important;
	width: 25px;
	height: 25px;
	display: block;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}
#pagechange a:hover, #pagechange b {
	background-color: #8DC63F;
	color: #FFFFFF;
}
#pagechange strong {
	font-weight: bold;
	background-color: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
	width: 50px; height: 20px;
	line-height: 20px;
	display: block;
}
#pagechange ul li {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	text-align: center;
}
#pagechange ul {
	list-style: none;
}