#ajax_box {
	position:absolute;
	top:50%;
	display:none;
	z-index:10001;
}
#ajax_cover {
	background-color:#000000;
	left:0px;
	top: 0px;
	-moz-opacity: 0.6;
	opacity: 0.6;
	position:absolute;
	display:none;
	z-index:10000;
	height : 100%;
	width : 100%;
	cursor: pointer;
}
#ajax_content_td {
	background-color: #000080;
         color: #FFD700;
}
#ajax_content {
	padding:10px 20px 35px;
}
.ajax_horizontal {
	height: 10px;
}
#e1, #e2, #e3, #e4 {
	background-repeat: no-repeat;
	width: 8px;
}
#e1 {
	background-image: url(upload/images/e1.png);
}
#e2 {
	background-image: url(upload/images/e2.png);
}
#e3 {
	background-image: url(upload/images/e3.png);
}
#e4 {
	background-image: url(upload/images/e4.png);
}
.ajax_title {
	font-size     : 19pt;
	font-weight   : bold;
	text-align    : center;
	margin-bottom : 10px;
}
.border_horizontal {
	background-image: url(upload/images/border_horizontal.png);
	background-repeat: repeat-x;
}
.border_vertikal {
	background-image: url(upload/images/border_vertikal.png);
	background-repeat: repeat-y;
}
#close_button {
	position   : absolute;
	right      : 10px;
	top        : 10px;
	z-index    : 10003;
	width      : 20px;
	height     : 20px;
	display    : none;
	cursor     : pointer;
}
#ajax_load {
	width:35px;
	height:35px;
}
