h3,h4 {
	padding: 0px;
	margin: 0px;
}

a {
	color: #006699;
	text-decoration: none;
}

#wall_container {
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px;
	width: 550px;
}

#update {
	width: 550px;
	font-size: 12px;
}

#content {
	margin-top: 10px;
}

textarea {
	border: solid 1px #ddd;
}

/* status body */
.stbody {
	margin-bottom: 10px;
	overflow: auto;
}

.stimg {
	float: left;
	height: 50px;
	width: 50px;
	border: solid 1px #dedede;
	padding: 3px;
}

.sttext {
	margin-left: 70px;
	min-height: 50px;
	word-wrap: break-word;
	overflow: hidden;
	padding: 5px;
	display: block;
	font-size: 12px;
	width: 470px;
}

.sttext b {
	color: #006699;
}

.sttime {
	font-size: 11px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

.stdelete {
	font-weight: bold;
	float: right;
	cursor: pointer;
}
.sthide {
	font-weight: bold;
	float: right;
	cursor: pointer;
}
#stexpandbox {
	margin-top: 10px;
}

#stexpandbox img {
	border: solid 1px #dedede;
	padding: 3px;
}
/* Comment */
.stcommentbody {
	margin-left: 70px;
	border-bottom: solid 1px #fff;
	background-color: #f2f2f2;
	padding: 5px;
	width: 420px;
	overflow: auto;
}

.stcommentimg {
	float: left;
	height: 35px;
	width: 35px;
	border: solid 1px #dedede;
	padding: 2px;
}

.stcommenttext {
	margin-left: 50px;
	min-height: 40px;
	word-wrap: break-word;
	overflow: hidden;
	padding: 3px;
	display: block;
	font-size: 11px;
	width: 350px;
}

.stcommenttext b {
	color: #006699;
}

.stcommenttime {
	font-size: 11px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

.stcommentdelete {
	font-weight: bold;
	float: right;
	cursor: pointer;
}

.commentupdate {
	background-color: #f2f2f2;
	width: 420px;
	padding: 5px;
}

.comment {
	width: 330px;
	height: 35px;
	font-size: 11px;
}
/* faceb image*/
.small_face {
	width: 35px;
	height: 35px
}

.big_face {
	width: 50px;
	height: 50px
}

#flashmessage {
	height: 15px;
	margin-top: 10px;
	font-size: 11px;
	color: #333;
}

#watermark {
	padding: 6px;
	font-family:arial, verdana, tahoma, sans-serif;
}

.update_button {
	background: #3D9400;
	opacity: .5;
	border: 1px solid #29691D;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: hand;
	font-size: 11px;
	font: normal 13px arial, sans-serif;
	font-weight: bold;
	text-align: center;
	height: 27px;
	line-height: 27px;
	min-width: 54px;
	outline: 0;
	padding: 0 8px;
	display: inline-block;
}