body {  font-family: sans-serif; font-size: 12px}
table {  font-family: sans-serif; font-size: 12px}
form {  font-family: sans-serif; font-size: 12px}
input {  font-family: sans-serif; font-size: 12px}
textarea {  font-family: sans-serif; font-size: 12px}
#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#pipe ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}
	
		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

.sample img {

/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:4px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;

/* This add the pointy finger */
cursor: pointer;

}