@import url("base.css");
@import url("form.css");

p#beg img { margin: 0 0 0 140px; }

p#beg a, p#beg a:visited
{
	background: transparent url("images/signguestbook1.png") no-repeat;
	display: block;
	float: right;
	margin: 30px 240px 0 0;
	text-decoration: none;
	width: 225px;
	height: 28px;
}

/* IE/Win-only /*/
* html p#beg a, * html p#beg a:visited { margin-right: 120px; }
/* End of IE/Win-only */

p#beg a:active, p#beg a:hover { background-position: 100% 0; }

p#beg a span
{
	line-height: 1px;
	visibility: hidden;
}

hr { display: none; }
.message { text-align: center; }
#entry-list { clear: both; }

.entry
{
	border-bottom: 1px dashed #a0a0ff;
	margin-bottom: 1em;
}

.name { font-weight: bold; }
.date { font-size: 70%; }

#content h4.tips, ul.tips { font-size: 80%; }
#content h4.tips { text-align: left; }
input#Sign { margin: 0 0 0 5.65em; }