#ajax_box {
		width: 300px;
		z-index:1;	
		display: none;
		position: fixed;
		top: 150px;
		left: 405px;
}

.ajax_box_link {
		width: 300px;
		text-align: right;
}

.ajax_note_box {
		display: none;
		width: 300px; 
		height: 100px;
}

.ajax_note_box_top {
		width: 300px; 
		height: 13px; 
		color:#efefef;
		background-image: url('../images/top_screen_top_3.gif');
		background-repeat: no-repeat;
}

.ajax_note_box_content {
		width: 298px; 
		height: 100%;
		background-color: #D6E4EE;
		color:#000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
}

.ajax_note_box_bottom {
		width: 300px; 
		height: 13px; 
		color:#efefef;
		background-image: url('../images/top_screen_bottom_3.gif');
		background-repeat: no-repeat;
		background-position: bottom;
}

.note_table th {
	text-align: right;
	width: 75px;
}

.note_table th #close,
.note_table th #note_table_heading {
	text-align: center;
}