Change style for different browsers

am trying to change to style for when different browsers load

for IE 6

am using like some :

<!–[if gte IE 6]>
#table {
margin-top:20px;
}
<![endif]–>

like this how to change for when mozilla load

???