.LgradientContainer {
width:100%;
border:#c8c8c8 solid 1px;
background-color:#FFFFFF;
background-image:url(contBackground.jpg);
background-repeat:repeat-x;
background-position:top;
margin:0px 0px 15px 0px;
}
.gradientLeftTC {
float:left;
background-image:url(contTLC.jpg);
background-repeat:no-repeat;
background-position:left;
height:3px;
width:4px;
margin-left:-1px;
margin-top:-1px;
}
.gradientContTop{
width:100%;
height:3px;

}
.gradientRightTC {
float:right;
background-image:url(contTRC.jpg);
background-repeat:no-repeat;
background-position:right;
width:4px;
height:3px;
margin-right:-1px;
margin-top:-1px;
}

.gradientConContent{
padding:10px;
margin:0px;
}
.LgradientContainer p {
margin:0px;
padding:0px;
}
.gradientContainer .Head {

}
.gradientLeftBC {
float:left;
background-image:url(contBLC.jpg);
background-repeat:no-repeat;
background-position:left;
height:3px;
width:3px;
margin-left:-1px;
}
.gradientContBottom {
width:100%;
height:3px;
margin-bottom:-1px;
}
.gradientRightBC {
float:right;
background-image:url(contBRC.jpg);
background-repeat:no-repeat;
background-position:right;
width:3px;
height:3px;
margin-right:-1px;
}


