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