@charset "utf-8";
/* CSS Document */

.roundedBox {position:relative; padding:12px; margin:10px 0; border:1px solid #dedede;background-image:url(../images/panel1background.gif); background-repeat:repeat-x; text-align:center}
.corner {position:absolute; width:3px; height:3px; background-image:url(../images/panel1corners.gif);}
.topLeft {top:-1px; left:-1px; background-position:0 0;}
.topRight {top:-1px; right:-1px; background-position:-3px 0;}
.bottomLeft {bottom:-1px; left:-1px; background-position:0 -3px;}
.bottomRight {bottom:-1px; right:-1px; background-position:-3px -3px;}

.roundedBox .heading{font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#99cc01; display:block}
.roundedBox .heading1{font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:100; color:#b2b2b2; display:block; text-align:left}

.roundedBox .content{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#b2b2b2}
