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

.myBox {
    padding: 5px;
    text-align: left;
    background-color: #ebead3;
	margin-bottom: 10px;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}