/* CSS Document */
body {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.guestbook:link    {color:#000000; text-decoration:none;}
a.guestbook:visited {color:#000000; text-decoration:none;}
a.guestbook:hover   {color:#000000; text-decoration:underline;}


.guestbook_box {
	border: 1px solid #000000;
}
.guestbook_top {
	border-top: 1px solid #000000;
}
.guestbook_header {
	background-color: #EF9600;
}
.guestbook_content {
  	margin-left: 10px;
}
input.buttons {
  background-color: #9AC3F1;
  border: solid 1px #000000;
}
input.fields {
  border: solid 1px #000000;
}
textarea.fields {
  border: solid 1px #000000;
}
.news {
  border-left-color: #F09403;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #F09403;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-color: #F09403;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
