.Container { margin-bottom: 15px; margin-top: 15px; position: relative; }

/* Transparent
-------------------------------------------------------------------------------------------- */
.Transparent .ContainerTitle {
    border-bottom: 1px solid #656566;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 100%;
}

/* Container01
-------------------------------------------------------------------------------------------- */

.Container01 {
    background: url("images/container01_bg.png") repeat;
    border: 1px solid #323232;
    padding-top: 15px;
}

.Container01 .ContainerTitle {
    background: #f5901c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1OTAxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZTYyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f5901c 0%, #ae6202 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5901c), color-stop(100%,#ae6202)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5901c 0%,#ae6202 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5901c 0%,#ae6202 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5901c 0%,#ae6202 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5901c 0%,#ae6202 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5901c', endColorstr='#ae6202',GradientType=0 ); /* IE6-8 */
    border: 1px solid #522e01;
    border-right: none;
    color: #c7ced5;
    margin-left: -18px;
    padding: 5px 10px 5px 25px;
    position: relative;
    text-shadow: none;
    width: 70%;    
}

.Container01 .ContainerTitle:before {
    background: url("images/container01_ribbon.png") no-repeat;
    content: "";
    display: block;
    height: 14px;
    left: -1px;
    position: absolute;
    top: 34px;
    width: 18px;
}

.Container01 .ContainerTitle:after {
    background: url("images/container01_titlebg.png") no-repeat;
    content: '';
    display: block;
    height: 37px;
    position: absolute;
    right: -17px;
    top: -2px;
    width: 17px;
}

.Container01 .ContainerContentPane{
    padding: 10px;
}

.Pane.grid_9 .Container01 > .ContainerTitle { width: 90%; }