.text-label
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

input
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}

.text-header
{
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
}

.helptext
{
	font-size: 11px;
}


.bodytext
{
	font-size: 12px;
}

.error
{
	border: thin solid red;
}

.error-header
{
	border-bottom: thin solid red;
	background-color: #ff99cc;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.inlinehelp
{
	border: thin solid #7BC3EF;
	height: 100%;
	width: 201px;
	text-align: left;
	padding: 5px;
	max-height: 500px; 
	overflow: auto;
}

.error-main
{
	padding: 7px;
	font-family: Arial;
	font-size: 13px;
}

.error-image
{
	background-image: url(images/dialog-warning.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 22px;
	height: 22px;
	padding: 2px;
}

