@IMPORT url("articlelist.css");

.author-container td {
	border: 0px;
	border-bottom: 1px dashed;
	margin-bottom: 3px;
	margin-left: 5px;
	padding: 3px;
	padding-left: 10px;
	text-align: left;
}

.author-container li {
	padding: 3px 16px 14px 0px;
	display: inline;
	white-space: nowrap;
}

.detail-container td {
	padding-left: 10px;
}

.quote-container {
	margin: 2px;
	padding: 3px;
	border: 1px dashed #333333;
	word-break: break-all;
	font-size: 12px;
}

.verify_code{
	white-space: nowrap;
	font-weight: bold;
	font-size:13px;
	margin:-20px  10px 0px 100px;
	padding:0px 10px 0px 10px;
	color:red;
	background:transparent  url(../../../images/gzs_title_bg.jpg) 0px -3px;
}


/**提示信息样式*/
.tip-message {
	margin-top: 2px;
	border: 1px solid silver;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ffd url("../../../images/icons/information.gif") 10px 10px no-repeat;
	text-align: left;
}


