.tbl_window {
	width: 100%;
	border: solid #698EC6 1px;
}

.tbl_window td.header {
	background: #698EC6;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	height: 20px;
}

.tbl_window td.content {
	background: #ffffff;
}

.error_box_red {
    color: Red;
    background: #FFC0CB;
    border: solid Red 1px;
    padding: 4px;
}

.error_box_green {
    color: Green;
    background: #90EE90;
    border: solid Green 1px;
    padding: 4px;
}

.error_box_blue {
    color: Blue;
    background: #B8CDF3;
    border: solid Blue 1px;
    padding: 4px;
}
