<style type="text/css">
<!--
/*
==============================================================================================
	FONTS:
==============================================================================================
*/
/* ---- info text on page.php ---- */
#font_pageinfo { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-weight: normal; 
	font-style: normal; 
	color: #000000; 
	cursor: default;
}

/* ---- xx small normal italic ---- */
#font_xxsnormali { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-weight: normal; 
	font-style: italic; 
	color: #000000; 
	cursor: default;
}

/* ---- xx small bold ---- */
#font_xxsbold { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	font-weight: bold; 
	font-style: normal; 
	color: #000000; 
	cursor: default;
}

/* ---- x small normal ---- */
#font_xsnormal { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	color: #000000; 
	cursor: default;
}

/* ---- x small bold ---- */
#font_xsbold { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	color: #000000; 
	cursor: default;
}

/* ---- small normal ---- */
#font_snormal { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	color: #000000; 
	cursor: default;
}

/* ---- small bold ---- */
#font_sbold { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	color: #000000; 
	cursor: default;
}

/* ---- medium bold ---- */
#font_mbold {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	color: #000000; 
	cursor: default;
}

/* ---- large bold ---- */
#font_lbold { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	color: #000000; 
	cursor: default;
}

/* ---- x large bold ---- */
#font_xlbold { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: normal; 
	color: #000000; 
	cursor: default;
}

/* ---- xx large bold ---- */
#font_xxlbold { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 22pt; 
	font-weight: bold; 
	font-style: normal; 
	color: #000000; 
	cursor: default;
	letter-spacing: -1px;
}

/* ---- xxx large bold ---- */
#font_xxxlbold { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 30pt; 
	font-weight: bold; 
	font-style: normal; 
	color: #000000; 
	cursor: default;
	letter-spacing: -2px;
}

/* ---- error occured ---- */
#font_error { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	color: #A2A2A2; 
	cursor: default;
}

/* ---- tiny only br ---- */
#font_tinybr { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1pt; 
	font-weight: normal; 
	font-style: normal; 
	color: #000000; 
	cursor: default;
}

/* 
==================================================================================
	ANCHORS:
==================================================================================
*/
/* ---- guestbook.bold ---- */
a.gbbold:link		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; font-style: normal; text-decoration: none; color: #1B68D1; }
a.gbbold:active		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; font-style: normal; text-decoration: none; color: #1B68D1; }
a.gbbold:visited	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; font-style: normal; text-decoration: none; color: #1B68D1; }
a.gbbold:hover		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; font-style: normal; text-decoration: none; color: #FF4040; }

/* ---- guestbook.italic ---- */
a.gbitalic:link		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; font-style: italic; text-decoration: none; color: #1B68D1; }
a.gbitalic:active	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; font-style: italic; text-decoration: none; color: #1B68D1; }
a.gbitalic:visited	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; font-style: italic; text-decoration: none; color: #1B68D1; }
a.gbitalic:hover	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; font-style: italic; text-decoration: none; color: #FF4040; }

/* ---- guestbook.underscore ---- */
a.gbundersc:link	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; font-style: normal; text-decoration: underline; color: #1B68D1; }
a.gbundersc:active	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; font-style: normal; text-decoration: underline; color: #1B68D1; }
a.gbundersc:visited	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; font-style: normal; text-decoration: underline; color: #1B68D1; }
a.gbundersc:hover	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; font-style: normal; text-decoration: underline; color: #FF4040; }

/* ---- link xx-small bold normal ---- */
a.xxsbold:link		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; font-style: normal; text-decoration: none; color: #1B68D1; }
a.xxsbold:active	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; font-style: normal; text-decoration: none; color: #1B68D1; }
a.xxsbold:visited	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; font-style: normal; text-decoration: none; color: #1B68D1; }
a.xxsbold:hover		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; font-style: normal; text-decoration: none; color: #FF4040; }

/* ---- link xx-small bold italic ---- */
a.xxsboldi:link		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; font-style: normal; text-decoration: none; color: #1B68D1; }
a.xxsboldi:active	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; font-style: normal; text-decoration: none; color: #1B68D1; }
a.xxsboldi:visited	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; font-style: normal; text-decoration: none; color: #1B68D1; }
a.xxsboldi:hover	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; font-style: normal; text-decoration: none; color: #FF4040; }

