.dialogue {
    margin-top: -18px;
}

.dialogue-left {
    margin-left: 60px;
}

.dialogue-right {
    margin-left: 80px;
}

.dialogue-left img.portret {
    margin-left: -60px;
	margin-top: 6px;
    float: left;
}

.dialogue-right img.portret {
    float: right;
    margin-right: 30px;
	margin-top: 6px;
}

.dialogue-left .dialogue-top {
    background-image: url(/img/dialogue-1-t.png);
    height:27px;
    width:454px;
}

.dialogue-left .dialogue-content {
    padding: 0 25px 0 35px;
    background-image: url(/img/dialogue-1-m.png);
    width:394px;
}

.dialogue-left .dialogue-bottom {
    background-image: url(/img/dialogue-1-b.png);
    height:18px;
    width:454px;
}

.dialogue-right .dialogue-top {
    background-image: url(/img/dialogue-2-t.png);
    height:27px;
    width:454px;
}

.dialogue-right .dialogue-content {
    padding: 0 35px 0 25px;
    background-image: url(/img/dialogue-2-m.png);
    width:394px;
}

.dialogue-right .dialogue-bottom {
    background-image: url(/img/dialogue-2-b.png);
    height:18px;
    width:454px;
}

.dialogue-date-container {
	font-size: 0.75em;
}

#dialogues {
	margin-top: 28px;
}

#dialogues-intro {
	margin-bottom: 35px;
}

.dialogue-date {
}


#recentSubjects {
	margin-bottom: 20px;
}