/*<!--link rel="stylesheet" type="text/css" href="includes/css/corners.css"-->
*/

/*** CORNER STYLES ***/
.roundedDiv .roundedHeader ul {
background: url(../../images/corners.png) -15px -15px no-repeat;
height: 15px;
list-style: none;
margin: 0;
}
/* */
.roundedDiv .roundedHeader ul li {
float: right;
background: url(../../images/corners.png) 0px -15px no-repeat;
width: 15px;
height: 15px;
line-height: 15px;
}
/* */
.roundedDiv .roundedFooter ul {
background: url(../../images/corners.png) -15px 0px no-repeat;
height: 15px;
list-style: none;
margin: 0;
}
/* */
.roundedDiv .roundedFooter ul li {
float: right;
background: url(../../images/corners.png) 0px 0px no-repeat;
width: 15px;
height: 15px;
line-height: 15px;
}
.roundedDiv {
width: 350px;
margin: 10px 0 0 0;
}

.roundedHeader {
margin: 0 0 15px 0;
}

.roundedFooter {
margin: 15px 0 0 0;
}
.content {
padding: 0 15px;
display: block;
}
