form {
border: 2px solid #474775;
padding: 3px;
border-collapse: collapse;
}

input {
 background-color: #ececec;
}

textarea {
 background-color: #ececec;
 color: #000;
}

#HorseHotel td {
 border: 1px solid #D7E5F2;
 padding-left: 4px;
}

select {
  background-color: #ececec;
 color: #102132;
 }

#contact td {
 border: 1px solid #D7E5F2;
 padding-left: 4px;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
