a.choc_dog { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 190px; /* width of reactive image */
	 height: 269px;
     background-image: url(../images/choc_dog_190.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.choc_dog:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/choc_dog_190b.jpg); /* source for target image */
	background-repeat: no-repeat;
     } 
	 
a.choc_dogs { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 190px; /* width of reactive image */
	 height: 269px;
	 title: Image of cute Chocolate labrador;
     background-image: url(../images/choc_dogs.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.choc_dogs:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/choc_dogs.jpg); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -269px;
	
     } 
	 
a.retriever { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 210px; /* width of reactive image */
	 height: 220px;
     background-image: url(../images/meg_210.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.retriever:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/meg_210b.jpg); /* source for target image */
	background-repeat: no-repeat;
     } 

a.retrievers { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 210px; /* width of reactive image */
	 height: 220px;
     background-image: url(../images/2_megs.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.retrievers:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/2_megs.jpg); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -220px;
	
     } 
	 
a.lurchers { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 210px; /* width of reactive image */
	 height: 302px;
     background-image: url(../images/bobs.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.lurchers:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/bobs.jpg); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -302px;
	
     } 
	 
a.odd_lurchers { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 210px; /* width of reactive image */
	 height: 302px;
     background-image: url(../images/bobs_odd.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.odd_lurchers:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image: url(../images/bobs_odd.jpg); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -302px;
	
     } a.white_dogs {

     display: block; /* a tag must be a block */
     width: 210px; /* width of reactive image */
	 height: 283px;
     background-image: url(../images/2white_dogs.jpg); /* source for start image */
     background-repeat: no-repeat;
}
a.white_dogs:hover {

	background-image: url(../images/2white_dogs.jpg); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -303px;
}
a.spiders {

     display: block; /* a tag must be a block */
     width: 210px; /* width of reactive image */
	 height: 261px;
     background-image: url(../images/2_spiders.jpg); /* source for start image */
     background-repeat: no-repeat;
}
a.spiders:hover {

	background-image: url(../images/2_spiders.jpg); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -261px;
}

a.wallys {

     display: block; /* a tag must be a block */
     width: 210px; /* width of reactive image */
	 height: 294px;
     background-image: url(../images/2_wallys.jpg); /* source for start image */
     background-repeat: no-repeat;
}
a.wallys:hover {

	background-image: url(../images/2_wallys.jpg); /* source for target image */
	background-repeat: no-repeat;
	background-position: 0 -294px;
}

.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
.form_border {
	border: thick double #A1E63D;
	padding: 5px;
	width: 300px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

