* {
  box-sizing: border-box;
}

body {
	margin-top: 0;
	padding: 0;
}

A { 
font-size: 14px;
text-decoration: none;
}

A:hover {

  color: blue;
}

A:active {

  color: #000000;
}

A.disabled {
    color: #000000;
}

body {background-color:#ffffff;}

p {
	margin-top: 2px;
	margin-bottom: 2px;
	}

hr.new1 {
  border-top: 0.5px solid black;
  left: 10px;
  width: 800px;
}

.vl {
  border-left: 9px solid white;
  height: 95px;
  position: absolute;
  left: 829px;
  margin-left: -5px;
  top: 740;
}

ol.b {list-style-type: disc;
}

/*polaroid effect*/
.polaroid {
  padding: 4px;

}
 
.polaroid img {
  border: 10px solid #fff;
  -webkit-box-shadow: 4px 4px 4px 3px #777;
     -moz-box-shadow: 4px 4px 4px 3px #777;
          box-shadow: 4px 4px 4px 3px #777;
}
/*end of Polaroid effect*/


/* search feature start */
#searchfeature{
  position: absolute;
  left: 12px;
  top: 76px;
  z-index: 49;
  width: 240px;
  height: 80px;
}

#searchbutton{
    width: 20em;  height: 4em;
}
/* search feature end */