#guestbookBlurb{
	float:left;
	width: 300px;
	margin-top: 0 ;
	padding-bottom: 10px ;
}

#taRating{
	border: 1px solid #CCCCCC ;
	padding: 3px 5px 10px 5px ;
	margin-bottom: 10px ;
	width: 340px ;
	font-size: 11px ;
	float: right ;
}

#taRating img{
	margin-right: 5px ;
	float: left ;
}

#taRating em{
	font-size: 17px ;
	color: #006633 ;
	font-weight: bold ;
	font-style: normal ;
}

.pageNumLinks{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px ;
	font-weight: bold ;
	margin-bottom: 10px ;
	text-align: center ;
}

.pageNumLinks a{
	margin-left: 2px ;
	margin-right: 2px ;
	padding-left: 3px ;
	padding-right: 3px ;
	color: black ;
	text-decoration: none ;
}

.pageNumLinks a:HOVER{
	background: #99CCFF ;
	color: black ;
}

.pageNumLinks .currentPage{
	background: #3366FF ;
	color: white ;
	margin-left: 2px ;
	margin-right: 2px ;
	padding-left: 3px ;
	padding-right: 3px ;
}

.pageNumLinks .prevLink, .nextLink{
	border: 1px solid black ;
	background: #3366FF ;
	color: white ;
}

.pageNumLinks .prevLink:VISITED, .nextLink:VISITED{
	color: white ;
}

.pageNumLinks .prevLink:HOVER, .nextLink:HOVER{
	background: #99CCFF ;
}

div.gbEntryContainer{
	border: 1px solid #999 ;
	width: 400px ;
	margin-bottom: 20px ;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px ;
	text-align: left ;
	color: black ;
}

div.gbEntryHeader{
	/*background: url('/modules/guestbook/views/en/images/blue-grad-v.gif') repeat-x top left ;*/
	background: #F2F3FA ;
	color: #5A65B0 ;
	padding: 4px ;
	border-bottom: 1px solid #DDD ;
}

div.gbEntryHeaderPend{
	background: #999999 ;
	color: white ;
	padding: 4px ;
}

div.gbEntry{
	padding: 7px ;
	background: #FFF ;
}

div.gbEntryPend{
	padding: 7px ;
	background: #EEEEEE ;
	color: #666666 ;
}

a.gbNavLink{
	font-weight: bold ;
	font-size: 12px ;
	magin: 10px ;
	border: 1px solid #e49c0c ;
	background: #FFCC66 ;
	padding: 4px ;
	text-decoration: none ;
	color: #b02109 ;
}

a.gbNavLink:HOVER{
	background: #ffdb94 ;
}

/* submission form styles */
#guestbookEntry{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px ;
	border: 1px solid black ;
	background: url('/modules/guestbook/views/en/images/gb-form-bg.jpg') ;
}

#guestbookFormLayout{
	color: black ;
	background: #dfecf5 ;
	border: 1px solid black ;
}

#gbform #message{
	width: 300px ;
	height: 120px ;
}