/******************** RESET CSS ********************/
body{
	margin:0px;
	padding:0px;
}

/******************** 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%;
	overflow:hidden;
}

.contentSection {
  background: url("../images/midlle_left.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
  margin: 0 2%;
  position: relative;
  width: 96%;
}

.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;
}

/******************** button CSS ********************/
.buttonContainer {
	position:absolute;
	bottom:15px;
	right:15px;
}

.startBtn {
	background:url(../images/start1.png) no-repeat;
	height: 51px;
    margin: 0 18px 0 6px;
    width: 45px;
	display:inline-block;
}
.startBtn:hover {
	background:url(../images/start2.png) no-repeat;
	height: 51px;
    margin: 0 18px 0 6px;
    width: 45px;
	display:inline-block;
}
.startBtn:active {
	background:url(../images/start3.png) no-repeat;
	height: 51px;
    margin: 0 18px 0 6px;
    width: 45px;
	display:inline-block;
}
.pauseBtn {
	background:url(../images/pause1.png) no-repeat;
	height: 51px;
    margin: 0 18px 0 6px;
    width: 45px;
	display:inline-block;
}

.pauseBtn:hover {
	background:url(../images/pause2.png) no-repeat;
	height: 51px;
    margin: 0 18px 0 6px;
    width: 45px;
	display:inline-block;
}
.pauseBtn:active {
	background:url(../images/pause3.png) no-repeat;
	height: 51px;
    margin: 0 18px 0 6px;
    width: 45px;
	display:inline-block;
}
.resetBtn {
	background:url(../images/reset1.png) no-repeat;
		height: 51px;
    margin: 0 18px 0 6px;
    width: 45px;
	display:inline-block;
}
.resetBtn:hover {
	background:url(../images/reset2.png) no-repeat;
	height: 51px;
	margin: 0 18px 0 6px;
    width: 45px;
	display:inline-block;
}
.resetBtn:active {
	background:url(../images/reset3.png) no-repeat;
	height: 51px;
    margin: 0 18px 0 6px;
    width: 45px;
	display:inline-block;
}

