#statusemail {
		/* https://stackoverflow.com/questions/8956567/how-do-i-make-an-editable-div-look-like-a-text-field */
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: white;
    background-color: -moz-field;
		color: black;
    border: 1px solid darkgray;
    box-shadow: 1px 1px 1px 0 lightgray inset;
    font: -moz-field;
    font: -webkit-small-control;
    margin-top: 5px;
    padding: 2px 3px;
		height: 100px;
    overflow-y: auto
}

ul {
  list-style-type: none;
}
