#kSiteLife {
	/* wraps the whole shebang */
}

#kSiteLife_input {
	/* the actual input box */
}

#kSiteLife_head {
	/* wraps the "add a comment" bug */
	font-weight: bold;
	display: none;
}

#kSiteLife_head em {
	/* wraps the max character length message */
	font-weight: normal;
}

#kSiteLife_login {
	/* wraps login links */
}

#kSiteLife_error {
	/* styles error messages */
	color: red;
}

#kSiteLife_facebook {
	/* wraps the Facebook connect area */
	/*border-left: 1px solid black;*/
	padding-left: 0px;
	margin: 4px 0px;
	visibility: hidden;
	vertical-align:top;
	
}

#kSiteLife button {
	/* the comment submit button */
}