/* --------------------common-------------------- */
html, body {
	margin: 0px;
	height: 100%;
	font-size: 14px;
	overflow-x: hidden; 
	overflow-y: hidden; 
}

.wrad5{
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wcenter{
	text-align: center;
}

.wright{
	text-align: right;
}

.wtop{
	position:fixed;top:0;
}

.wbottom{
	position:fixed;bottom:0;
}
/* --------------------common-------------------- */

/* --------------------button-------------------- */
.wbutton,.wtbutton,.wdbutton{
	background-color: #5BB036;
	color: #FFFFFF;
	width: 100%;
	height:50px;
	line-height:50px;
}

.wbutton_touchstart,.wtbutton_touchstart,.wdbutton_touchstart{
	background-color: #498D2B;
	color: #FFFFFF;
	width: 100%;
	height:50px;
	line-height:50px;
}

.wbutton img,.wtbutton img,.wdbutton img,.wbutton_touchstart img,.wtbutton_touchstart img,.wdbutton_touchstart img{
	width: 30px;
	height:30px;
	vertical-align: middle;
}

.wbutton div,.wtbutton div,.wdbutton div,.wbutton_touchstart div,.wtbutton_touchstart div,.wdbutton_touchstart div{
	margin-left:10px;
	margin-right:10px;
}
/* --------------------button-------------------- */

/* --------------------radio-------------------- */
.wradio{
	width: auto;
	height:40px;
	line-height:40px;
}

.wradio_touchstart{
	background-color: #498D2B;
	color: #FFFFFF;
	width: auto;
	height:40px;
	line-height:40px;
}

.wradio img,.wradio_touchstart img{
	width: 30px;
	height:30px;
	vertical-align: middle;
}
/* --------------------radio-------------------- */

/* --------------------checkbox-------------------- */
.wcheckbox{
	width: auto;
	height:40px;
	line-height:40px;
}

.wcheckbox_touchstart{
	background-color: #498D2B;
	color: #FFFFFF;
	width: auto;
	height:40px;
	line-height:40px;
}

.wcheckbox img,.wcheckbox_touchstart img{
	width: 30px;
	height:30px;
	vertical-align: middle;
}
/* --------------------checkbox-------------------- */

/* --------------------textfield-------------------- */
.wtextfield{
	width: 100%;
	height:40px;
	line-height:40px;
	overflow: hidden;
}

.wtextfield .labe{
	width: 30%;
	height:40px;
	float: left;
}

.wtextfield .inpu{
	display: inline-block;
	height: 40px;
	width: 65%;
}

.wtextfield .inpu input{
	padding: 5px 10px 5px 10px;
	height: 26px;
	border: 1px solid #E3E3E3;
	width: 96%;
}
/* --------------------textfield-------------------- */

/* --------------------textarea-------------------- */
.wtextarea{
	width: 100%;
	height:160px;
	line-height:160px;
	overflow: hidden;
}

.wtextarea .labe{
	width: 30%;
	height:160px;
	float: left;
}

.wtextarea .inpu{
	display:inline-block;
	height:138px;
	width: 65%;
}

.wtextarea textarea{
	padding: 10px;
	width: 96%;
	height: 100%;
	border: 1px solid #E3E3E3;
}
/* --------------------textarea-------------------- */

/* --------------------toolbar-------------------- */
.wtoolbar{
	width: 100%;
	color:#FFFFFF;
	background-color: #5BB036;
}
.wtoolbar .left{
	width: 40px;
	height: 50px;
	line-height:50px;
	text-align:right;
	float: left;
}
.wtoolbar .right{
	width: 40px;
	height: 50px;
	line-height:50px;
	text-align:left;
	float: right;
}
.wtoolbar .center{
	height: 50px;
	line-height:50px;
	text-align:center;
}
.wtoolbar .left img,.wtoolbar .right img{
	width: 30px;
	height:30px;
	vertical-align: middle;
}
/* --------------------toolbar-------------------- */

/* --------------------list_01-------------------- */
.wlist_01{
	width: 100%;
	color:#424242;
	border-bottom: 1px solid #EBEBEB;
	background-color: #FFFFFF;
}
.wlist_01 .left{
	width: 100px;
	height: 100px;
	line-height:100px;
	text-align:center;
	float: left;
}
.wlist_01 .right{
	width: 40px;
	height: 100px;
	line-height:100px;
	text-align:center;
	float: right;
}
.wlist_01 .center{
	height: 100px;
	text-align:left;
}
.wlist_01 .center .top{
	color: #4F4F4F;
	font-size: 18px;
	white-space:nowrap;
}
.wlist_01 .center .bottom{
	color: #A1A1A1;
	overflow-y: hidden;
}
.wlist_01 .center .top div{
	height: 25px;
	line-height: 25px;
	padding:5px 5px 0px 5px;
}
.wlist_01 .center .bottom div{
	height: 60px;
	padding:0px 5px 5px 5px;
	margin-top: -10px;
	margin-left: -4px;
}
.wlist_01 .left img{
	width: 80px;
	height:80px;
	vertical-align: middle;
}
.wlist_01 .right img{
	width: 30px;
	height:30px;
	vertical-align: middle;
}
/* --------------------list_01-------------------- */