@charset "utf-8";
/* CSS Document */
.my-add-box-container {
	display:block;
	float:left;
	width:140px;
	height:160px;
	overflow:hidden;
	text-align:center;
	padding:2px;
	margin:auto;
}
.my-add-box-container img { 
	border:none;
}
.my-add-box-top, .my-add-box-bottom { 
	display:block;
	width:140px;
	height:18px;
	overflow:hidden;
	background:url(my-add-box-top.gif) no-repeat center center;
	text-align:center;
	padding-top:3px;
}
.my-add-box-bottom { 
	background:url(my-add-box-bottom.gif) no-repeat center center;
}
.my-add-box-top a, .my-add-box-bottom a {
	font: bold 9px Verdana, Geneva, sans-serif;
	color:#069;
	text-decoration:none;
}
.my-add-box-top a:hover, .my-add-box-bottom a:hover {
	color:#f60;
	text-decoration:none
}

