
.pl_details {
	background-color: rgb(251,253,254);
	padding: 10px;
	position: relative;
}

.pl_image, .services_listing_image {
	width: 140px;
	height: 120px;
	padding-top: 5px;
	overflow: hidden;
}

.pl_image img, .services_listing_image, .services_listing_image:hover {
	padding: 3px;
	border: 1px solid #dddddd;
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(bottom, #dddddd 0%, #ffffff 90%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(90%,#dddddd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* ie */
}

.pl_kennel_name {
	font-family: "GothamNarrowLight";
	font-size: 20px;
	margin: 5px 0 15px;
}

.pl_notes {
	padding: 0 10px 0 10px;
}

.pl_count {
	position: absolute;
	top: 13px;
	right: -6px;
	background-image: url('../images/puppy_listing_ribbon.png');
	width: 138px;
	height: 30px;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "GothamNarrowBook";
	font-size: 13px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #666666;
}

.first_row {
	background-color: rgb(237,244,247);
}

.available_breeds {
	text-align: right;
	font-size: .9em;
	color: #666666;
}

#mailForm {
	height: 350px;
	width: 450px;
	display: none;
	position: absolute;
	left: 50%;
	box-shadow: 0 0 10000px #000000;
	-moz-box-shadow: 0 0 10000px #000000;
	-webkit-box-shadow: 0 0 10000px #000000;
	z-index: 9;
}
/*
	top: 50%;
	margin-top: -100px;
	margin-left: -175px;
*/

#mailForm textarea {
	width: 100%;
	height: 100px;
}

#form_submit_loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	display: none;
}

#close_mail {
	position: absolute;
	right: -5px;
	top: -5px;
	padding: 3px 6px 3px 7px;
	color: #ffffff;
	background-color: #008CC9;
	box-shadow: 1px 1px 10px #000000;
	-moz-box-shadow: 1px 1px 10px #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	border: 1px solid #333333
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
}