The "respawntime" in the spoiler moves in the default TF2 hud, you can put the below in to stop it moving, not sure if just removing the animation works though.
{
SetVisible DeathPanel 1 0
Animate DeathPanel ypos 0 Accel 0 0.2
Animate respawntime ypos 0 Accel 0 0.2
}
event TeamStatus_PlayerAlive
{
Animate DeathPanel ypos 0 Accel 0 0.2
Animate respawntime ypos 0 Accel 0 0.2
SetVisible DeathPanel 0 0.2
}