/* AJAX Render */

div.ajax {
    /* display: none; */
}

.ajax_box {
	position: absolute;
	width: auto;
	white-space: nowrap;
	font-weight: bold;
	margin-top: -10px;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #C93;
	background-color: #FFC;
}

.ajax_box_true {
	position: absolute;
	width: auto;
	white-space: nowrap;
	font-weight: bold;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #349534;
	color: #008000;
	background-color: #C9FFCA;
}

.ajax_box_false {
	position: absolute;
	width: auto;
	white-space: nowrap;
	margin-left: 10px;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #CC0000;
	color: #CC0000;
	background-color: #F7CBCA;
}
