/* guestboook specific */
#guestbook-nav ul{
	border:0px solid;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	width:130px;
	line-height:25px;
}
#guestbook-nav ul li{
	width:130px;
	white-space:nowrap;
}
#guestbook-nav ul li a{
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size:12px;
	padding-left:10px;
	display:block;
	text-decoration:none;
	background-image:url(pictures/sub_dot.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#guestbook-nav ul li a b{
	color:#999;
}
#guestbook-content form{
	margin:0px;
	padding:0px;
}
#guestbook-content select{
	width:40px;
}
#guestbook-content ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#guestbook-content ul li#info{
	float:left;
	width:150px;
	margin:0px 0px 20px 0px;
	padding:0px;
	text-align:right;
	clear:left;
}
#guestbook-content ul li#message{
	float:left;
	width:320px;
	margin:0px 0px 20px 40px;
	padding:0px;
}

body#guestbook-signup{
	margin:0px;
	padding:0px 10px;
	background-image:url(pictures/guestbook_signup_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
#guestbook-signup{
	width:400px;
}
#guestbook-signup form ul#form{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#guestbook-signup form ul#form li{
	margin:0px;
	padding:0px;
}
#guestbook-signup label{
	line-height:15px;
	width:120px;
	text-align:right;
	margin-bottom:5px;
}
#guestbook-signup input,#guestbook-signup select{
	margin:0px;
	padding:0px;
	line-height:15px;
	width:200px;
	margin-bottom:5px;
}
#guestbook-signup input.button{
	clear:left;
	width:37px;
	margin-bottom:5px;
}
#guestbook-signup textarea{
	width:250px;
	margin-bottom:5px;
}
