.error-summary {
	padding: .5em 1.5em;
	
	margin-bottom: 1em;
	
	border-left: 5px solid #f66;
	
	/*background: #fee url(/resources/images/icons/error.gif) no-repeat 95% 10px;*/
	background-color: #fee;
}

.error-summary ul {
	list-style-type: none;
	
	margin: 0;
	padding: 0;
	
	color: black;
}

ul.error-summary {
	list-style-type: none;
	
	color: black;
}

/*li.reason {
	font-weight: bold;
}

ul.usage-restriction {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}*/

.center {
	text-align: center !important;
}

/*
 * Usage Restriction control classes
 */
div.usage-restriction {
	padding: .5em 1.5em;
	
	width: 70%;
	margin: 2em auto;
	
	border-left: 5px solid #f66;
	
	/*background: #fee url(/resources/images/icons/error.gif) no-repeat 95% 10px;*/
	background-color: #fee;
}

div.usage-restriction h1 {
	font-size: 12pt;
	margin: 0;
}

div.usage-restriction ul {
	list-style-type: none;
	
	margin: 2em 0;
	padding: 0;
	
	color: black;
}

#error-message {
	padding: .5em 1.5em;
	
	margin-bottom: 1em;
	
	border-left: 5px solid #f66;
	background-color: #fee;
}

#error-message h1 {
	color: #f00;
	
	font-size: 12pt;
	
	margin-top: 0;
}

#error-message p {
	margin-top: .25em;
	margin-bottom: .25em;
}