/**************************************************
说明：
1：我们建议你通过只改变css的方式来制作新的皮肤模板。当然，页面的部分代
码你也是可以更改的，例如一些图片的地址。但是，请你在递交作品的时候，请同时
提交对页面部分代码的修改备注和说明。以便我们了解。
2：为了保证页面的兼容性，请你分别在IE和Firefox中分别查看你的页面，以便保证页面
对浏览器的兼容性。
3：请你随时关注官方网站。以便获得最新的通知和说明
时间：2008-1-30
作者：杨正祎
**************************************************/

/**************************************************
第一部分：所有的模板都使用的公共样式。公告样式是为了更好的向前和向后兼容。
如果不符合你皮肤的要求，你可以在后面通过更高的优先级覆盖着这些样式，但是
你不能删除这些样式。
**************************************************/
#EntryTag {
	position:relative; 
	width:690px; height:auto;
	margin:20px 0px 20px 0px; border:none; padding:0px;
	overflow:hidden;
}
.topicListFooter {
	position:relative; 
	width:690px; height:30px;
	margin:0px; border:none; padding:0px 20px 20px 20px;
	overflow:hidden;
	text-align:right;
}
#divRefreshComments{
	position:relative;
	width:690px; height:30px;
	margin:0px 20px 0px 20px; border:none; padding:0px;
	overflow:hidden;
	text-align:right;
}
/*****第一部分结束*******************************/

/**************************************************
第二部：公共样式（全局样式）。公共会对所有页面的标签都起作用。这个部分你
可以随意的更改，并不会牵扯到其他的皮肤模板。但是每次更改都要注意你的皮肤
模板所有页面的变化。因为它们是全局的。
**************************************************/
* {
	margin:0px; padding:0px;
}
body {
	margin:0px; padding:0px;
	background-color:#E2DDC7;
}
fieldset, img {
	border:0px;
}
div {
	margin-bottom:15px;
	background-color:#FFFFFF;
}
table {
	border-spacing:0px; border-collapse:collapse;
}
ul {
	word-break:break-all;
}
li {
	list-style:none;
}
.clear {

}
a:link {
	color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
a:visited {
	color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
a:hover {
	color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:underline; line-height:normal;
}
a:active {
	color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
/*****第二部分结束*******************************/

/**************************************************
第三部分：各个页面元素的样式。你可以根据需要随意的更改，并不会牵扯到其他
的皮肤模板。这个部分是最能展现你想象力的部分。其中头部和侧边栏部分是此皮
肤公共的部分。而每个页面特有的部分会有相应的注释和说明。
**************************************************/
/*****home和头部开始**************************/
#home {
	position:absolute; top:0px; left:0px; z-index:100;
	width:100%; height:auto;
	margin:0px; border:none; padding:0px;
	background-color:#E2DDC7; background-image:url(https://www.cnblogs.com/Skins/UnlimitedSunlight/images/banner.jpg); background-position:top center; background-repeat:no-repeat;
}
#header {
	position:relative; top:0px; left:auto;
	width:950px; height:310px;
	margin:auto; border:none; padding:0px;
	background:none;
	overflow:hidden;
}
#blogTitle {
	position:relative; top:150px; left:210px;
	width:740px; height:75px;
	margin:0px; border:none; padding:0px;
	background:none;
	overflow:hidden;
}
#blogTitle h1 {
	float:left;
	margin:0px; border:none; padding:0px;
}
#blogTitle a {
	color:#000000; font-family:微软雅黑, 华文细黑, 黑体, Arial; font-size:24px; font-weight:normal; line-height:normal;
}
#blogTitle h2 {
	float:left;
	width:740px;
	margin:0px; border:none; padding:0px;
	color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
