@charset "utf-8";
/* CSS Document */
.headerBox{
	background-image: url(small/background.jpg);
	height: 120px
}
.footerBox{
	height: 50px 
}

/* */
.boxInit{
   width: 12px;
   height: 25px;
}  
.redBoxInit{
   background-image: url(small/redLeftBoxBg.png)
}
.blueBoxInit{
   background-image: url(small/blueLeftBoxBg.png)
}
.greenBoxInit{
   background-image: url(small/greenLeftBoxBg.png)
}
.yellowBoxInit{
   background-image: url(small/yellowLeftBoxBg.png)
}
.boxTitle{
   heigth: 25px;
   padding-top: 5px
}
.boxLoader{
   heigth: 25px;
   padding-right: 8px
}

/* */

.boxHeader{
	height: 25px;
	background-image: url(small/boxHeaderBg.png)
}


