.mod .box1_content_small {
background:url(images/box1_content_grayr.png) repeat-y; 
background-position: 10px 100%;
		width:97%;
	height:100%;
   position:relative;
   z-index:2;
   right:0px;
  /* margin-left:0px;*/
   padding-left:20px;
}
.top1 {
	display:block;
	background:url(images/box1_top_left_grayr.png) no-repeat left;
	/* turn off for IE6 or use a GIF */
  /* _background:transparent;*/
	width:100%;
	height:24px;
	/*height:100%;*/
	/*position:absolute;*/
	/*margin-left:-24px;*/
}

.top1a {
	display:block;
	background:url(images/box1_top_right_grayr.png) no-repeat right;
	/* turn off for IE6 or use a GIF */
  /* _background:transparent;*/
	/*width:300px;*/
	height:24px;
	/*height:100%;*/
	position: relative;
	/*right:-24px;*/
	/*margin-right:-55px;*/
	right:-28px;
}
.bott1 {
	display:block;
	background:url(images/box1_bott_left_grayr.png) no-repeat left;
	/* turn off for IE6 or use a GIF */
  /* _background:transparent;*/
	width:100%;
	height:24px;
	/*height:100%;*/
	/*position:absolute;*/
	/*margin-left:-24px;*/

		/*background-position: 100% 0px;*/
		     
}

.bott1a {
	display:block;
	background:url(images/box1_bott_right_grayr.png) no-repeat right;
	/* turn off for IE6 or use a GIF */
  /* _background:transparent;*/
	/*width:300px;*/
	height:24px;
	/*height:100%;*/
	position: relative;
	/*right:-24px;*/
	/*margin-right:-55px;*/
	right:-28px;

}
/*  end main box with shadow*/
.box1_center {
display:block;
background:url(images/box1_right_grayr.png) repeat-y right;
	width:100%;
	height:100%;
		position: relative;
		right:0px;
		background-position: 100% 0px;
		/*margin-right:-50px;*/
		padding-right:28px;
		/*border:solid 1px;*/
}
.box1_content {
position: absolute;
background:url(images/box1_content_grayr.png) repeat-y; 

background-position: 25px 100%; /*reguleerib vasakut riba*/
z-index:100;

}


.box1_left {
display:block;
	background:url(images/box1_left_grayr.png) repeat-y left;
	
	height:100%;
	left:0px;
	
}
.box1_right {
display:block;
	background:url(images/box1_right_grayr.png) repeat-y right;
	width:28px;
	height:100%;
		position: relative;
	right:-28px;
}