#blogLogo {
	float:left;
	margin:0px; border:none; padding:0px;
}
#navigator {
	position:relative; top:150px; left:140px;
	width:810px; height:80px;
	margin:0px; border:none; padding:0px;
	background:none;
	overflow:hidden;
}
#navList {
	float:left;
	width:810px; height:50px;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
}
#navList li {
	float:left;
}
#navList a {
	float:left;
	margin:0px; border-right:#CCCCCC 1px dashed; padding:0px 10px 0px 10px;
	color:#333333; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; line-height:normal;
}
.blogStats {
	float:right;
	margin:0px; border:none; padding:0px;
	background:none;
	color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:12px;font-weight:normal; text-decoration:none; line-height:normal;
}
#footer {
	position:relative; top:0px; left:auto;
	width:950px; height:auto;
	margin:auto; border:none; padding:30px 0px 30px 0px;
	background:none;
	overflow:hidden;
	color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; text-decoration:none; line-height:normal; text-align:center;
}
/*****home和头部结束**************************/

/*****主页文章列表开始**************************/
#main{
	position:relative; top:0px; left:auto;
	width:950px; height:auto;
	margin:auto; border:none; padding:0px;
	background:none;
	overflow:hidden;
}
#mainContent {
	float:left; top:0px; left:0px;
	width:730px; height:auto;
	margin:0px; border:#E2DDC7 1px solid; padding:0px;
	background-color:#E2E7E6;
	overflow:hidden;
}
#mainContent .forFlow{
	position:relative;
	width:730px; height:auto;
	margin:24px 0px 0px 0px; border-top:#D6DDDC 1px solid; padding:20px 0px 20px 0px;
	overflow:hidden;
}
.day {
	position:relative;
	width:690px; height:auto;
	margin:0px 20px 0px 20px; border:none; padding:0px;
	overflow:hidden;
}
.dayTitle {
	display:none;
}
.postTitle {
	position:relative;
	width:690px; height:auto;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
}
.postTitle a {
	color:#6A6352; font-family:微软雅黑, 华文细黑, 黑体, Arial; font-size:18px; font-weight:normal; line-height:30px;
}
.postCon {
	position:relative;
	width:690px; height:auto;
	margin:10px 0px 0px 0px; border:none; padding:0px;
	overflow:hidden;
	color:#494949; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; text-decoration:none; line-height:normal;
}
.postCon a {
	color:#494949; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; line-height:normal;
}
.postDesc {
	position:relative; 
	width:690px; height:30px;
	margin:0px; border-bottom:#CCCCCC 1px dashed; padding:0px;
	overflow:hidden;
	color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
.postSeparator {
	display:none;
}
/*****主页文章列表结束**************************/

/*****侧边栏开始********************************/
#sideBar {
	float:right; top:0px; left:0px;
	width:205px; height:auto;
	margin:0px; border:#E2DDC7 1px solid; padding:0px;
	background-color:#E2DDC7;
	overflow:hidden;
}
#sideBarMain {
	position:relative;
	width:205px; height:auto;
	margin:0px; border:none; padding:0px;
	background:none;
	overflow:hidden;
}
#leftcontentcontainer {
	position:relative;
	width:205px; height:auto;
	margin:0px; border:none; padding:0px;
	background:none;
	overflow:hidden;
}
.newsItem {
	position:relative;
	width:185px; height:auto;
	margin:0px 0px 15px 0px; border:none; padding:10px;
	overflow:hidden;
	color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
.newsItem a {
	color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:normal;
}
.newsItem .catListTitle {
	position:relative; top:-10px; left:-10px;
	width:195px; height:19px;
	margin:0px; border-bottom:#D6DDDC 1px solid; padding:5px 0px 0px 10px;
	background-color:#E2E7E6;
	overflow:hidden;
	color:#55626E; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-decoration:none; line-height:normal;
}
/**日历控件样式开始**/
#calendar {
	position:relative;
	width:205px; height:auto;
	margin:0px 0px 15px 0px; border:none; padding:24px 0px 0px 0px;
	background-color:#E2E7E6;
	overflow:hidden;
}
#calendar .Cal {
	position:relative;
	width:205px; height:auto;
	margin:0px; border-top:#D6DDDC 1px solid; padding:0px;
	background-color:#FFFFFF;
	overflow:hidden;
}
.Cal {/**日历容器表格**/
	cursor:default; color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; text-decoration:none; line-height:20px;
}
.CalTitle{/**日历年月头部样式**/
	width:200px;
	color:#6A6352; font-weight:bold; line-height:30px; text-align:center;
}
.CalDayHeader{/**日历星期头部样式**/
	font-weight:bold;
}
.CalTodayDay{/**今天日期样式**/
	color:#F60000;
}
#calendar table a:hover {
	background-color:#F66000;
	font-weight:bold;
}
#calendar .CalNextPrev a {/**上个月、下个月箭头样式**/

}
/**日历控件样式结束**/
.catListTitle {
	position:relative;
	width:195px; height:19px;
	margin:0px; border-bottom:#D6DDDC 1px solid; padding:5px 0px 0px 10px;
	background-color:#E2E7E6;
	overflow:hidden;
	color:#55626E; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-decoration:none; line-height:normal;
}
.catListComment {
	position:relative;
	width:205px; height:auto;
	margin:0px 0px 15px 0px; border:none; padding:0px;
	overflow:hidden;
}
.divRecentCommentAticle {
	position:relative;
	width:185px; height:auto;
	margin:10px 10px 0px 10px; border:none; padding:0px;
	overflow:hidden;
	color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:20px;
}
.divRecentCommentAticle a {
	color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; line-height:20px;
}
.divRecentComment {
	position:relative;
	width:185px; height:auto;
	margin:0px 10px 10px 10px; border-bottom:#CCCCCC 1px dashed; padding:0px;
	overflow:hidden;
	color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:20px;
}
#sideBarMain ul {
	position:relative;
	width:185px; height:auto;
	margin:0px; border:none; padding:10px;
	overflow:hidden;
	color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:20px;
}
#sideBarMain ul a {
	color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:20px;
}
/*****侧边栏结束********************************/
/****查看文章页面开始*************************/
#topics {
	position:relative;
	width:710px; height:auto;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
}
#topics .postTitle {
	position:relative;
	width:690px; height:30px;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
}
#topics .postTitle a {
	color:#6A6352; font-family:微软雅黑, 华文细黑, 黑体, Arial; font-size:18px; font-weight:normal; line-height:normal;
}
.postBody {
	position:relative;
	width:690px; height:auto;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
	color:#494949; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; text-decoration:none; line-height:normal;
}
.postBody a {
	color:#494949; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; text-decoration:underline; line-height:normal;
}
#topics .postDesc {
	position:relative; 
	width:690px; height:30px;
	margin:0px; border-bottom:#CCCCCC 1px dashed; padding:0px;
	overflow:hidden;
	color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
