@charset "utf-8";


.table-solid td{
	height:30px;
}
.postsalePic{
	float:left;
}
.postsalePic img{
	    padding:10px;
		max-width:290px;
		max-height:500px;
}

.message{
	border-bottom:1px dashed #CCCCCC; 
	font-size:12px;
}
.msg_tit{
	background-color: #E2728B;
	color:#FFFFFF;
	padding:5px 10px;
}
.msg_content{
	padding:5px 8px; 
	height:50px;
	max-height:100px;
	overflow: hidden;
}
.msg_textarea{
	font-size: 14px; 
	font-family: 微軟正黑體; 
	padding:5px; 
	overflow: auto; 
	resize:none; 
	width:730px; 
	height:100px; 
	border:1px solid #999999; 
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	border-radius: 7px;
}
.wrapper_login {
	width: 960px;
	height: 100%;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: "微軟正黑體";
	color: #333;
}
.login-area{
	width:40%;
	display:table;
	min-width:300px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:9%;
	margin-bottom:20px;
	border:1px solid #999999; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	padding:5% 0;
	text-align: center;
	font-family:Helvetica,"微軟正黑體";
	font-size:18px;
	
}
.login-input {
	padding:5px 0 20px 0;
}
#footer{
	background-color: #921d38;
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	text-align: center;
	height:100px;
	padding-top: 5px;
	position: relative;
	
}
	


