.lightblueCont{
	margin: 10px 0px;
}
.lightblueTR{ 
background-image: url(images/lightblueTR.png);
background-position:left top;
background-repeat: no-repeat;
width: 10px;
height: 9px;
} 
.lightblueTM{
	background-image: url(images/lightblueTM.png);
background-position: top;
background-repeat: repeat-x;
height: 9px;
}
.lightblueTL{
		background-image: url(images/lightblueTL.png);
background-position:right top;
background-repeat: no-repeat;
width: 10px;
height: 9px;

}
.lightblueRB, .lightblueLB{
	width:1px;
	background-color: #D7DDE1
}
.lightblueMR,.lightblueML { 
background-image:url(images/lightblueContent.png);
background-position: left top;
background-repeat: repeat-x;
 width: 9px;
  background-color: #FCFDFE
}

.lightblueTitle{
background-color:#BAD7EC;
text-align:center;
} 
.lightblueContent{
background-image: url(images/lightblueContent.png);
 background-color: #FCFDFE;
/*background-position: top;*/
background-repeat: repeat-x;
text-align: right;

}

.lightblueBR{ 
background-image: url(images/lightblueBR.png);
background-position: left top;
background-repeat: no-repeat;
width: 10px;
height: 8px;
} 
.lightblueBM{
	background-image: url(images/lightblueBM.png);
background-position: top;
background-repeat: repeat-x;
height: 8px;
}
.lightblueBL{
		background-image: url(images/lightblueBL.png);
background-position: right top;
background-repeat: no-repeat;
height: 10px;
width: 8px;
}


