.wps_button{
	position: absolute;
	cursor: pointer;
}
.wps_button .left{
	background: url(images/btn_lr.png) no-repeat 0px 0px;
	width: 16px;
	height: 34px;
}
.wps_button .right{
	background: url(images/btn_lr.png) no-repeat 0px -68px;
	width: 16px;
	height: 34px;
}
.wps_button .text{
	background: url(images/btn_c.png) repeat-x 0px 0px;
	font: 12px Arial;
	text-align: center;
	color: #6e6d6d;
	min-width: 50px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none; 
}
.wps_button:hover .text{
	background: url(images/btn_c.png) repeat-x 0px 0px;
	font: 12px Arial;
	text-align: center;
	color: #000;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none; 
}

.wps_button_down{
	position: absolute;
	cursor: pointer;
}
.wps_button_down .left{
	background: url(images/btn_lr.png) no-repeat 0px -34px;
	width: 16px;
	height: 34px;
}
.wps_button_down .right{
	background: url(images/btn_lr.png) no-repeat 0px -102px;
	width: 16px;
	height: 34px;
}
.wps_button_down .text{
	background: url(images/btn_c.png) repeat-x 0px -34px;
	font: 12px Arial;
	text-align: center;
	min-width: 50px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none; 
}

.wps_panel_button{
	float: left;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border: 1px solid #FFF;
	padding: 5px 15px 5px 15px;
}
.wps_panel_button_down{
	float: left;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin-right: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #9744de;
	border-bottom: 1px solid #9744de;
	border-left: 1px solid #000;
	background: #360d4f;
	padding: 5px 15px 5px 15px;
	color: #FFF;
}

.wps_control_panel{
	height: 37px;
	padding: 5px;
}
.wps_message_box{
	padding: 20px;
	text-align: center;
}
.wps_message_box_icon{
	width: 100%;
}
.wps_message_box_icon .text{
	padding: 20px;
}
.wps_message_box_icon .icon{
	vertical-align: center;
	width: 52px;
	padding-left: 10px;
}
.wps_message_box_icon .icon div{
	width: 52px;
	height: 50px;
}
.wps_message_box_icon .error{
	background: url(images/msgboxicon.png) no-repeat 0px 0px;
}
.wps_message_box_icon .warning{
	background: url(images/msgboxicon.png) no-repeat 0px -48px;
}
.wps_message_box_icon .information{
	background: url(images/msgboxicon.png) no-repeat 0px -98px;
}
.wps_message_box_icon .question{
	background: url(images/msgboxicon.png) no-repeat 0px -152px;
}

.wps_form{
	position: absolute;
	padding: 3px;
	z-index: 1000;
}
.wps_form .background{
	background: #fff;
	position: absolute;
	left: 10px;
	top: 15px;
	right: 10px;
	bottom: 15px;
	z-index: 1001;
}
.wps_form .nw{
	position: absolute;
	width: 26px;
	height: 26px;
	left: 0px;
	top: 0px;
	background: url(images/circle.png) no-repeat 0px 0px;
	z-index: 1002;
}
.wps_form .n{
	position: absolute;
	height: 8px;
	left: 26px;
	top: 0px;
	right: 26px;
	background: url(images/bg_form_t.png) repeat-x 0px 0px;
	z-index: 1002;
}
.wps_form .ne{
	position: absolute;
	width: 26px;
	height: 26px;
	right: 0px;
	top: 0px;
	background: url(images/circle.png) no-repeat 0px -52px;
	z-index: 1002;
}
.wps_form .w{
	position: absolute;
	width: 10px;
	left: 0px;
	top: 26px;
	bottom: 26px;
	background: url(images/bg_form_l.png) repeat-y 0px 0px;
	z-index: 1002;
}
.wps_form .e{
	position: absolute;
	width: 10px;
	right: 0px;
	top: 26px;
	bottom: 26px;
	background: url(images/bg_form_r.png) repeat-y 0px 0px;
	z-index: 1002;
}
.wps_form .sw{
	position: absolute;
	width: 26px;
	height: 26px;
	left: 0px;
	bottom: 0px;
	background: url(images/circle.png) no-repeat 0px -26px;
	z-index: 1002;
}
.wps_form .s{
	position: absolute;
	height: 15px;
	right: 26px;
	left: 26px;
	bottom: 0px;
	background: url(images/bg_form_b.png) repeat-x 0px 0px;
	z-index: 1002;
}
.wps_form .se{
	position: absolute;
	width: 26px;
	height: 26px;
	right: 0px;
	bottom: 0px;
	background: url(images/circle.png) no-repeat 0px -78px;
	z-index: 1002;
}
.wps_form.resizeable .nw{
	cursor: nw-resize;
}
.wps_form.resizeable .n{
	cursor: n-resize;
}
.wps_form.resizeable .ne{
	cursor: ne-resize;
}
.wps_form.resizeable .w{
	cursor: w-resize;
}
.wps_form.resizeable .e{
	cursor: e-resize;
}
.wps_form.resizeable .sw{
	cursor: sw-resize;
}
.wps_form.resizeable .s{
	cursor: s-resize;
}
.wps_form.resizeable .se{
	cursor: se-resize;
}
.wps_form_header{
	position: relative;
	padding: 0 0 5px 0;
	margin-bottom: 3px;
	background: #fff;
	margin: 5px 23px 0 20px;
	//margin: 8px 23px 0 20px;
	z-index: 1002;
}
.wps_form_caption{
	color: #FFF;
	font: 12px Arial;
	font-weight: bold;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	background: #360d4f;
	width: 50%;
	height: 18px;
	padding-right: 10px;
}
.wps_form.moveable .wps_form_caption{
	cursor: move;
}
.wps_form_buttons{
	float: right;
	padding-top: 2px;
}
.wps_form_buttons .minButton{
	width: 16px;
	height: 14px;
	background: url(images/btn_min_form.png) no-repeat;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}
.wps_form_buttons .maxButton{
	width: 16px;
	height: 14px;
	background: url(images/btn_max_form.png) no-repeat;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}
.wps_form_buttons .exitButton{
	width: 16px;
	height: 14px;
	background: url(images/btn_exit_form.png) no-repeat;
	float: left;
	cursor: pointer;
}
.wps_form_body{
	margin: 0px 20px 0px 20px;
	position: relative;
	z-index: 1002;
}

.wps_listview{
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #666;
}

/* INPUT style */
.wps_input_text{

}
.wps_input_password{

}
.wps_input_radio{

}
.wps_input_checkbox{

}
.wps_input_file{

}
.wps_textarea{

}
