@charset "gb2312";
.case1 {
	background-color:#FFF;
	width: 259px;
	height: 270px;
	text-align: center;
	color: #29b06f;
	font-size: 20px;
	float: left;
	padding-top: 25px;
	margin: 20px;
	border:2px solid #ccc;
	border-top:2px solid #FF9900;
	box-shadow: 0 0 10px #ccc;
	-webkit-transition: all .5s; 
	-moz-transition: all .5s; 
	-ms-transition: all .5s; 
	-o-transition: all .5s; 
	transition: all .5s;
}
.case1:hover {
	border:2px solid #FF9900;
	-webkit-transform:scale(1.4,1.4);
}
div{ overflow:visible;}