﻿/*表单css*/
.wedonetform {
	width:580px;
	border:1px solid #dadada;
	padding:3px;
}
.wedonetform h1 {
	font-weight:bold;
	font-size:12px;
	background:#f9f7ed;
	height:27px;
	line-height:27px;
	text-align:center;
}
.wedonetform td {
	border-bottom:1px dashed #ddd;
	padding:5px 0;
}
.wedonetform .title {
	text-align:right;
	padding-right:15px;
}
.wedonetform .readme {
	color:#6bba70;
}
.wedonetform cite {
	color:#f00;
	text-align:center;
	font-style:normal;
}
.wedonetform .operate {
	margin:20px 0;
	text-align:center;
}
/*postbar*/
.postbar {
	border-bottom:1px dashed #ddd;
	margin-top:15px;
}
.postbar h1 {
	font-size:12px;
	margin-bottom:8px;
	color:#ddd;
}
.postbar div{
	margin-bottom:77px;
}
