Border Radius
/* --- BORDER RADIUS --- */
.text-block-with-border {
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
border-radius: 18px;
border-bottom: 1px solid #FFF;
border-top: 1px solid #FFB829;
border-left: 1px solid #FEE1A5;
border-right: 1px solid #FEE1A5;
}