@charset "utf-8";
/* CSS Document */

/*  Button Style Sheet By Thomas Forrester  */

.buttonTF {

	background-image:url(http://www.lenscapesllc.com/framing_interface/images/addimagebutton.gif);
	
	background-repeat:no-repeat;
	
	width:170px;
	
	height:24px;
	
	vertical-align:middle;
	
	text-align:center;
	
	line-height:24px;
	
	cursor:pointer;
	
	cursor:hand;
	
}

.Black {

	color:#000000;
	
}

.Red {

	color:#ff0000;
	
}
