.green_box      { background: #ddf8cc; border: 1px solid #80c65a; }
.purple_box     { background: #c2bddd; border: 1px solid #49188f; }
.grey_box       { background: #e8e8e8; border: 1px solid #676767; }
.silver_box	{ background: #f6f6f6; border: 1px solid #dedede; }
.orange_box     { background: #ffeac0; border: 1px solid #f90; }
.blue_box       { background: #c3d9ff; border: 1px solid #36c; }
.yellow_box     { background: #fff4c2; border: 1px solid #fc3; }
.red_box        { background: #f66; border: 1px solid #b34747; }
.fancy_box	{ -webkit-border-radius: 10px; -moz-border-radius: 10px; }

.round		{ -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.round5		{ -webkit-border-radius: 5px; -moz-border-radius: 5px; }

.round_top {
        -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
}
.round_bottom {
        -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
}

.pad5		{ padding: 5px; }
.pad10		{ padding: 10px; }
.pad15		{ padding: 15px; }

