body {
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	float: none;
	background-color: #F3F4F0;
	background-image: url(images/Bgfootersum.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: list-item;
	list-style-type: square;
}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

/*deleted h2*/
h1,h2,h3 {padding-top: 6px;}

/*Boarder around entry box */
fieldset {
	border: solid 0px #666666;
	width: 500px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

/*Drop frame around entry box text 'Sign Guestbook'*/
/*legend {
	color: #ffffff;
	border: 1px outset #cccccc;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}*/

/*box around fields. e.g. 'name', 'email' etc.*/
label {
	text-align: right;
	vertical-align: top;
	float: left;
	width: 100px;
	margin: 2px 0 2px 0;
	padding: 0 0 0 0;
	text-align: right;
	display: inline;
}

/*outline of text box entry*/
.inputText, .inputTextArea {
	margin: 2px 0 2px 5px;
	vertical-align: top;
	
}

.challengeImage {
	margin: 2px 0 2px 0;
	vertical-align: top;
}
/*??????*/
select {
	margin: 2px 0px 2px 5px;
}

/*add comment button*/
input.submit {
	margin: 0 0 0 100px;
}
/*
.footer {
	clear: both;
	width: 530px;
	margin-top: 8px;
	border-top: solid 2px #000000;
}
*/
/*
.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #303030;
}
*/
.errorMessage {
	font-weight: bold;
	font: normal Tahoma,sans-serif;
}
/*
a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #990099;
}

a:active {
	color: #ff0000;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #FF6600;
}

/*border around each posted comment;*/
.entry {
	width: 530px;
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	border-bottom: solid 1px #999999;
	clear: both;
	font: normal Tahoma,sans-serif;
	color: #444
}
/*last entry bottom border*/
#lastEntry {
	border: none;
}
/*buffer for each posted comment. buffer for name, email and timestamp*/
.entry .field, .timestamp {
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	clear: both;

}
/*box containing posted comment labels. e.g name, email and timestamp*/
.entry .field .label {
	float: left;
	width: 100px;
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
	text-align: right;
	display: inline;
	font-weight: bold;

}
/*box containing posted comment data. e.g John Doe, jd@hotmail.com, john posted a comment.*/
.entry .field .value {
	float: left;
	width: 424px;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	display: inline;
}
/*box containing timestamp*/
.timestamp {
	margin: 0 0 0px 0px;
	padding: 8px 0 8px 0;
	clear: both;
}

/*navigation buttons at bottom of page e.g <previous 1 2 3 4 next> */
.snavigation {
	width: 530px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

#previous {
	margin-right: 30px;
	display: inline;
}

#next {
	margin-left: 30px;
    display: inline;
}

.pageNumberContainer {
	display: inline;
	text-align: center;
}

.pageNumber {
	margin-left: 4px;
	margin-right: 4px;
}

#currentPageNumber {
	color: #444;
	
}

.entryCount {
	width: 530px;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 8px;
	margin-bottom: 20px;
	border-top: solid 2px #000000;
}
