﻿
        div.rounded-box-tc-list,
        html.non-ie div.rounded-box-tl-list,
        html.ie-gte-9 div.rounded-box-tl-list,
        html.non-ie div.rounded-box-tr-list,
        html.ie-gte-9 div.rounded-box-tr-list,
        div.rounded-box-tc-filled, 
        div.rounded-box-bc-filled, 
        html.non-ie div.rounded-box-tl-filled, 
        html.ie-gte-9 div.rounded-box-tl-filled, 
        html.non-ie div.rounded-box-tr-filled,
         html.ie-gte-9 div.rounded-box-tr-filled, 
        div.rounded-box-content
        {
            background: #ffffff; 
            border-top: #ffffff;
            border-left: #ffffff;
            border-right: #ffffff;
         }         
         
        div.rounded-box-bc-list,
        html.non-ie div.rounded-box-bl-list,
        html.ie-gte-9 div.rounded-box-bl-list,
        html.non-ie div.rounded-box-br-list,
        html.ie-gte-9 div.rounded-box-br-list,
        html.non-ie div.rounded-box-bl-filled, 
        html.ie-gte-9 div.rounded-box-bl-filled, 
        html.non-ie div.rounded-box-br-filled, 
        html.ie-gte-9 div.rounded-box-br-filled,
        html.non-ie div.rounded-box-bc-filled, 
        html.ie-gte-9 div.rounded-box-bc-filled
        {
            background: #cccccc; 
            
        }
        div.rounded-box-content
        {
          padding: 1px 20px;
          background: -moz-linear-gradient(#ffffff, #ccc);
          background: -o-linear-gradient(#ffffff, #ccc);
          background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ccc)); /* Older webkit syntax */
          background: -webkit-linear-gradient(#ffffff, #ccc);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
        }
        #divErrorMsgContainer
        {
            background-image: url(/images/bvDude.png);
            background-repeat:no-repeat;
            background-position: 440px 0px;
            height: 250px;
            font-size: 14px;
        }
        #divMsgContainer { width: 500px;  }
        #divBetweenPromoAreas h1, 
		#divBetweenPromoAreas h2, 
		#divBetweenPromoAreas h3,
		#divBetweenPromoAreas a { color: #0073ae !important; }
        h1 { font-size: 35px; margin: 20px 0;  }
        .ContentTopOrBottomBar, .ContentWrapper { background: transparent;border-top: none !important;}