div#messagebox {
    margin: 1.8em 10px;
}

#frontpagemessage {
    margin: 0;
    overflow: hidden;
}

ul#unmoderated, ul#blockedNumbers {
    list-style-type: none;
    margin: 0;
    padding: 0;    
}

img.mini {
    height: 50%;
    max-height: 100px;
    width: 50%;
    max-width: 100px;
}

.message {
	margin: 0 0 .5em 0;
	padding: 8px;
	background-color: #F2F7E1;
}

.message.odd { background-color: #f2f1e1 }

.attachments ul.pics, .attachments ul.texts {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #34592E;
    text-align: right;
}

form#administration label {
    float: none;
    display: inline;
    width: auto;
}

#frontpagemessage blockquote, #messages blockquote {
	margin: 0;
	margin-bottom: 6px;
}

.message blockquote {
    font-weight: bold;
    font-size: 1.2em;
}

.message .attachments {
	width: 40%;
	float: right;
}

#messages .time {
	margin-bottom: 16px;
}

#frontpagemessage .time {
    margin: 0;
    margin-bottom: 4px;
}

.latestMessages .details {
    list-style-type: none;
}

h2.messagebox { margin-bottom: 4px; }