Here is the website: http://bit.ly/4FFOi8

I have 2 views to be styled, and I am facing many difficulties.

1. The search block.

I did a mytemplate_form_alter() to make search box longer. I set size to 45. [ print_r($form) said [keys][#size]=>15, so I tried increasing it. ].

$vars['form']['keys']['#size']='45';
unset($vars['form']['keys']['#printed']);
$vars['widgets']['filter-keys']->widget = drupal_render($vars['form']['keys']);

But now submit button disapears in IE8, and search box is longer than 45. Looks correct in firefox.

2. The cities list bllock: [ At the bottom : Read and Rate Properties in India]

Whenever I use my own views theme for it, I get a top margin above block content. Currently I have simply copied default theme from views theme information to views-view--grid--cities-block.tpl.php. I have not changed anything. But if I delete that theme, top margin disappears.

Can anyone help me?