

fieldset {
	border: solid 0px #666666;
	width: 480px;
	padding: 4px 0px 0px 0px;
	margin-bottom: 5px;
}

legend {
	color: #09549F;
	border: 0px #cccccc;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	left: 0px;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: left;
}

.inputText, .inputTextArea {
	margin: 2px 0px 2px 0px;
}

select {
	margin: 2px 0px 2px 0px;
}

input.submit {

	width: 120px;
}

.footer {
	clear: both;
	width: 480px;
	margin-top: 8px;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border-top: none 1px #000000;
}

.errorMessage {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Verdana, sans-serif;
	font-size: 1pt;
	color: #ffffff;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

.entry {
	width: 480px;
	border-bottom: solid 1px #c7cec7;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 10px;
	clear: both;
}

.entry .field, .timestamp {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	text-align: left;
	margin-right: 0px;
	color:#09549F;
}

.entry .field .value {
	float: left;
	
}

.timestamp {
	margin: 0px 0px 4px 100px;
	padding-top: 4px;
	clear: both;
	font-size:14px;	
}


.navigation {
	float: left;
}

