﻿/* CSS Document */

.clear{
	clear:both;
	height:0px;
	width:100%;
	display:block;
	color:#333;
}

#diy_scroll{position:relative;width:280px;display:block;height:37px;display:block;}
#diy_dot{
	position:absolute; left:125px;
	width:35px;
	height:37px;
	display:block;
	background:url(../images/dot.png) no-repeat;
	cursor:w-resize;
}
#diy_scroll_left{
	height:37px;
	width:50%;
	display:block;
	background:url(../images/s_right.png) left no-repeat;
	float:left;
}
#diy_scroll_right{
	height:37px;
	width:50%;
	display:block;
	background:url(../images/s_left.png) right no-repeat;
	float:left;
}
.wifi_type{ float:left;}
.wifi_type span{
	height:23px;
	line-height:23px;
	padding-left: 18px;
	display:inline-block;
	background:url(../images/checkbox_normal.png) left center no-repeat;
	cursor:pointer;
	margin-left: 5px;
}

.pin_type{ float:left;}
.pin_type span{
	height:23px;
	line-height:23px;
	padding-left:23px;
	display:inline-block;
	background:url(../images/checkbox_normal.png) left center no-repeat;
	cursor:pointer;
}

