
.rounded-box { position: relative; }
.rounded-box-top { background-repeat: repeat-x; height: 10px; width: 100%; }
.rounded-box-bottom { background-repeat: repeat-x; height: 10px; width: 100%; }
.rounded-box-content { background-repeat: repeat; border-left: solid 1px #dfe4e8; border-right: solid 1px #dfe4e8; text-align: left; }

.rounded-box-top-blue { background-image: url('../images/rounded-box/blue-rounded-top-bg.gif'); }
.rounded-box-bottom-blue { background-image: url('../images/rounded-box/blue-rounded-bottom-bg.gif'); }
.rounded-box-content-blue { background-image: url('../images/rounded-box/blue-rounded-bg.gif'); }

.rounded-box-top-gray { background-image: url('../images/rounded-box/gray-rounded-top-bg.gif'); }
.rounded-box-bottom-gray { background-image: url('../images/rounded-box/gray-rounded-bottom-bg.gif'); }
.rounded-box-content-gray { background-image: url('../images/rounded-box/gray-rounded-bg.gif'); }

.rounded-box-top-white { background-image: url('../images/rounded-box/white-rounded-top-bg.gif'); }
.rounded-box-bottom-white { background-image: url('../images/rounded-box/white-rounded-bottom-bg.gif'); }
.rounded-box-content-white { background-image: url('../images/rounded-box/white-rounded-bg.gif'); }

.rounded-box-content-white,
.rounded-box-content-blue,
.rounded-box-content-gray,
.rounded-box-content p { margin-top: 0px; margin-bottom: 0px; padding-bottom: 7px; }

.rounded-corner-box { position: relative; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; border: solid 1px #dfe4e8; padding-top: 10px; padding-bottom: 10px; }
