/* CSS Document */

/* ********************************************************************************************
 * Formatierungen Guestbook
 ******************************************************************************************* */
	#guestbookView {
	
	}
	
	#guestbookView .date { 
		width:150px;
		height:18px;
		line-height: 18px;
		color: #2e365b;
		font-size: 12px;
		font-weight: bold;
		vertical-align: bottom;
		text-decoration: none;
		background-color: #f5f5f5;
		border-left: 8px solid #2e365b;
		padding: 0px 2px 1px 5px;
		margin-bottom: 4px;
		text-transform:uppercase;
	}
	
	
	#guestbookView .guestbookEntry {
		line-height: 14px;
		font-weight: bold;
		text-decoration: none;
		border-left: 8px solid #d8d8d8;
		padding: 2px 5px 2px 5px;
		background-color: #fafafa;
		margin-bottom:18px;
	}
	
	
	#guestbookView .userPlaceTime {
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	#guestbookView .message {
		font-weight: normal;
	}
	
	#guestbookView .areaButton {
		float:right;
		margin-bottom:10px;		
	}
	
	#guestbookView .areaButton .btnLink {
		margin-right:0px;
	}
	
	.guestbookNewEntry {
		text-align: right;
	}
	
	.guestbookOlderEntry {
		margin-top:22px;
		text-align: right;
	}
	
	#guestbookNewEntry .areaButton {
		margin-top:5px;
		text-align: right;
	}
	
	#guestbookNewEntry .areaButton .btnLink {
		margin-left:4px;
		float:right;
	}
	
	#previewHeader {
		margin-top:25px; 
		margin-bottom:5px; 
		border-bottom:1px solid #2e365b;
		color: #2e365b;
		font-size:12px;
		font-weight:bold;
		clear:both;
	}
	
	#guestbookNewEntry .inputTextError {
		background-color: #fbcdcd;
		padding-left:19px;
		background-image:url(../_images/fieldError.gif);
		background-repeat:no-repeat;
		width:282px !important;
	}
	
	#guestbookNewEntry .inputTextAreaError {
		background-color: #fbcdcd;
		padding-left:19px;
		background-image:url(../_images/fieldErrorTextArea.gif);
		background-repeat:no-repeat;
		width:480px !important;
	}