html{
	height: 100%;
}
body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(images/backgrnds/back_1.jpg) top left repeat white;
	color: #f8b356;
    overflow: hidden;
}
.logon_table {
	height: 100%;
    position: relative;
}
.title_row {

}
#tip_dog {
    width: 264px;
    height: 38px;
    position: relative;
    z-index: 1;
    top: -320px;
    left: -210px;
    background: url(images/tip_dog.png) top left no-repeat transparent;
    padding-top: 65px;
    padding-left: 20px;
    color: white;
    visibility: hidden;
}
#tip_horse {
    width: 170px;
    height: 38px;
    position: relative;
    z-index: 2;
    top: -520px;
    left: 260px;
    background: url(images/tip_horse.png) top left no-repeat transparent;
    padding-top: 65px;
    padding-left: 115px;
    color: white;
    visibility: hidden;
}
.underline {
     border-bottom: 1px dashed #f8b356;
     color: white;
     cursor: pointer;
}
