.wps_button{
	position: absolute;
}
.wps_button_down{
	position: absolute;
}
.wps_button span, .wps_button_down span{
	min-width: 50px;
	text-align: center;
}

.wps_panel_button{
	float: left;
	cursor: pointer;
	padding: 4px 11px 4px 11px;
}
.wps_panel_button_down{
	float: left;
	cursor: pointer;
	padding: 3px 10px 3px 10px;
	border: 1px solid #222222;
	background: #1a1a1a;
	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 .icon .error{
	background: url(uiimages/msgboxicon.png) no-repeat 0px 0px;
}
.wps_message_box_icon .icon .warning{
	background: url(uiimages/msgboxicon.png) no-repeat 0px -48px;
}
.wps_message_box_icon .icon .information{
	background: url(uiimages/msgboxicon.png) no-repeat 0px -98px;
}
.wps_message_box_icon .icon .question{
	background: url(uiimages/msgboxicon.png) no-repeat 0px -152px;
}

.wps_form{
	position: absolute;
	padding: 3px;
	z-index: 1000;
}
.wps_form .background{
	background: #dedede;
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	z-index: 1001;
}
.wps_form .nw{
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 0px;
	background: url(uiimages/circle.png) no-repeat 0 0;
	z-index: 1002;
}
.wps_form .n{
	position: absolute;
	height: 1px;
	left: 10px;
	top: 0px;
	right: 10px;
	background: #dedede;
	border-top: 2px solid #9f43ac;
	z-index: 1002;
}
.wps_form .ne{
	position: absolute;
	width: 10px;
	height: 10px;
	right: 0px;
	top: 0px;
	background: url(uiimages/circle.png) no-repeat -10px 0;
	z-index: 1002;
}
.wps_form .w{
	position: absolute;
	width: 1px;
	left: 0px;
	top: 10px;
	bottom: 10px;
	background: #dedede;
	border-left: 2px solid #9f43ac;
	z-index: 1002;
}
.wps_form .e{
	position: absolute;
	width: 1px;
	right: 0px;
	top: 10px;
	bottom: 10px;
	background: #dedede;
	border-right: 2px solid #9f43ac;
	z-index: 1002;
}
.wps_form .sw{
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0px;
	bottom: 0px;
	background: url(uiimages/circle.png) no-repeat 0px -10px;
	z-index: 1002;
}
.wps_form .s{
	position: absolute;
	height: 1px;
	right: 10px;
	left: 10px;
	bottom: 0px;
	background: #dedede;
	border-bottom: 2px solid #9f43ac;
	z-index: 1002;
}
.wps_form .se{
	position: absolute;
	width: 10px;
	height: 10px;
	right: 0px;
	bottom: 0px;
	background: url(uiimages/circle.png) no-repeat -10px -10px;
	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;
	margin: 5px 0 0 0;
	border-bottom: 2px dotted #0d0d0d;
	z-index: 1002;
}
.wps_form_caption{
	font: 20pt Arial;
	font-style: italic;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	width: 80%;
	padding: 0 10px 0 15px;
}
.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(uiimages/btn_min_form.png) no-repeat;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}
.wps_form_buttons .maxButton{
	width: 16px;
	height: 14px;
	background: url(uiimages/btn_max_form.png) no-repeat;
	float: left;
	margin-right: 2px;
	cursor: pointer;
}
.wps_form_buttons .exitButton{
	width: 16px;
	height: 14px;
	background: url(uiimages/btn_exit_form.png) no-repeat;
	float: left;
	cursor: pointer;
}
.wps_form_body{
	margin: 10px 10px 10px 10px;
	position: relative;
	z-index: 1002;
}

.wps_listview{
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #222222;
	background: #FFF;
}

/* INPUT style */
input, textarea, select{
	display:inline;
	border: 0px;
	font-style: normal;
	font-weight: normal;
	background: #fff;
	border: 1px solid #666;
	padding: 2px;
}
input[type=checkbox]{
	margin: 0 5px 5px 0;
}
/* only opera 
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
  input[type=file]{
		border: 1px solid #b5c0c9;
	}
}
*/
input[type=file]{
	border: 1px solid #b5c0c9\0/;
}
*+html input[type=file]{
  border: 1px solid #b5c0c9;
}

.wps_select{
	position: relative;
	width: 306px;
}
.wps_select table{
	border: 1px solid #454545;
}
.wps_select input{
	width: 282px;
	border: none;
	margin: 0;
}
.wps_select td{
	padding: 0px;
}
.wps_select td.dropdown{
	width: 17px;
	background: url(uiimages/wps_dropdown.gif) no-repeat 4px 7px #2C2C2C;
	border-left: 1px solid #2C2C2C;
}
.wps_select td.dropdown:hover{
	background-color: #3C3C3C;
	border-left: 1px solid #4B4B4B;
}
.wps_select .result_list{
	position: absolute;
	z-index: 500;
	display: none;
	width: 148px;
	border: 1px solid #454545;
	border-top: 0;
	background: #FFF;
	max-height: 210px;
	overflow: hidden;
	overflow-y: auto;
}
.wps_select .result_list ul{
	padding: 0px;
	margin: 0px;
}
.wps_select .result_list ul li{
	list-style: none;
	padding: 2px 5px 4px 5px;
	cursor: pointer;
}
.wps_select .result_list ul li:hover{
	background: #454545;
	color: #FFF;
}
.wps_select .result_list ul li.active{
	background: #454545;
	color: #FFF;
}
.wps_select .result_list ul li.disabled{
	background: #2e732a;
	border-bottom: 1px solid #2e732a;
	color: #fff;
	cursor: none;
}



