.mypets{
	cursor: pointer;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.openpet{
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	color: #333333;
}
.closepet{
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #CCCCCC;
}
.thepet{
	text-align: center;
}
