﻿
.border-radius-5 {
  width: 300px;
  height: 100px;
  line-height: 100px;
  background-color: green;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.border-radius-10 {
  width: 300px;
  height: 100px;
  line-height: 100px;
  background-color: green;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.border-radius {
  width: 300px;
  height: 100px;
  line-height: 100px;
  background-color: green;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}

.box26 {
    position: relative;
    margin:0em 0;
    padding:0.5em 1em;
    border: solid 4px #A67b2D;
    border-radius: 8px;
    background:#ffffff;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -15px;
    left: 20px;
    padding: 2px;
    line-height: 150%;
    font-size: 14px;
    background: #ffffff;
    color: #A67B2D;
    font-weight: bold;
  }
