.mouseOver:hover{
  cursor: pointer;
}

a{
  text-decoration: none;
}

#scrollbar{
   height: 101%; 
   width: 1px; 
   position: absolute; 
   top: 0px; left: 0px;
}

img, div { behavior: url(includes/css/iepngfix.htc) }
}

.labelUp{
  position: relative;
  top: -3px;
}

input{
  border: 1px solid gray;
  margin-bottom: 3px;
}

input[type="radio"]{
  border: 0px; 
  margin-bottom: 3px;	
}

textarea{
  border: 1px solid gray;
  margin-bottom: 3px;
}

img{
  border: 0px;
}