/* ----------------  Rounded Corner Styles ---------------- */
Span.CornerTop, Span.CornerBottom, Span.CornerLeft
{
  position:relative;
  display:block;
  line-height:0;
  font-size:0;
  height:3px;
  margin:0;
}

Span.CornerTop
{
  background:transparent url("../Images/ne.gif") no-repeat top right;
  text-align: left;
  width:auto;
  top:-1px;
  right:-1px;
}

Span.CornerTop Span.CornerLeft
{
  background:transparent url("../Images/nw.gif") no-repeat top left;
  width:3px;
  left:-2px;
}

Span.CornerBottom
{
  background:transparent url("../Images/se.gif") no-repeat bottom right;
  text-align: left;
  clear:both;
  width:auto;
  bottom:-1px;
  right:-1px;
}

Span.CornerBottom Span.CornerLeft
{
  background:transparent url("../Images/sw.gif") no-repeat bottom left;
  width:3px;
  left:-2px;
}

Div.Border
{
  background-color:white;
  padding:0;
  margin:5px;
  border:1px solid #B0B1AF;
}
/* ----------------  Rounded Corner Styles ---------------- */

