body {
    background-attachment: scroll;
    background-color: #c1deee;
    background-image: url("body.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-family: Arial,sans-serif;
}
input#search[type="text"] {
    border: 0 none;
    color: #808080;
    font-family: Arial,sans-serif;
    font-size: 18px;
    height: 64px;
    line-height: 64px;
    padding: 10px 20px;
    width: 548px;
    margin: 0 auto;
}
#main {
	margin:10% auto;
	text-align: center;
}
input[type="button"], input[type="submit"]{
	width: 100px;
	height: 30px;
font-family: tahoma,arial,times;
}
hr {
	width:30%;
}
label {
	font-family: tahoma,arial,times;
	font-size: 13px;
}
select {
	width: 200px;
	height: 30px;
}
select option {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 2px;
	height: 20px;
}

#livesearch {
	background-color: #fff;
    border: 1px solid #a5acb2;
    height: 100px;
    line-height: 20px;
    margin: 0 auto;
    overflow-y: scroll;
    padding-left: 10px;
    text-align: left;
    width: 538px;
    display: none;
}

.dog_details {
	display: inline-block;
	background-color: #bec9d0;
    border: 1px solid #aaa;
width : 60%;
}

.dog_details h1, 
.dog_details h2,
.dog_details h3,
.dog_details h4 { margin : 5px 0; }

.generation {
    margin-top: 10px;
}

.generation a {
    text-decoration: none;
    color : #fff;
}

.generation div {
    display: inline-block;
    width: 40px;
    height: 25px;
    background-color: #0078e7;
    border-radius: 3px;
    margin-right: 5px;
    padding-top: 5px;
}

.generations_table {
    width: 90%;
    margin: 0 auto;
}

.generations_table table {
    border-collapse: collapse;
    border-spacing: 0;
}
.generations_table td {
    border : 1px solid #aaa;
    vertical-align: middle;
    padding: 10px;
    background-color: #b6d3e4;
}
.generations_table a {
   text-decoration:none;
color:#2f2483;
}