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

	show.html 樣式
	author: egg
	date: 2009-09-18
	
********************************/

	
/*展示圖片定位*/
.showpic {/*一組圖片和文字*/
	display:inline;
	float:left;	
	margin:15px 19px 5px 20px;
	}
	
.picborder {/*圖片外框*/
	border:solid;
	}
	
.showpic_w {/*文字和圖片的距離*/
	margin-top:10px;
	}
	
.distance {/*文字和打勾的距離*/
	margin-left:5px;
	color:#989999;}
	

