@charset "utf-8";

/* CSS Document */
/* notice.css
/* Author: MONIC.Mo */
@charset "utf-8";

/* basic elements */
.bold {
	font-weight: bold;
}

.small {
	
}

.error-h3 {
	color: #FF3C3C;
}

#highlightBox {
	padding: 20px;
	background-color: #e6e6e6;
	border: 1px dashed #d1d1d1;
	width: 500px;
	margin: 20px 0 0 100px;
}

.highlightBoxInline {
	padding: 20px;
	background-color: #e6e6e6;
	border: 1px dashed #d1d1d1;
	width: 620px;
	margin: 20px 40px 10px 0px;
}

#highlightBoxLong {
	width: 657px;
	border: 1px dashed #e1e1e1;
	padding: 20px;
}

#highlightTable table {
	width: 700px;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	margin-top: 10px;
}

#highlightTable th {
	background-color: #efefef;
	padding: 15px;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

#highlightTable td {
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 15px;
}

.bulletHeading {
	font-weight: bold;
}
/*
* {
	border: 1px solid red;
}
*/
/* CSS Document */