Browser: IE 6

OS: Windows XP

Problem: I want to manipulate my speach bubble WITHOUT manipulating the comments bubbles. I wish to place it some where closer to my avatar. Could you please help?

Codes I've been using:
[code:1].caption
{ border: none;
filter: alpha(opacity=70);
background:transparent;
color:gray;
width:80px;
}

.caption2
{
border: none;
opacity:.70;
filter: alpha(opacity=70);
background:transparent;
}

.caption .message
{
filter: alpha(opacity=70);
background:#FFFFFF;
width:80px;
position:relative;
left:20px;
height:150px;

}

.caption2 .message
{
filter: alpha(opacity=70);
background:#FFFFFF;
width:80px;
position:relative;
left:100px;
height:150;
}[/code:1]