.error-message {
	margin: 1.0em auto;
	padding: 1.6em 3.0em;
	width: 600px;
	font-family: verdana;
}


.error-msg-title {
	margin: 0 0 1.5em 0;
	font-weight: bold;
	font-family: verdana;
	font-size: 14px;
}

.error-advice, .error-advice li,.error-advice li a{
	margin: 5px 0;	
	font-size: 14px;
}

.error-message a {
	text-decoration: none;
	color: #637abd;
}

.error-message a:hover {
	text-decoration: underline;
}

.error-message a:visited {
	color: #637abd;
}


.hint-label {
	position: absolute;
	color: #aaa;
	opacity: 0.7;
	cursor: text;
	z-index: 100;
	margin-left: 0.5em;
}

