/* * * * * * * * * * * * * *
 * ROUNDED CONRNERS
 * * * * * * * * * * * * * */
.rounded-one { -moz-border-radius: 1px; -webkit-border-radius: 1px; }
.rounded-two { -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.rounded-three { -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.rounded-four { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.rounded-five { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.rounded-six { -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.rounded-seven { -moz-border-radius: 7px; -webkit-border-radius: 7px; }
.rounded-eight { -moz-border-radius: 8px; -webkit-border-radius: 8px; }
.rounded-nine { -moz-border-radius: 9px; -webkit-border-radius: 9px; }
.rounded-ten { -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.rounded-twnety { -moz-border-radius: 20px; -webkit-border-radius: 20px; }

.site_errors.title h2 { -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; }
