@charset "utf-8";
#giftPointsMain {
	float: left;
	height: auto;
	width: 249px;
}

.giftPointsTitle {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
.giftPointsMain {
	float: left;
	height: auto;
	width: 217px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	background-image: url(../images/giftpointsbg.jpg);
	background-repeat: repeat-x;
	padding: 0 15px;
	background-position: 0px bottom;
	background-color: #FFF;
}
#giftPoints {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
#giftAddArea {
	clear: both;
	height: auto;
	width: 207px;
	margin: 0 auto;
}
#giftAdd {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
#giftAddForm {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
#giftAddBtn {
	text-align: right;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	padding: 7px 0 0 0;
}
.giftAddText {
	float: left;
	height: 30px;
	padding: 0 5px;
	border: 1px solid #b1b1b1;
	width: 195px;
	color: #555;
}
.giftAddBtn {
	background-image: url(../images/giftpointsbtn.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 31px;
	width: 61px;
	color: #FFF;
	display: inline;
	padding: 0 0 0 5px;

	*padding: 3px 0 0 10px;
	cursor: pointer;
}
#giftPointsScroll {
	clear: both;
	float: left;
	height: 235px;
	width: 217px;
	padding: 5px 0 0 0;
}

.line01 {
	background-color: #cc0102;
	clear: both;
	float: left;
	height: 2px;
	width: 100%;
	margin: 5px 0;
}

			
.holder {
	float: left;
	margin: 0px;
}




.orange-bar .jScrollPaneTrack {
	background-image: url(../images/giftpointsline.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

.orange-bar .jScrollPaneDrag {
	background-image: url(../images/giftpointsdrag.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
	height: 15px;
}

.orange-bar .scroll-pane {
	background-color: #FFF;
}


.scroll-pane {
	width: 217px;
	height: 235px;
	overflow: auto;
	float: left;
}
#giftPointsScroll ul {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
#giftPointsScroll ul li {
	float: left;
	height: 110px;
	width: 84px;
	margin: 0 14px 0 0;
	display: inline;
	padding: 0 0 10px 0;
}
.giftsPic    {
	float: left;
	height: 82px;
	width: 82px;
	border: 1px solid #c4c4c4;
	background-image: url(../images/topicbg.jpg);
	background-repeat: repeat;
}
.giftsText {
	line-height: 25px;
	float: left;
	height: 25px;
	width: 84px;
	text-align: center;
}
.giftsPic img {
	background-color: #FFF;
	padding: 1px;
	width: 80px;
	height: 80px;
}
.regInput {
	border: 1px solid #b1b1b1;
	padding: 1px 5px;
	width: 100px;
	float: left;
	color: #555;
}
#giftPost {
	clear: both;
	float: left;
	height: 20px;
	width: 100%;
	margin: 3px 0 0 0;
}
