ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
img
{
  behavior: url("/sf/sf_default/css/pngfix.htc");
}

a
{
  text-decoration: none;
  color: white;
}

a:hover
{
  text-decoration: underline;
}

body
{
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background-color: #fff;
  padding: 20px;
}

ul.pagination li {
    display: inline;
    list-style-type: none;
    padding-right: 5px;
}

.button
{
	height: 23px;
}
.form_error
{
  color: red;
  font-weight:bold;
}