我用
<?php $block = module_invoke('user', 'block_view', 'login'); print render($block['content']); ?>
在tpl里调出用户登入区块,想把原来的样式去掉,加上自己的样式,应该怎么做?