/* Dogs For Sale */

#dog_listings {
	padding-top: 20px;
}
#second_listings {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#add_dog_form {
	text-align: center;
}

#number_dogs {
	padding-left: 150px;
	padding-top: 7px;
	padding-bottom: 2px;
}
#dogs {
	float: left;
	padding-left: 260px;
}
#bitches {
	float: right;
	padding-right: 120px;
	width: 200px;
}
#contact_details {
	padding-top: 5px;
	padding-left: 230px;
}
#dog_add {
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
#key {
	height: 20px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	float: left;
	color: #FF0000;
	padding-left: 280px;
}
#key_code_box {
	float: right;
	padding-right: 230px;
}

.key_class {
	border: thin solid #000000;
}
#submit_button_div {
	text-align: center;
	clear: both;
}
#errorbox {
	color: #B01F02;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
#ind {
	padding-bottom: 30px;
}