/* ---- link xx-small bold italic active ---- */
a.xxsboldia:link	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; font-style: normal; text-decoration: none; color: #FF4040; }
a.xxsboldia:active	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; font-style: normal; text-decoration: none; color: #FF4040; }
a.xxsboldia:visited	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; font-style: normal; text-decoration: none; color: #FF4040; }
a.xxsboldia:hover	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; font-style: normal; text-decoration: none; color: #1B68D1; }

/* ---- link x-small normal italic ---- */
a.xsnormali:link	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; font-style: italic; text-decoration: none; color: #1B68D1; }
a.xsnormali:active	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; font-style: italic; text-decoration: none; color: #1B68D1; }
a.xsnormali:visited	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; font-style: italic; text-decoration: none; color: #1B68D1; }
a.xsnormali:hover	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; font-style: italic; text-decoration: none; color: #FF4040; }

/* ---- link x-small bold italic ---- */
a.xsboldi:link		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; font-style: italic; text-decoration: none; color: #1B68D1; }
a.xsboldi:active	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; font-style: italic; text-decoration: none; color: #1B68D1; }
a.xsboldi:visited	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; font-style: italic; text-decoration: none; color: #1B68D1; }
a.xsboldi:hover		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; font-style: italic; text-decoration: none; color: #FF4040; }

/* ---- link x-small bold italic active ---- */
a.xsboldia:link		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; font-style: italic; text-decoration: none; color: #FF4040; }
a.xsboldia:active	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; font-style: italic; text-decoration: none; color: #FF4040; }
a.xsboldia:visited	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; font-style: italic; text-decoration: none; color: #FF4040; }
a.xsboldia:hover	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; font-style: italic; text-decoration: none; color: #1B68D1; }

/* ---- link small normal italic ---- */
a.snormali:link		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; font-style: italic; text-decoration: none; color: #1B68D1; }
a.snormali:active	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; font-style: italic; text-decoration: none; color: #1B68D1; }
a.snormali:visited	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; font-style: italic; text-decoration: none; color: #1B68D1; }
a.snormali:hover	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; font-style: italic; text-decoration: none; color: #FF4040; }

/* ---- link small bold italic ---- */
a.sboldi:link		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; font-style: italic; text-decoration: none; color: #1B68D1; }
a.sboldi:active		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; font-style: italic; text-decoration: none; color: #1B68D1; }
a.sboldi:visited	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; font-style: italic; text-decoration: none; color: #1B68D1; }
a.sboldi:hover		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; font-style: italic; text-decoration: none; color: #FF4040; }


/*
==============================================================================================
	DIVS GUESTBOOK_WRITE:
==============================================================================================
*/
/* ---- as content table ---- */
#gbw_content {
	width: 548px;
	height: 575px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	border: none;
	display: inline-block;
	text-align: left;
	float: none;
	overflow: hidden;
}

/* ---- text with title on top of form ---- */
#gbw_toptxt {
	width: 548px;
	height: 85px;
	padding: 0px;
	margin: 0px;
	border: none;
	float: none;
	text-align: left;
	overflow: hidden;
}

/* ---- container for form on bottom ---- */
#gbw_bottomform {
	width: 548px;
	height: 490px;
	padding: 0px;
	margin: 0px;
	border: none;
	float: none;
	text-align: left;
	overflow: hidden;
}

/* ---- container for formelements on the left ---- */
#gbw_leftformelements {
	width: 548px;
	height: 220px;
	padding: 0px;
	margin: 0px;
	border: none;
	float: none;
	text-align: left;
	overflow: hidden;
}

/* ---- text on the left of formelement---- */
#gbw_leftformelementtext {
	width: 178px;
	height: 23px;
	padding-left: 0px;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: left;
	text-align: right;
	overflow: hidden;
}

/* ---- formelement on the left ---- */
#gbw_leftformelementinput {
	width: 358px;
	height: 26px;
	padding: 0px;
	margin: 0px;
	border: none;
	float: left;
	text-align: left;
	overflow: hidden;
}

/* ---- container for textarea ---- */
#gbw_bottomformcontainer {
	width: 548px;
	height: 170px;
	padding: 0px;
	margin: 0px;
	border: none;
	float: none;
	text-align: left;
	overflow: hidden;
}

