div.wallkit_form{ /* Style for the wall post form container */
	
}
	div.show_not_connected{ /* Not Connected state form wrapper */
	
	}
		div.profile_pic{ /* Profile pic wrapper */
		
		}
			div.profile_pic img{}
		div.composer{ /* Message composeer wrapper */
		
		}
			
div.wallkit_posts{ /* Wallposts container wrapper */
	background:#ffffff;padding:2px;
}
	div.wallkit_posts div{ /* Individual post wrapper */
	
	}
		div.wallkit_posts div div.wallkit_profilepic{ /* Wrapper for the profile pic */
		
		}
		div.wallkit_posts div div.wallkit_profilepic a{ /* Style for the link on the profile pic */
		
		}
		
		div.wallkit_posts div div.wallkit_postcontent{ /* Wrapper for the post content */
		
		}
		div.wallkit_posts div div.wallkit_postcontent h4{ /* Style for the name and time of the comment */
		
		}
			div.wallkit_posts div div.wallkit_postcontent h4 a{ /* Style for the link to the poster's profile */
			
			}
			div.wallkit_posts div div.wallkit_postcontent h4 span{ /* Style for the submitted comment's time */
			
			}
		div.wallkit_posts div div.wallkit_postcontent div{ /* Style for the submitted comment content */
		
		}
div.wallkit_subtitle{ /* Wallpost footer */

}
	div.subtitle_left{ /* Page summary text summary */
		
	}
	div.pager{ /* Pagination wrapper css */
	
	}
		div.pager ul.pagerpro{
		
		}
			div.pager ul.pagerpro li{
			
			}
				div.pager ul.pagerpro li a{
			
				}
			div.pager ul.pagerpro li.current{
			
			}
				div.pager ul.pagerpro li.current a{
				
				}