
div.PageHeader {
	background: black url('images/bg-header.jpg') no-repeat center bottom;
}

.GalleryNavigator a.Previous {
	background: url('images/gallery-previous.png') no-repeat;
	_background: url('images/gallery-previous.jpg') no-repeat;
}
.GalleryNavigator a.Next { 
	background: url('images/gallery-next.png') no-repeat;
	_background: url('images/gallery-next.jpg') no-repeat;
}

.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	background: url('images/bg-submit.jpg') no-repeat center center;
}

.Guestbook .GuestbookForm input.GuestSubmit { 
	background: url('images/bg-submit.jpg') no-repeat center center;
}

.Contact .ContactForm input.ContactSubmit { 
	background: url('images/bg-submit.jpg') no-repeat center center;
}

table.GalleryCommentFormControl input.GalleryCommentSubmit { 
	background: url('images/bg-submit.jpg') no-repeat center center;
}

table.GalleryPagerLinks td.PreviousPage a {
	background: url('images/gallery-previous.png') no-repeat top left;
	_background: url('images/gallery-previous.jpg') no-repeat top left;
}
table.GalleryPagerLinks td.NextPage a {
	background: url('images/gallery-next.png') no-repeat top left;
	_background: url('images/gallery-next.jpg') no-repeat top left;
}
