הבעיה שלי היא כזאת

אני רוצה להזיז את כל הטקסט הזה שמאלה אבל כשאני מזיז את זה זה טוב ב-IE7 אבל ב-IE6
זה לא טוב זה כמו שזה בתמונה
איך אני מסדר את זה?
ניסיתי עם MARGIN
קוד :
<div class="contecttext">
<font color="#ff683b">צור קשר</font> עוד היום
<br />
0547727085
<br />
<font color="#ff683b" style="font-size:18px">admin@zol-po.net</font>
</div>
CSS:
.contecttext {
font-family:Arial, Helvetica, sans-serif;
font-size:20pt;
float:left;
color:#ffffff;
margin-left:150px;
font-weight:bold;
margin-right: 0px;
width: 250px;
}