.well {
   background-color: rgba(250, 250, 250, 0.4);
}
.roundedcorners {
        border-radius:10px;
        border:1px solid #ccc;
}