#user-loginbar {
	
}
#user-loginbar .container {
	font-size: 12px;
	color: #666666;
	text-align:center;
	padding:0;
}
#user-loginbar .logged p {
	display:block;
	padding:0;
	margin:0;
}
#user-loginbar .username {
	display:block;
	margin-bottom:5px;
}
#user-loginbar .text {
	padding:0 5px 0;
	text-align: left;
}
#user-loginbar .password{
	display:block;
	margin-bottom:5px;
}
#user-loginbar .remember {
	display:inline-block;
	margin-right:10px;
}
#user-loginbar .button {
  text-align:center;
  color:#fff;
  background:#964268;
  cursor:pointer;  
  display:inline-block; 
  margin:0 0 10px;	
  padding:7px 15px;
	height: 15px;
	cursor:pointer;
}
#user-loginbar .login {
  text-align:center;
  color:#fff;
  background:#964268;
  cursor:pointer;  
  display:inline-block; 
  margin:0 0 10px;	
  padding:7px 15px;
	height: 15px;
	cursor:pointer;
}

#user-forget {
  padding:20px;
}
#user-forget .button {
  color:#fff;
  padding:3px 10px;
}
/* ---------------------------------------------------------------------------------------------------- */
#user-entry .container {
	text-align:center;
	width:700px;
	padding:30px 0 ;
	margin:0 auto;
}
#user-entry .html {
	font-size: 19px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;
}
#user-entry .form {
	position:relative;
	z-index:1;
}
#user-entry .left {
  float:left;
	width: 340px;
	height: 300px;
}
#user-entry .right {
  float:left;
	width: 340px;
	height: 300px;
}
#user-entry .right h3 {
  margin:0 0 20px;
}
#user-entry .right .button {
  display: inline-block;
}

/*表單*/
#user-entry .username, #user-entry .password {
  font-size:15px; 
	font-weight:bold; 
	text-align:left;
  display:block; 
	padding: 5px 0; 
	margin: 10px auto; 
	width:250px; 
}
#user-entry .remember {
	display:block;
	padding:10px 0;
}
#user-entry .text {
  color:#fff;
  background:#333;
	margin-left:10px;
	padding:0 5px;
	width:190px;
}
#user-entry .form .button {
  text-align:center;
  color:#fff;
  background:#000;
  cursor:pointer;  
  display:inline-block; 
  margin:0 0 10px;	
  padding:7px 15px;
	height: 20px;
	cursor:pointer;
}
#user-entry .form .button:hover {
  background:#666;
}
.use-facebook {
  display:block;
  padding:10px;
}
/* ---------------------------------------------------------------------------------------------------- */
#user-center  .container table {
	text-align:center;
	padding:70px 0;
	margin:0 auto;
  width:700px;
}
#user-center .button send {
}
#user-center .button update {
}
#user-center .button {
  text-align:center;
  color:#fff;
  background:#000;
  cursor:pointer;  
  display:inline-block; 
  margin:0 0 10px;	
  padding:7px 15px;
	height: 15px;
	cursor:pointer;
}
#user-center .button logout jquery-get {
}
/* ---------------------------------------------------------------------------------------------------- */
#user-post .container h4 {
  font-size:17px;
  color:#666;
  padding:10px 0;
}
#user-post .container th {
  color:#fff;
  background:#000;
  border-bottom:1px #333 solid;
}
#user-post .container td {
  padding:0 10px;
}
#user-post .required {
}
#user-post .text {
}
#user-post .username-result {
}
#user-post .select {
}
#user-post .textarea {
  padding:5px;
}
#user-post .sms {
}
#user-post .button {
  color:#fff;
  display:inline-block; 
  margin:10px 0;	
  padding:7px 15px;
	height: 15px;
}