.ltext {
min-height:40px;
}
.ltext2 {
min-height:60px;
}

.ltext4 {
min-height:80px;
}

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