                      
       /* ROUNDED-BLOCK */
      .rounded-block {
          width: 100%;
          float: left;
          margin-top: 35px;
          background: #fff url("../img/rounded_.png") bottom repeat-x;
      }
      
          .rounded-head {
              width: 100%;
              float: left;
              background: url("../img/rounded0.png") top center no-repeat;
          }
          
              .rounded-head-left {
                  width: 100%;
                  float: left;
                  background: url("../img/rounded1.png") top left no-repeat;
              }
          
              .rounded-head-right {
                  width: 100%;
                  height: 8px;
                  float: left;
                  background: url("../img/rounded2.png") top right no-repeat;
              }
              
          .rounded-content {
              width: 100%;
              float: left;
              background: url("../img/rounded3.png") bottom center no-repeat;
          }
          
              .rounded-content-left {
                  width: 100%;
                  float: left;
                  background: url("../img/rounded4.png") bottom left no-repeat;
              }
              
              .rounded-content-right {
                  width: 100%;
                  min-height: 70px;
                  float: left;
                  padding: 5px 0 10px;
                  background: url("../img/rounded5.png") bottom right no-repeat;
              }
              
              /* ROUNDED-INNER */
             .rounded-inner {
                 width: 100%;
                 float: left;
                 padding: 5px 0;
                 background: url("../img/dots0000.png") center center no-repeat;
             }
             
                 .rounded-inner .left-col {
                     width: 44%;
                     min-height: 130px;
                     float: left;
                     position: relative;
                 }
                 
                 .rounded-inner .right-col {
                     width: 44%;
                     min-height: 130px;
                     float: right;
                     position: relative;
                 }
                 
                      .rounded-inner .left-col p,  .rounded-inner .right-col p {
                         margin: 3px 15px 3px 145px;
                     }
                     .rounded-inner .left-col button, .rounded-inner .right-col button {
                         width: 159px;
                         height: 35px;
                         position: absolute;
                         bottom: 0;
                         left: 120px;
                         border: none;
                         background: url("../img/red_butt.png") center no-repeat;
                         color: #fff;
                         font-size: 11px;d
                         cursor: pointer;
                     }
                     
                     .rounded-inner .left-col button:hover, .rounded-inner .right-col button:hover {                     
                         background: url("../img/red_butu.png") center no-repeat;
                         cursor: pointer;
                     }
                 
                 .rounded-inner .b-test-speed {background: url("../img/kanash.jpg") 10px center no-repeat; }
                 .rounded-inner .b-request {background: url("../img/virnari.jpg") 10px center no-repeat; }
                 .rounded-inner .b-connect {background: url("../img/yadrin.png") 10px center no-repeat; }
                 .rounded-inner .b-pay {background: url("../img/pavlovo.jpg") 10px center no-repeat; }
                 .rounded-inner .b-vrs {background: url("../img/vorsma.png") 10px center no-repeat; }
                 .rounded-inner .support{background: url("../img/img6.png") 10px center no-repeat; }
        
        
            .rounded-auth-inner {
                width: 100%;
                float: left;
                padding: 5px 0;
                background: url("../img/dots0000.png") center center no-repeat;
            }
            
                .rounded-auth-inner .left-col {
                     width: 48%;
                     float: left;
                     position: relative;
                 }
                 
                     .rounded-auth-inner .left-col table {

                         border-collapse: collapse;
                         font-size: 11px;
                         margin: 0 auto;
                     }
                     
                     .rounded-auth-inner .left-col table tr:first-child {font-size: 14px; }
                     
                     .rounded-auth-inner .left-col input {
                         width: 135px;
                         padding: 3px 8px;
                         margin: 2px 0;
                         border: 1px solid #d8d8d8;
                         font-size: 11px;
                         color: #454545;
                         outline: none;
                     }
                     
                         .rounded-auth-inner .left-col table tr td {padding: 3px 5px 0;}
                         
                         .rounded-auth-inner .left-col span {color: #106ba4; }
                         
                         .rounded-auth-inner .left-col span a {margin: 0 3px; text-decoration: none; }
                         .rounded-auth-inner .left-col span a:hover {text-decoration: underline; }
                 
                 .rounded-auth-inner .right-col {
                     width: 48%;
                     float: right;
                     position: relative;
                 }
                 
                     .rounded-auth-inner .right-col table {
                         margin: 0 auto;
                         border-collapse: collapse;
                     }
                     
                         .rounded-auth-inner .right-col table tr td {
                             padding: 3px 5px 0;
                         }
                         
                             .rounded-auth-inner .right-col table tr:first-child td {
                                 padding-bottom: 13px;
                                 font-size: 14px; 
                             }
                             
                             
                             
                             .rounded-auth-inner .right-col select {
                                 width: 160px;
                                 height: 26px;
                                 border: 1px solid #d8d8d8;
                                 font-size: 11px;
                                 color: #454545;
                                 outline: none; 
                             }
                             
                             .rounded-auth-inner .right-col span {display: block; margin-top: 0px;  color: #106ba4; }
                         
                             .rounded-auth-inner .right-col span a {margin: 0 3px; text-decoration: none; }
                             .rounded-auth-inner .right-col span a:hover {text-decoration: underline; }

           
           