/* 
---------------------------------------------------------------
會員模組 module user
--------------------------------------------------------------- 
*/
#user-loginbar {
	text-align: left;
	margin: 0px 10px 10px 0px;
}
#user-loginbar .title {
	font-size: 13px;
	text-align: left;
	background: url(design/mContentCategoriesTitle.gif) repeat-x;
	padding: 10px 0px 0px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	height: 19px;
}
#user-loginbar .title strong {
	color: #4c4c4c;
	padding: 0px 0px 0px 5px;
	font-size: 13px;
}
#user-loginbar .container {
	background: #eae9e9 url(design/mContentCategoriesContent.gif) repeat-x;
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
#user-loginbar .container label {
	display:block;
	padding-bottom:5px;
}
#user-loginbar .container a {
	color: #000000;
}
#user-loginbar .signin {
	color:#000000;
	cursor:pointer;
}
#user-loginbar .forgot {
	color:#000000;
	cursor:pointer;
}
#user-loginbar .button {
	background: #ffa900 url(design/button.gif) repeat-x;
	font-weight: bold;
	text-align:center;
	display:block;
	padding: 2px 0 0;
	margin-top:5px;
	border: 1px solid #ff8a00;
	height:18px;
	width:60px;
	cursor:pointer;
}
#user-loginbar .button a{
	color:#FFFFFF;
}
/* 
---------------------------------------------------------------
--------------------------------------------------------------- 
*/
#user-entry {
	text-align: left;
	margin: 0px auto;
	width: 640px;
}
#user-entry .title {
	background: url(design/node.title.gif) no-repeat right top;
	float: left;
	padding: 0px 45px 0px 0px;
	margin: 0px 0px 5px;
	height: 28px;
	_width: 150px; /* IE6 */
}
#user-entry .title h1{
	font-size: 14px;
	color: #FFFFFF;
	background: url(design/node.title.h1.gif) no-repeat left top;
	display: block;
	padding: 7px 0px 0px 13px;
	height: 21px;
}
#user-entry .container {
	clear: both;
	overflow: hidden;
	padding:50px 0;
}
#user-entry .container label{
	display: block;
	margin-bottom:10px;
}
#user-entry .text {
	margin-left: 5px;
	width: 200px;
	height:12px;
}
#user-entry .signin {
	background: #ffa900 url(design/button.gif) repeat-x;
	border: 1px solid #ff8a00;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px 0px;
	margin-right:5px;
	height:15px;
}
#user-entry .forget {
	background: #ffa900 url(design/button.gif) repeat-x;
	border: 1px solid #ff8a00;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px 0px;
	margin-right:5px;
	height:15px;
}
#user-entry .submit {
	background: #ffa900 url(design/button.gif) repeat-x;
	border: 1px solid #ff8a00;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px 0px;
	margin-right:5px;
	height:15px;
}
/* 
---------------------------------------------------------------
--------------------------------------------------------------- 
*/
#user-center {
	text-align: left;
	margin: 0px auto;
	width: 640px;
}
#user-center .title {
	background: url(design/node.title.gif) no-repeat right top;
	float: left;
	padding: 0px 45px 0px 0px;
	margin: 0px 0px 5px;
	height: 28px;
	_width: 150px; /* IE6 */
}
#user-center .title h1{
	font-size: 14px;
	color: #FFFFFF;
	background: url(design/node.title.h1.gif) no-repeat left top;
	display: block;
	padding: 7px 0px 0px 13px;
	height: 21px;
}
#user-center .container {
	clear: both;
	overflow: hidden;
	padding:50px 0;
}
#user-center .container a {
	font-size: 11px;
	color: #FFFFFF;
	background: #000000;
	float:left;
	display: block;
	padding: 5px 5px 0px;
	margin: 0 5px 0 0;
	height: 17px;
}
#user-center table {
	width:100%;
}
#user-center th {
	background: #e5e5e5;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	width:100px;
}
#user-center td {
	text-align:left;
	background: #eeeeee;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
}
/* 
---------------------------------------------------------------
--------------------------------------------------------------- 
*/
#user-post {
	margin: 0px 0px 5px;
}
#user-post h4 {
	color: #000000;
	padding: 5px;
	margin: 5px 0px 5px;
}
#user-post table {
	width:98%;
}
#user-post th {
	text-align: right;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #b8b8b8;
	width: 100px;
}
#user-post td {
	text-align: left;
	background: #f0f0f0;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #FFFFFF;
}