/* CSS Document */
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;        
}
.top_box_bg {
	background-image: url(../images/top_box.gif);
	background-repeat: no-repeat;
	background-position: center top;        
}
.bottom_box_bg {
	background-image: url(../images/bottom_box.gif);
	background-repeat: no-repeat;
	background-position: center top;        
}
.left_box_bg {
	background-image: url(../images/left_box.png);
	background-repeat: repeat-y;
	background-position: right;        
}
.right_box_bg {
	background-image: url(../images/right_box.png);
	background-repeat: repeat-y;
	background-position: center;        
}


/* Button styles */

.button_bg1 {
	background-image: url(../images/bg_drkblue_button.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-color: #0099FF;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	width: auto;
	height: 22px;
	}
/* bg for table insert data */	
.top_bg {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center top;       
}
.middle_bg {
	background-image: url(../images/middle.png);
	background-repeat: no-repeat;
	background-position: center top;       
}
.middle2_bg {
	background-image: url(../images/middle2.png);
	background-repeat: no-repeat;
	background-position: center top;       
}
.bottom_bg {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center top;       
}
.bg_insert_left {
	background-image: url(../images/bg_insert_left.png);
	background-repeat: no-repeat;
	background-position: center top;       
}
.bg_insert_right {
	background-image: url(../images/bg_insert_right.png);
	background-repeat: no-repeat;
	background-position: center top;       
}
.bg_insert_middle {
	background-image: url(../images/bg_insert_middle.png);
	background-repeat: repeat-x;
	background-position: center top;       
}