#entersite
{
  display: block;
  width: 250px;
  height: 50px;
  background: url("images/indenterbtn.jpg") no-repeat 0 0;

}

#entersite:hover
{ 
  background-position: 0 -50px;
}

#entersite span
{
  display: none;
}


a:link {color: #000033;}
a:active {color: #000033;}
a:visited {color: #000033;}

#guestbook
{
  display: block;
  width: 152px;
  height: 90px;
  background: url("images/guestbook_btn.jpg") no-repeat 0 0;
}


#guestbook:hover
{ 
  background-position: 0 -90px;
}

#guestbook span
{
  display: none;
}



label
	{
	width: 8em;
	float: left;
	text-align: left;
	margin: 0 1em 10px 10px;
	clear: both
	}
	.input-box
	{
	float: none;
	margin-bottom: 10px;
	color: #000066;
	background: #cfdff8;
	border: #000033 double 1px
	}
	
	.submit-button
	{
	margin-left: 4em;
	clear: both;
	color: #32578f;
	background: #cfdff8;
	border: 2px #9cf outset
	}
	.reset-button
	{
	margin-left: 5em;
	clear: both;
	color: #32578f;
	background: #cfdff8;
	border: 2px #9cf outset
	}
	fieldset
	{
	border: #32578f double 3px;
	width: 340px; 
	}
	
	legend
	{
	background-color: #abb4cb;
	color: #blue;
	border: #26a solid 1px;
	padding: 1px 10px
	}  
	input, textarea{
	float:none
	width: 90px;
	color: #32578f;
	background: #cfdff8;
	border: #000033 double 1px
	margin-bottom: 5px;
	} 
	