.dialog {
	display: block;
}

.dialogue-top {
background-image: url('images/dtop.gif'); 
width: 501px;
min-width: 501px;
height: 12px;
background-repeat: no-repeat;
position: relative;

} 

.dialogue-bottom {
background-image: url('images/dbot.gif'); 
width: 501px;
height: 12px;
background-repeat: no-repeat;

position: relative;
top: -7px;
}

.box-content {

background-image: url('images/dloop.gif');
width: 501px;
position: relative;
top: -7px;
}

.padding {
padding-left: 5px;
}

// small dialogue

.sdt {
background-image: url('images/sdt.gif');
background-color: #f6f6f6; 
width: 187px;
height: 12px;
background-repeat: no-repeat;
} 




// Type 2 dialogue


.dialogue2-top {
background-image: url('images/d2top.gif');
width: 222px;
height: 8px;
background-repeat: no-repeat;


} 

.dialogue2-bottom {
background-image: url('images/d2btn.gif'); 
width: 222px;
height: 8px;
background-repeat: no-repeat;

position: relative;
top: -7px;  
}

.box2-content {

background-image: url('images/d2loop.gif');
width: 222px;
position: relative;
top: -2px;
}