.feedback_area_title {
	position:relative;
	width:690px; height:20px;
	margin:0px 20px 0px 20px; border:none; padding:0px;
	overflow:hidden;
	color:#55626E; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-decoration:none; line-height:normal;
}
.louzhu {
}
.feedbackManage {
	position:relative;
	widows:690px; height:20px;
	margin:0px 20px 0px 20px; border:none; padding:0px;
	overflow:hidden;
}
.feedbackManage a {
	color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:normal;
}
.feedbackListSubtitle {
	position:relative;
	widows:690px; height:auto;
	margin:0px 20px 0px 20px; border:none; padding:0px;
	overflow:hidden;
	color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
.feedbackListSubtitle a {
	color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:normal;
}
.feedbackCon {
	position:relative;
	widows:690px; height:auto;
	margin:0px 20px 0px 20px; border:#CCCCCC 1px dashed; padding:5px;
	overflow:hidden;
	color:#878787; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
.feedbackCon a {
	color:#878787; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:normal;
}
/****查看文章页面结束*************************/
/****列表页面开始******************************/
.entrylistTitle, .PostListTitle {/**几个分类列表的标题样式**/
	width:690px; height:auto;
	margin:0px 20px 0px 20px; border:none; padding:0px;
	color:#55626E; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-decoration:none; line-height:normal;
}
.entrylistDescription {
	position:relative;
	width:690px; height:auto;
	margin:5px 20px 20px 20px; border:none; padding:0px;
	overflow:hidden;
	color:#55626E; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
.entrylistItem {
	position:relative;
	width:690px; height:auto;
	margin:0px 20px 0px 20px; border-bottom:#CCCCCC 1px dashed; padding:10px 0px 10px 0px;
	overflow:hidden;
}
.entrylistPosttitle {
	position:relative;
	width:690px; height:auto;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
}
.entrylistPosttitle a {
	color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; line-height:normal;
}
.entrylistPostSummary {
	position:relative;
	width:690px; height:auto;
	margin:0px; border:none; padding:10px 0px 10px 0px;
	overflow:hidden;
	color:#494949; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
.entrylistPostSummary a {
	color:#494949; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:normal;
}
.entrylistItemPostDesc {
	position:relative;
	width:690px; height:auto;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
	color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
.entrylist .postSeparator {
	display:none;
}
.post {
	position:relative;
	width:690px; height:auto;
	margin:0px 20px 0px 20px; border:none; padding:0px;
	overflow:hidden;
}
.post a {
	color:#494949; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:normal;
}
.Pager {
	position:relative;
	width:690px; height:auto;
	margin:5px 20px 20px 20px; border:none; padding:0px;
	overflow:hidden;
	text-align:right;
}
.PostList {
	position:relative;
	width:690px; height:auto;
	margin:0px 20px 0px 20px; border-bottom:#CCCCCC 1px dashed; padding:10px 0px 10px 0px;
	overflow:hidden;
}
.postTitl2 {
	position:relative;
	width:690px; height:auto;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
}
.postTitl2 a {
	color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; line-height:normal;
}
.postDesc2 {
	position:relative;
	width:690px; height:auto;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
	color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
.postText2 {
	position:relative;
	width:690px; height:auto;
	margin:10px 0px 0px 0px; border:none; padding:0px;
	overflow:hidden;
	color:#494949; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
.postText2 a {
	color:#494949; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:normal;
}
.pfl_feedback_area_title {
	position:relative;
	width:690px; height:auto;
	margin:20px 20px 20px 20px; border:none; padding:0px;
	overflow:hidden;
	color:#55626E; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-decoration:none; line-height:normal;
}
.pfl_feedbackItem {
	position:relative;
	width:690px; height:auto;
	margin:0px 20px 0px 20px; border-bottom:#CCCCCC 1px dashed; padding:10px 0px 10px 0px;
	overflow:hidden;
}
.pfl_feedbacksubtitle {
	position:relative;
	width:690px; height:auto;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
}
.pfl_feedbackname {
	position:relative;
	width:690px; height:auto;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
	color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; text-decoration:none; line-height:normal;
}
.pfl_feedbackname a {
	color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; line-height:normal;
}
.pfl_feedbackManage {
	position:relative;
	width:690px; height:auto;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
}
.pfl_feedbackCon {
	position:relative;
	width:690px; height:auto;
	margin:0px; border:none; padding:10px 0px 10px 0px;
	overflow:hidden;
	color:#878787; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
.pfl_feedbackAnswer {
	position:relative;
	width:690px; height:auto;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
	color:#494949; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
/****列表页面结束******************************/
/****相册页面开始******************************/
.gallery {
	position:relative;
	width:690px; height:auto;
	margin:0px 20px 0px 20px; border:none; padding:0px;
	overflow:hidden;
}
.thumbTitle {
	color:#55626E; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-decoration:none; line-height:normal;
}
.thumbDescription {
	position:relative;
	width:690px; height:auto;
	margin:5px 0px 20px 0px; border:none; padding:0px;
	overflow:hidden;
	color:#55626E; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
.thumbDescription a {
	color:#55626E; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:normal;
}
.divPhoto {
	margin:10px; border:#CCCCCC 1px solid; padding:2px;
}
/*****评论页面开始*****************************/
#AjaxHolder_PostComment_divCommnentArea {
	position:relative;
	width:690px; height:auto;
	margin:0px 20px 0px 20px; border:none; padding:0px;
	overflow:hidden;
	color:#55626E; font-family:Arial, Helvetica, sans-serif; font-size:14px; text-decoration:none; line-height:30px;
}
/*****评论页面结束*****************************/
/*****留言页面开始*****************************/
.personInfo img {
	margin:0px 20px 20px 20px; border:#CCCCCC 1px solid; padding:2px;
}
.userDocument {
	color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal;
}
.userDocument b {
	color:#55626E; font-family:微软雅黑, 华文细黑, 黑体, Arial; font-size:18px; font-weight:normal; text-decoration:none; line-height:50px;
}
.pages {
	position:relative;
	width:690px; height:auto;
	margin:0px 20px 0px 20px; border:none; padding:0px;
	overflow:hidden;
	color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; line-height:normal; text-align:right;
}
#Profile1_panelAdd {
	position:relative;
	width:690px; height:auto;
	margin:0px 20px 0px 20px; border:none; padding:0px;
	overflow:hidden;
	color:#55626E; font-family:Arial, Helvetica, sans-serif; font-size:14px; text-decoration:none; line-height:30px;
}
/*****留言页面结束*****************************/
/*****第三部分结束*******************************/
/**************************************************
第四部分：文章内容常用标签格式。这个部分是设置作者写作内容的部分。例如：
如果作者的文章用有p标签，则可通过这个对这些文章中的p标签进行设置。前面
的“.postBody”明确的指出了这里样式的作用范围。仅仅适用于文章主体部分。
建议这个不要设置过于详细的细节。因为，一些样式，一篇文章比较适合的话，
并不能保证所有的文章都适合。
**************************************************/
/*文章内部常用标签格式*/
.postBody {}
.postBody p, .postCon  p{}
.postBody h2 {}
.postBody h3 {}
.postBody h4{}
.postBody h5{}
.postBody a:link, .postBody a:visited, .postBody a:active{}
.postCon a:link, .postCon a:visited, .postCon a:active{}
.postBody ul, .postCon ul{}
.postBody li, .postCon li{}
.postBody blockquote{}
/*****第四部分结束*******************************/
/**************根据测试结果临时添加的部分***********/
.commentform {
	position:relative;
	width:690px; height:auto;
	margin:0px 20px 0px 20px; border:none; padding:0px;
	overflow:hidden;
}
.commentform p, .commentform span {
	color:#55626E; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; text-decoration:none; line-height:30px;
}
#comment_nav {
	position:relative;
	width:690px; height:30px;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
	text-align:right;
}
#commentform_title, .commentbox_title_left {
	display:none;
}
.commentbox_title_right {
	float:left;
	width:auto; height:30px;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
}
.comment_btn {
	width:80px;
}
#relative_search, .c_ad_block {
	position:relative;
	min-width:0px; min-height:0px;
	margin:10px 0px 0px 0px; border:#CCCCCC 1px dashed; padding:5px;
	overflow:hidden;
	color:#55626E; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-decoration:none; line-height:30px;
}
.galleryTitle {
	position:relative;
	width:690px; height:auto;
	margin:0px; border:none; padding:0px;
	overflow:hidden;
	color:#55626E; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-decoration:none; line-height:normal;
}
.div_my_zzk {
	position:relative;
	width:185px; height:auto;
	margin:0px; border:none; padding:10px;
	overflow:hidden;
}
.input_my_zzk {
	width:140px; height:20px;
	margin:0px; border:#6A6352 1px solid; padding:0px;
	color:#6A6352; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:20px;
}
.btn_my_zzk {
	width:24px; height:24px;
	margin:0px; border:none; padding:0px;
	background-image:url(https://images.cnblogs.com/cnblogs_com/izhaoyang/350972/r_YoYo.jpg);
	cursor:pointer;
}
#tbCommentBody {
	width:650px; height:200px;
}