﻿.GreyRoundedCorners
{margin-right:10px;margin-top:10px;
}
.GreyRoundedCorners .t {background: url(../images/t.gif) 0 0 repeat-x;}
.GreyRoundedCorners .b {background: url(../images/b.gif) 0 100% repeat-x;}
.GreyRoundedCorners .l {background: url(../images/l.gif) 0 0 repeat-y}
.GreyRoundedCorners .r {background: url(../images/r.gif) 100% 0 repeat-y}
.GreyRoundedCorners .bl {background: url(../images/bl.gif) 0 100% no-repeat}
.GreyRoundedCorners .br {background: url(../images/br.gif) 100% 100% no-repeat}
.GreyRoundedCorners .tl {background: url(../images/tl.gif) 0 0 no-repeat}
.GreyRoundedCorners .tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px} 

.GreyRoundedCorners .content
{
    padding:0 10px 0 10px;
    min-height:80px;
}

