body, th, td, p, input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	color: #ffffff;
}

* html body
{
	backround-color: #082e71 !important;
}

input
{
	color: #000000;
}

label
{
	font-weight: bold;
}

a, a:link, a:active, a:visited
{
	color: #ffcc00;
	text-decoration: none;
}

a:hover
{
	color: #ff0000;
	text-decoration: none;
}

.package-details
{
	padding: 5px;
	background-color: #e5e5e5;
	color: #333333;
}

.required-marker
{
	color: #ff0000;
	font-weight: bold;
}

input.disabled {
}

input.required, textarea.required {
}
input.validation-failed, textarea.validation-failed {
}
input.validation-passed, textarea.validation-passed {
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
