﻿div.rounded {
    clear:both;
    max-width:2400px;
    margin:5px auto;
    width:95%;
}

div.rounded div.top {
    background:url(../images/tl.png) no-repeat bottom left;
    padding:0px;
    width:100%;
}

div.rounded div.top div.right {
    background:url(../images/tr.png) no-repeat bottom right;
    height:12px;
    margin-left:12px;
}

div.rounded div.middle {
    background:url(../images/l.png) repeat-y left;
    clear:both;
    width:100%;
}

div.rounded div.middle div.right {
    background:url(../images/r.png) repeat-y right;
    margin-left:5px;
}

div.rounded div.middle div.right div.content {
    background:url(../images/bg.png) repeat top left;
    color:#fff;
    font-family:"Trebuchet MS", Calibri, Tahoma, sans-serif;
    font-size:1.0em;
    line-height:1.3em;
    margin-right:5px;
    padding:0px 7px;
    text-align:justify;
}

div.rounded div.middle div.right div.content p {
    margin:0px;
    padding-top:15px;
}

div.rounded div.middle div.right div.content h2 {
    color:#0f2;
    font-size:1.75em;
    font-weight:bold;
    margin:0px;
    padding:7px 0px;
}

div.rounded div.bottom {
    background:url(../images/bl.png) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom div.right {
    background:url(../images/br.png) no-repeat top right;
    height:12px;
    margin-left:12px;
}

/* -------------- */
div.rounded-blue{display:block}
div.rounded-blue *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#6AC0F1}
div.rounded-blue1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #bee3f8;
  border-right:1px solid #bee3f8;
  background:#8fcff4}
div.rounded-blue2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f0f8fd;
  border-right:1px solid #f0f8fd;
  background:#86cbf3}
div.rounded-blue3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #86cbf3;
  border-right:1px solid #86cbf3;}
div.rounded-blue4{
  border-left:1px solid #bee3f8;
  border-right:1px solid #bee3f8}
div.rounded-blue5{
  border-left:1px solid #8fcff4;
  border-right:1px solid #8fcff4}
div.rounded-bluefg{
  background:#6AC0F1}