#postSection {
	margin: 10px 0 30px 0;
}
#postSection h4 {
	font-weight: bold;
}
#postSection .post {
	border: solid 1px #dddddd;
	margin-bottom: 10px;
	padding: 10px;
}
#postSection .postHead {
	border-bottom: dotted 1px #dddddd;
	padding-bottom: 4px;	
}

#postSection .postHead a {
	
}
#postSection .writeInfo {
	font-size: 85%;
	margin-top: 2px;
}

#postSection .postBody {

	margin: 10px 0 10px 0;
}

#postSection .postTail {
	border-top: dotted 1px #dddddd;
	padding-top: 4px;
	font-size: 85%;	
}
#postSection .postTail a {
	
}

/* search bar style */
.searchBar {
	padding:4px 0 5px 0;
	background: #FFF0FF;
}

.searchBar form {
	 width:100%;
	 text-align: center;
}
.searchBar .input {
	width:140px;
	border:solid 1px black;
	margin-right: 2px;
	height: 14px;
	padding: 1px;
	vertical-align: middle;
	
}
.searchBar .goButton {
	background:white;
	border:solid 1px black;
	vertical-align: middle;
	height:18px;	
}