/* CSS Document */

div#error-box-container {
	border: 1px solid #e18485;
	background-color: #e9c6c6;
	padding: 9px;
}

div#error-title-div {
	background-image: url(../../images/notice-error.png);
	background-repeat: no-repeat;	
	height: 32px;
	padding-left: 40px;
	padding-top: 8px;
	margin-bottom: 10px;
	color: #d10000;
	font-weight: bold;
}

div#error-text-div {
	color: #333333;
	padding: 5px;
}

div#info-box-container {
	border: 1px solid #8eafdf;
	background-color: #c9d7e8;
	padding: 9px;
}

div#info-title-div {
	background-image: url(../../images/notice-info.png);
	background-repeat: no-repeat;	
	height: 32px;
	padding-left: 40px;
	padding-top: 8px;
	margin-bottom: 10px;
	color: #0060c2;
	font-weight: bold;
}

div#info-text-div {
	color: #333333;
	padding: 5px;
}

div#notice-box-container {
	border: 1px solid #f2e088;
	background-color: #f1eabf;
	padding: 9px;
}

div#notice-title-div {
	background-image: url(../../images/notice-note.png);
	background-repeat: no-repeat;	
	height: 32px;
	padding-left: 40px;
	padding-top: 8px;
	margin-bottom: 10px;
	color: #d10000;
	font-weight: bold;
}

div#notice-text-div {
	color: #333333;
	padding: 5px;
}
