
.footer {
 padding : 20px;
 }
fieldset {
	border: solid 1px #666666;
	width: 70%;
	padding: 10px 10px 10px 10px;
	margin-bottom: 15px;
}

legend {
	color: #ffffff;
	background: #336633;
	border: 1px outset #cccccc;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: right;
}

.inputText, .inputTextArea {
	margin: 2px 0px 2px 5px;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit {
	color: #000000;
	background: #99cc99;
	border: 2px outset #cccccc;
	width: 120px;
}



.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #696969;
}


.entry {
	width: 700px;
	border-bottom: solid 2px #999999;
	margin-bottom: 5px;
	padding-bottom: 4px;
	clear: both;
}

.entry .field, .timestamp {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 4px;
}

.entry .field .value {
	float: left;
}

.timestamp {
	margin: 0px 0px 4px 104px;
	padding-top: 4px;
	clear: both;
}

.navigation {
	float: left;
}

.entryCount {
	width: 580px;
	text-align: center;
	padding-bottom: 4px;
}

