label {
    font-weight: bold;
    width: 100%;
    display: block;
	margin: 0;
	padding: 0;
}
textarea {
    margin: 3px 0 0 0;
    padding: 0;
	display: block;
}
div.message, div.static {
    margin: 10px 10px;
    width: 200px;
    height: 240px;
    background: #eee;
    padding: 8px 5px 20px 5px;
    border: 1px solid #999;
    border-right: 2px solid #777;
    border-bottom: 2px solid #999;
    line-height: 120%;
    font-size: 95%;
    float: left;
	clear: none;
    text-align: left;
    position: relative;
}
div.message p {
    cursor: pointer;
	background: url(../img/icon-edit.gif) top right no-repeat;
	padding-right: 16px;
	margin: 3px 0;
	color: #000;
}
div.static p {
	color: #000;
	margin: 3px 0;
	padding-right: 16px;
	padding: 10px 0;
}
div.static a {
	color: #000;
}
div.message label, div.static label {
    border-bottom: #ddd 1px solid;
    color: #777;
    font-size: 115%;
    letter-spacing: 1px;
}
.messagesForm {
    margin: 10px auto;
    padding: 10px;
    width: 400px;
    background-color: #EFF5FF;
    color: #333;
    line-height: 120%;
    font-size: 90%;
    border: 1px solid #aaa;
    border-right: 2px solid #777;
    border-bottom: 2px solid #999;
    clear: both;
    text-align: left;
}
.messagesForm label {
    color: #333 !important;
}
.messagesForm .button {
    border: 2px solid #000;
    background: #555;
    color: #eee;
    font-weight: bold;
    font-size: 110%;
}
.messagesForm h3 {
    margin: 3px;
    border-bottom: #aaa 1px solid;
	color: #000;
	padding: 0;
}
.delete {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 25px;
    width: 35px;
    cursor: pointer;
}
a.delete {
    background: #eee url(../img/corner.gif) bottom right no-repeat;
}
.DBsub {
    height: 35px;
    font-weight: bold;
    color: #333;
}
.DBdesc {
    height: 120px;
    overflow: auto;
}
.app{
	margin: 0;
	padding-left: 50px;
	color: #555;
	text-align: left;
	background-color: #eee;
	letter-spacing: 1px;
	border-bottom: 1px solid #000;
}
.app ol, .app li {
	margin: 0;
	padding: 5px;
}
label.timestamp {
	font-size: 80%;
	border: 0;
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 170px;
}
