p img
	{display:block;
	margin:5px 0;}

div.examples div
	{float:left;
	width:180px;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	padding:10px 5px;}

div#example1
	{background-color:#aaa;
	text-align:center;
	border:0.2em solid #888;
	border-radius:0.5em;
	-webkit-border-radius:0.5em;
	-moz-border-radius:0.5em;}

div.examples div.border-image
	{clear:left;
	color:#676665;
	text-align:center;
	padding:15px;
	border-image:url("../images/squigglyBorder.png") 3 stretch;
	-moz-border-image:url("../images/squigglyBorder.png") 3 stretch;
	-webkit-border-image: url("../images/squigglyBorder.png") 3 stretch;
	-o-border-image: url("../images/squigglyBorder.png") 3 stretch;
	margin-bottom:10px;}

code.b-i
	{margin-top:-55px;}