﻿/*網友需求的CSS開始*/
.userQuestion {
	font-size: 13px;
	color: #333333;
	background-color: #f6ecbe;
	border: 1px solid #ece0a9;
	margin-bottom: 5px;
	line-height: 18px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	background-image: url(member_136.gif);
	background-repeat: no-repeat;
}
.userQuestion_time {
	font-size: 13px;
	font-weight: bold;
	padding-right:5px;
	color:#A13602;
	line-height:25px;
	float: right;
	width: 170px;
	padding-left: 10px;
	background-color: #F6ECBE;
        text-align: right;
        clear:right;
}

.reply {
	font-size: 13px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	line-height: 20px;
	border: 1px solid #CA4302;
	color: #333333;
}
.rtime {
	font-size: 13px;
	line-height: 25px;
	color: #FFFFFF;
	float: right;
	width: 162px;
	text-align: center;
	font-weight: bold;
        text-align: right;
}
.tit {
	font-size: 13px;
	background-color: #A13602;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	background-image: url(member_137.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}

.checknumber {   //驗證碼
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC6600;
	letter-spacing: 2px;
	border: 2px solid #ECE0A9;
	padding: 2px;
	text-align: center;
	width: 60px;
}
/*網友需求的CSS結束*/

