@charset "utf-8";
/* CSS Document */


.cell-rose    { background-color: #fdf7fb; text-align: center; padding: 6px; 
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;}

/* #fdf7fb = rgba(253,247,251,1) // fbe7f2 = rgba(251,231,242,1) */
.cell-rose-tr    { background-color: rgba(251,231,242,0.5); text-align: center; padding: 6px; 
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;}

.cell-rose-bo    { border: 3px solid #fbe7f2; text-align: center; padding: 10px; 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;}