
#error_message_container {
	position: fixed;
	width: 500px;
	left: 35px;
	top: 35px;
	z-index: 100;
	text-align: left;
	cursor: pointer;
}

.error_message_top, .error_message_bottom {
	margin: 0;
	padding: 0;
	width: 500px;
	height: 10px;
}
.error_message_top {
	background-image: url(/ltp_images/error_cap.png);
}
.error_message_bottom {
	background-image: url(/ltp_images/error_base.png);
}

.error_message {
	background-image: url(/ltp_images/error_body.png);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 0px;
}

.error_message ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.error_message li {
	text-align: left;
	list-style-type: none;
	background-image: url(/ltp_images/error_exclamationbutton.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 30px; 
	min-height: 25px
}
