#user-entry .container {
	margin:0 auto;
}
#user-entry .html {
	font-size: 19px;
	font-weight: bold;
	text-align: left;
}
#user-entry .form {
	position:relative;
	z-index:1;
	text-align:center;	
}

#user-entry .form .left {
	margin:0 0 20px;
}
#user-entry .form .right {
}
#user-entry .form .right h3 {
	margin:0 0 15px;
}
#user-entry .form label {	
  padding:5px 0;
  display:block;
}
#user-entry .form label span {
  display: block;
  padding:0 10px 5px 0;
}
#user-entry .remember {
	display:block;
	padding:10px 0;
	margin:0 0 10px;
}
#user-entry .text {
	outline:none;
  padding:3px;
  width:200px;
}
#user-entry .form .button {
  text-align:center;
  background:#333; 
  color:#fff !important;
  display:block;
  padding:10px 5px 0;
  margin:0 auto 10px;
  width:80%;
  height:25px;
}
#user-entry .form .button:hover {
  background:#ccc; 
}
#user-entry .facebook {
  text-align:center;
  background:#333; 
  color:#fff !important;
  display:block;
  padding:10px 5px 0;
  margin:0 auto 10px;
  width:80%;
  height:25px;
}
#user-entry .facebook .button {
	position: relative;
	top: 5px;
	background: url(images/facebook.png) no-repeat;
	display: inline-block;
	width: 69px;
	height: 19px;
}

#user-center .button {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background:#333;
	display: inline-block;
	text-align: center;
	line-height: 210%;
	padding: 0 20px;
  margin:0 5px 0;
	height:30px;
}
#user-center .button:hover {
  -webkit-box-shadow: #000 0px 0px 3px;
	-moz-box-shadow: #000 0px 0px 3px;
	box-shadow: #000 0px 0px 3px;
}


/* ---------------------------------------------------------------------------------------------------- */
#user-post h4 {
	font-size: 15px;
	padding: 0;
  margin:0 0 15px;
}

#user-post .container {
  padding:0 0 30px;
  width:100%;
  overflow:auto;
}
#user-post table {
	margin: 0 0 15px;
	width:600px;
}
#user-post th {
	vertical-align: top;
	text-align: center;
	color:#fff;
	background: #000;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #b8b8b8;
	width: 140px;
}
#user-post td {
	text-align: left;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #FFFFFF;
}
#user-post .select {
	display: inline-block;
	margin: 0 3px 3px 3px;
}
#user-post .text, #user-post .textarea {
	display: block;
	width: 95%;
}
#user-post .button {
  text-align:center;
	line-height:30px;
  background:#333; 
  color:#fff !important;
  display:block;
  padding:0 5px;
  margin:auto;
  width:50%;
  height:30px;
}
/* ---------------------------------------------------------------------------------------------------- */
#user-invite-post .link {
	padding:10px 0;
	border-bottom: 2px solid #eee;
}
#user-invite-post .link p {
	background: #eee;
	padding:10px;
}
#user-invite-post .url {
	text-decoration: underline;
	display:block;
	padding:5px;
	margin:5px 0;
}
#user-invite-post .copy {
	font-weight:bold;
	color: #fff;
	background: #875197;
	text-align:center;
	display:inline-block;
	padding: 5px 15px;
	margin:10px 0;
	border: 1px solid #333;
	height:18px;
	clear:both;
}
#user-invite-post .sns {
	border-bottom: 2px solid #eee;
}
#user-invite-post .sns p {
	background: #eee;
	padding:10px;
}
#user-invite-post .fb {
	background: url(images/user-invite.fb.gif) no-repeat;
	display:inline-block;
	width:120px;
	height:38px;
}
#user-invite-post .tt {
	background: url(images/user-invite.tt.gif) no-repeat;
	display:inline-block;
	width:120px;
	height:38px;
}
#user-invite-post .mail {
	padding:10px 0;
}
#user-invite-post h3 {
	font-size:13px;
	color:#404040;
	margin:10px 0;
}
#user-invite-post table {
	margin-bottom:5px;
	width:98%;
}
#user-invite-post th {
	text-align:center;
	background: #e5e5e5;
	padding: 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #b8b8b8;
	width:80px;
}
#user-invite-post td {
	text-align: center;
	background: #fbfbfb;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #fff;
}
#user-invite-post td .textarea {
	width: 90%;
}
#user-invite-post .button {
	text-align:center;
	line-height:30px;
  background:#333; 
  color:#fff !important;
  display:block;
  padding:0 5px;
  margin:auto;
  width:80%;
  height:30px; 
}
/* ---------------------------------------------------------------------------------------------------- */
#user-coin img {
	display: block;
	margin: 0 0 10px;
	width: 100%;
}
#user-coin th {
	white-space: nowrap;
	background: #e5e5e5;
	text-align: left;
	vertical-align: top;
	padding:10px 5px 0; 
	border-bottom: 1px solid #999;
	height: 25px;
}
#user-coin td {
	padding:10px 5px;
	border-bottom: 1px solid #eee;
}
#user-coin table {
	width: 100%;
}
#user-coin th {
	background: #e5e5e5;
	text-align: left;
	vertical-align: top;
	padding:10px 5px 0; 
	border-bottom: 1px solid #999;
	height: 25px;
}
#user-coin td {
	padding:10px 5px;
	border-bottom: 1px solid #eee;
}

/* ---------------------------------------------------------------------------------------------------- */
#user-point form table {
	margin-bottom:5px;
	width:100%;
}
#user-point form th {
	white-space: nowrap;
	text-align: right;
	background: #e5e5e5;
	padding: 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #b8b8b8;
	width:80px;
}
#user-point form td {
	text-align: left;
	background: #fbfbfb;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #fff;
}
#user-point form td .textarea {
	width: 90%;
}
#user-point form .button {
	font-weight:bold;
	color: #fff;
	background:#5E2B7A;
	text-align:center;
	display:inline-block;
	padding: 5px 15px;
	margin:10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:18px;
	clear:both;
}
#user-point .lists {
	width: 100%;
}
#user-point .lists th {
	background: #e5e5e5;
	text-align: left;
	vertical-align: top;
	padding:10px 5px 0; 
	border-bottom: 1px solid #999;
	height: 25px;
}
#user-point .lists td {
	padding:10px 5px;
	border-bottom: 1px solid #eee;
}

#user-forget {
  padding:20px;
}
#user-forget .text {
  display: inline-block;
  margin:0 0 20px;
}
#user-forget .button {
  text-align:center;
	line-height:30px;
  background:#333; 
  color:#fff !important;
  display:block;
  padding:0 5px;
  width:100px;
  height:30px; 
}

