/* pet_lost.css */

div#left_column {
        background-image:               url(../images/Pet_147.png);
        background-position:            12px 6px;
        background-repeat:              no-repeat;
}

div.medium_box1 {
	height:		230px;
}

div.medium_box2 {
	height:		185px;
}

div.large_box {
	height:		285px;
}

div.large_box h3 {
	padding:	0px;
}

div.happy_pet {
	height:		200px;	
	background-image:	url(../images/adopted_view_back.jpg);
	background-repeat:	no-repeat;
	background-position:	8px 6px;
	text-align:		left;
	
}

div.happy_pet img {
	position:	relative;
	height:		177px;
	width:		196px;
	margin:		15px 0px 0px 17px;
	padding:	0px;
}	
