.updated
{
	width: 90%;
	margin: 0 auto 0 auto;
	border: 1px dashed #014876;
	background-color: #E4F1F9;
	padding: 3px 3px 3px 3px;
	margin: 0 0 20px 0;
	text-align: center;
}

.validation_error_message
{
	margin: 0 auto 0 auto;
	color: white;
	background-color: #862015;
	padding: 3px 3px 3px 3px;
	text-align: center;
	font-size: 85%;
}

.errorMessageLink:link, .errorMessageLink:active, .errorMessageLink:visited, .errorMessageLink:hover
{
	color: white;
}

.required-field
{
	color: red;
	font-style: italic;
}

table.ken-friendly
{
	border: 1px inset gray;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.ken-friendly td
{
	border: 1px inset gray;
	padding: 3px 3px 3px 3px;
}

.defaultTextInput
{
	width: 250px;
}