.ltext {
min-height:40px;
}
.ltext2 {
min-height:60px;
}
.ltext3 {
min-height:140px;
}
.ltext4 {
min-height:80px;
}

/* ------IE5-6 CSS Hack------ */
*html body .ltext {
height:40px;
}
*html body .ltext2 {
height:60px;
}
*html body .ltext3 {
height:142px;
}
*html body .ltext4 {
height:80px;
}
/* ------IE7 CSS Hack------ */
*+html body #pickupsite .ltext {
min-height:40px;
}
*+html body #pickupsite .ltext2 {
min-height:60px;
}
*+html body #pickupsite .ltext3 {
min-height:140px;
}
*+html body #pickupsite .ltext4 {
min-height:80px;
}