/******************** COMMON CSS ********************/
.fleft{float:left;}
.fright{float:right;}

/******************** FRAMEWORK BORDER CSS ********************/
.topSection1{width:96%;background: url(../images/top_bg.png) repeat-x;margin:2% 2% 0;height:17px;overflow:hidden;}
.topLeft, .topRight{width:17px;height:17px;}
.borderright{background: url(../images/midlle_right.png) 100% repeat-y;width:100%;}
.contentSection{width:96%;background: url(../images/midlle_left.png) repeat-y;margin:0 2%;}

.botSection {
  background: url("../images/bot_bg.png") repeat-x scroll;
  background-position: 0 -2px;
  height: 16px;
  margin: 0 2% 2%;
  width: 96%;
}

.botLeft, .botRight {
  height: 16px;
  position: relative;
  top: -15px;
  width: 16px;
}
