table.bordered {
  margin-top: 1em;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.bordered th {
  background-color: #ddd;
  white-space: nowrap;
}
table.bordered th,table.bordered td {
  padding: 5px 2em 5px 1em;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
ul.help li {
	list-style-type: disc !important;
}
div.myguestbook_entry {
	/*border: 1px dotted;*/
	width: 97.5%;
	margin: 20px 0;
	margin-right: 30px;
	padding: 10px;
	/*background-color: #ddd;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	box-shadow: 2px 2px 15px #aaa;
	-moz-box-shadow: 2px 2px 15px #aaa;
	-webkit-box-shadow: 2px 2px 15px #aaa; 
}
div.myguestbook_header {
	width: 100%;
	display: inline-block;
	border-bottom: 1px dotted;
	font-size: 0.8em;
}
div.myguestbook_info, div.mygbp_data {
	height: 24px;
}
div.myguestbook_info {
	float: left;
}
div.mygbp_data {
	float: right;
}
div.mygbp_data img {
	vertical-align: top;
	border-left: 1px dotted;
	padding-left: 10px;
	margin-left: 10px;
	height: 24px;
}
div.mygbp_data img.emailpng {
	height: 16px;
	vertical-align: baseline;
	border: none;
	margin: 0;
	padding-left: 5px;
}
div.mygbp_data span.text {
	vertical-align: top;
	padding-left: 5px;
}
div.myguestbook_text {
	clear: both;
}
span.message_enabled, span.message_disabled {
	font-style: italic;
}
span.message_disabled a, span.message_enabled a {
	font-style: normal;
}
span.message_enabled {
	color: #008000;
}
span.message_disabled, span.message_disabled a {
	color: #800000 !important;
}
span.clearInput {
	margin-left: -12px;
	font-family: Verdana;
	font-size: smaller;
	vertical-align: bottom;
	cursor: pointer;
}
span.clearInput:hover {
	color: #808080;
}
span.clearInput:active {
	color: red;
}
.hiddencount {
	font-style: italic;
	color: #C0C0C0;
}
span.message_id {
	font-style: italic;
	color: #C0C0C0;
}
div.fullwidth {
	width: 100%;
}
div.smaller {
	font-size: small;
}
span.tobeapproved {
	color: red;
	font-style: italic;
	font-size: smaller;
}
