
#theScene {
    border: 2px solid black;
    width:800px;
}
	
#blacksky {
    background:black;
    height:350px;
    width:800px;
}

#shootingstar {
    background:black;
    height:35px;
    width:35px;
    visibility: hidden;
}

.dragdrop {
    position:relative;
    cursor:move;
    height:60px;
    width:60px;
    left: 370px;
 }

.dragdrop-proxy {
    position: absolute; 
    visibility: hidden; 
}

.skyImage {
    border: 2px solid #333333;
}

#houndList{
    width:800px;
}

tr.memorial {
	font-family: arial; font-size: 8pt;}

p.houndname, tr.tableHead {
	font-family: verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	vertical-align: top}

div.intro {
	width: 760;
	text-indent: 1.5em;
	text-align: justify;
	font-family: verdana; 
	font-size: .8em; 
	background-color: white; 
	color: #336}

div.tax {
	font-family: verdana; 
	font-size: 7pt; 
	background-color: white;}

p.pay, .pay  {
	font-family: verdana; 
	font-size: 9pt; 
	background-color: #ffa; 
	width: 800px}
table.formclass, tr.formclass {
	font-family: verdana; 
	font-size: 10pt;}

span.red {color: red}

input.invalid, textarea.invalid, .invalid {
	background-color: #FFA}

input.reqd, textarea.reqd, .reqd {
	background-color: white}

p.address {
	font-family: verdana; 
	font-size: 12pt; 
	font-weight: bold; color: 330033;}

.payheader {
	font-family: verdana; 
	font-size: 12pt;  
	font-weight: bold; 
	color: 330033;}

div.content {
  align: center;
	overflow : hidden;
	border-top : 0;
	height: 0;
}

