/*rounde corners*/
.boxc { padding:0px; position:relative; } 
.boxc b.cn { background:transparent url(../images/elements/roundedCorners/elements/roundedCorners/white.png) no-repeat scroll 0%; height:10px; position:absolute; width:10px; } 
.boxc b.tl { background-position:left top; left:-1px; top:-1px; } 
.boxc b.tr { background-position:right top; right:-1px; top:-1px; } 
.boxc b.bl { background-position:left bottom; bottom:-1px; left:-1px; } 
.boxc b.br { background-position:right bottom; bottom:-1px; right:-1px; } 
* html .boxc b.bl { bottom:-2px; } 
* html .boxc b.br { bottom:-2px; } 
* html .boxc b.cn { background-image: url(../images/elements/roundedCorners/white.gif); font-size:1px; line-height:1px; }

.messageSubject.boxc b.cn { background:transparent url(../images/elements/roundedCorners/white.png) no-repeat scroll 0%; height:10px; position:absolute; width:10px; } 
.messageSubject.boxc b.tl { background: none; } 
.messageSubject.boxc b.tr { background-position:right top; right:-1px; top:-1px; } 
.messageSubject.boxc b.bl { background: none; } 
.messageSubject.boxc b.br { background-position:right bottom; bottom:-1px; right:-1px; } 

* html .messageSubject.boxc b.bl { background-image: none; }
* html .messageSubject.boxc b.br {bottom:-2px} 
* html .messageSubject.boxc b.cn { background-image: url(../images/elements/roundedCorners/white.gif); font-size:1px; line-height:1px; }

* html .messageSubject b.tl, * html .messageSubject b.bl { background-image: none; }

div.button.boxc b.cn { background:transparent url(../images/elements/roundedCorners/grey.png) no-repeat scroll 0%; height:10px; position:absolute; width:10px; } 
div.button.boxc b.tl { background-position:left top; left:-1px; top:-1px; } 
div.button.boxc b.tr { background-position:right top; right:-1px; top:-1px; } 
div.button.boxc b.bl { background-position:left bottom; bottom:-1px; left:-1px; } 
div.button.boxc b.br { background-position:right bottom; bottom:-1px; right:-1px; } 

* html div.button.boxc b.cn { background-image:url(../images/elements/roundedCorners/grey.gif); font-size:1px; line-height:1px; }
* html div.button.boxc b.bl { bottom:-2px; } 
* html div.button.boxc b.br { bottom:-2px; } 
* html div.button.boxc b.cn { background-image:url(../images/elements/roundedCorners/white.gif); font-size:1px; line-height:1px; }