.borderContainer {
width:100%;
border:#d8c5e0 solid 1px;
background-color:#FFFFFF;
background-image:url(contBackground.jpg);
background-repeat:repeat-x;
background-position:top;
margin:0px 0px 15px 0px;
}
.borderLeftTC {
float:left;
background-image:url(contTLC.jpg);
background-repeat:no-repeat;
background-position:left;
height:18px;
width:15px;
margin-left:-1px;
margin-top:-1px;
}
.borderContTop{
width:100%;
height:18px;

}
.borderRightTC {
float:right;
background-image:url(contTRC.jpg);
background-repeat:no-repeat;
background-position:right;
width:15px;
height:18px;
margin-right:-1px;
margin-top:-1px;
}

.borderConContent{
padding:0px 5px;
margin:0px;
}
.borderContainer p {
margin:0px;
padding:0px;
}
.borderContainer .Head {

}
.borderLeftBC {
float:left;
background-image:url(contBLC.jpg);
background-repeat:no-repeat;
background-position:left;
height:18px;
width:15px;
margin-left:-1px;
}
.borderContBottom {
width:100%;
height:18px;
margin-bottom:-1px;
}
.borderRightBC {
float:right;
background-image:url(contBRC.jpg);
background-repeat:no-repeat;
background-position:right;
width:15px;
height:18px;
margin-right:-1px;
}


