/* Round Corners */
body{
background-color: #CFCFCF;
}
#box{
width:300px;
background:#ffffff;
}
#content{
float:none;
padding:20px 20px 0px 20px;
}
#top-left{
width: 19px;
height: 16px;
background: url(images/top-left.gif) no-repeat;
float:left;
}
#top-right{
width: 22px;
height: 22px;
background: url(images/top-right.gif) no-repeat;
float:right;
}
#bottom-left{
width: 21px;
height: 16px;
background: url(images/bottom-left.gif) bottom left no-repeat;
}
#bottom-right{
width: 22px;
height: 21px;
background: url(images/bottom-right.gif) bottom right no-repeat;
float:right;
margin-top:-21px;
}