/* ---- text on the left of textarea ---- */
#gbw_bottomformelementtext {
	width: 178px;
	height: 167px;
	padding-left: 0px;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: left;
	text-align: right;
	overflow: hidden;
}

/* ---- textarea ---- */
#gbw_bottomformelementinput {
	width: 358px;
	height: 170px;
	padding: 0px;
	margin: 0px;
	border: none;
	float: left;
	text-align: left;
	overflow: hidden;
}

/* ---- buttons ---- */
#gbw_bottomformbuttons{
	width: 548px;
	height: 88px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: none;
	text-align: center;
	overflow: hidden;
}


/*
==============================================================================================
	DIVS GUESTBOOK_READ:
==============================================================================================
*/

/* ---- text with title on top of form ---- */
#gbr_toptxt {
	width: 600px;
	height: 57px;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: none;
	text-align: left;
	overflow: hidden;
}

/* ---- container for form on bottom ---- */
#gbr_bottomcontainer {
	width: 613px;
	height: 320px;
	padding-left: 7px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: none;
	text-align: left;
	overflow: hidden;
}

/* ---- bottom: name/id/up container ---- */
#gbr_shownameidup {
	width: 606px;
	height: 33px;
	padding: 0px;
	margin: 0px;
	border: none;
	float: none;
	text-align: left;
	overflow: hidden;
}

/* ---- bottom: show name image ---- */
#gbr_shownameimg {
	width: 27px;
	height: 28px;
	padding-left: 7px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: left;
	text-align: left;
	overflow: hidden;
}

/* ---- bottom: show name ---- */
#gbr_showname {
	width: 458px;
	height: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: left;
	text-align: left;
	overflow: hidden;
}

/* ---- bottom: show id ---- */
#gbr_showid {
	width: 85px;
	height: 25px;
	padding-left: 13px;
	padding-right: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: left;
	text-align: center;
	overflow: hidden;
}

/* ---- bottom: show up ---- */
#gbr_showup {
	width: 32px;
	height: 28px;
	padding-left: 11px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: left;
	text-align: left;
	overflow: hidden;
}

/* ---- bottom: tools/msg/fader container ---- */
#gbr_showtoolsmsgfader {
	width: 613px;
	height: 250px;
	padding: 0px;
	margin: 0px;
	border: none;
	float: none;
	text-align: left;
	overflow: hidden;
}

/* ---- bottom: show tools ---- */
#gbr_showtools {
	width: 28px;
	height: 250px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: left;
	text-align: center;
	overflow: hidden;
}

/* ---- bottom: show message ---- */
#gbr_showmsg {
	width: 544px;
	height: 250px;
	padding-left: 16px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
	border: none;
	float: left;
	text-align: left;
	overflow: hidden;
}

/* ---- bottom: show fader ---- */
#gbr_showfader {
	width: 30px;
	height: 250px;
	padding-left: 7px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: left;
	text-align: left;
	overflow: hidden;
}

/* ---- bottom: tool/dropdown/down container ---- */
#gbr_showtooldddwn {
	width: 613px;
	height: 33px;
	padding: 0px;
	margin: 0px;
	border: none;
	float: none;
	text-align: left;
	overflow: hidden;
}

/* ---- bottom: show tool img+text container ---- */
#gbr_showtool {
	width: 487px;
	height: 30px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: left;
	text-align: left;
	overflow: hidden;
}

/* ---- bottom: show tool image in div ---- */
#gbr_showtoolimg {
	width: 27px;
	height: 22px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: left;
	text-align: left;
	overflow: hidden;
}

/* ---- bottom: show tool text in div ---- */
#gbr_showtooltext {
	width: 450px;
	height: 24px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: left;
	text-align: left;
	overflow: hidden;
}

/* ---- bottom: show id dropdown ---- */
#gbr_showiddropdown {
	width: 86px;
	height: 33px;
	padding-left: 9px;
	padding-right: 0px;
	padding-top: 9px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: left;
	text-align: center;
	overflow: hidden;
}

/* ---- bottom: show down ---- */
#gbr_showdown {
	width: 32px;
	height: 30px;
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 9px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
	float: left;
	text-align: left;
	overflow: hidden;
}
/*
==============================================================================================
*/
-->
</style>