div.group {
    display:block; position:relative; height:auto; min-width:800px;
    border: 1px solid #aaa;
    background: #FFF;
    margin-bottom: 1em; 
    padding-bottom: 1em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 2px 2px 5px #777;
    -webkit-box-shadow: 2px 2px 5px #777;
    box-shadow: 4px 4px 15px #777;
    /*padding: 5px;*/
}

div.group h2 {
    background-color: #c1d0dd; /*#8b9dac;*/
    text-align: center;
    padding: 8px;
    padding-left: 20px;
    /*margin-top: 0;*/
    /*margin: -5px;*/
    margin-bottom: 10px;
    color: #000;
    font-size: 1.6em;
    font-weight: normal;
    /*text-shadow: 0 1px 0 #777; */
    /*border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px; 
    -webkit-border-radius: 4px 4px 4px 4px;
    border: #999 solid 1px;*/
    border-bottom: solid 1px #8b9dac;
}
div.group h2.center {
    text-align: center;
}
div.group h2.boxTitle2 { background-color: #399; }

div.groupContent {
    padding: 10px;
    display: block;
    width: 97%; margin:auto;
}