.jLookForm a{
	outline: none;
}

.jLookLabel{
	display: block;
	font-size: 1.2em;
}

/* RADIO */
.jLookRadio{
	background: url(../images/jq_click_bg.png);
	vertical-align: middle;
	height: 12px;
	width: 12px;
	display:block;
	/*display: -moz-inline-block;*/
}
	/* =checked */
	.jLookRadio_checked{
		background: url(../images/jq_click_mark.png);
	}
	
/* CHECKBOX */
.jLookCheckbox{
	background: url(/images/form/bkg_checkbox.png);
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;
	font-weight: normal;
	/*display: -moz-inline-block;*/
}
	/* =checked */
	.jLookCheckbox_checked{
		background: url(/images/form/bkg_checkbox_checked.png);
	}


/* SELECT */
.jLookSelectWrapper{
	position:relative;
	width:145px;
	height:16px;
	font-size:11px;
	display:inline-block;
}
						 .Sys-select .jLookSelectWrapper {
							width:100px;
						}
						 .Sys1-select  .jLookSelectWrapper {
							width:100px;
						}
						.Sys2-select  .jLookSelectWrapper {
							width:100px;
						}
						.Sys3-select .jLookSelectWrapper {
							width:100px;
						}

						.type-select .jLookSelectWrapper{
							width:60px;
						}
	
	
.jLookSelectHeader{
	/*float:right;*/
	float:left;
	width:145px;
	height:16px;
	color:#6c6c6c;
	background: url(../images/jq_pull01_bg.gif) no-repeat right top;
	z-index:250;
}
						 .Sys-select .jLookSelectHeader{
							width:100px;
							background: url(../images/jq_pull02_bg.gif) no-repeat right top;
						}
						.Sys1-select .jLookSelectHeader{
							width:100px;
							background: url(../images/jq_pull02_bg.gif) no-repeat right top;
						}

						.Sys2-select .jLookSelectHeader{
							width:100px;
							background: url(../images/jq_pull02_bg.gif) no-repeat right top;
						}
						.Sys3-select .jLookSelectHeader{
							width:100px;
							background: url(../images/jq_pull02_bg.gif) no-repeat right top;
						}
						.type-select .jLookSelectHeader{
							width:60px;
							background: url(../images/jq_pull03_bg.gif) no-repeat right top;
						}
						
						
.jLookSelectHeader div{
	float:left;
	width:100px;
	height:16px;
	line-height:16px;
	padding-left:12px;
	overflow: hidden;
}
						.Sys-select .jLookSelectHeader div{
							width:50px;
						}
						
						.Sys1-select .jLookSelectHeader div{
							width:50px;
						}
						
						.Sys2-select .jLookSelectHeader div{
							width:50px;
						}
						.Sys3-select .jLookSelectHeader div{
							width:50px;
						}
						.type-select .jLookSelectHeader div{
							width:30px;
						}
.jLookSelectHeader a{
	float:right;
	display:block;
	width:16px;
	height:16px;
	margin:2px 0 0 0 ;
	background:url(../images/jq_pull_mark_off.gif) no-repeat left top;
}
						.Sys-select .jLookSelectHeader a{
							background:url(../images/jq_pull_mark_off.gif) no-repeat left top;
						}
						
						.Sys1-select .Sys2-select .Sys3-select .jLookSelectHeader a{
							background:url(../images/jq_pull_mark_off.gif) no-repeat left top;
						}
						.type-select .jLookSelectHeader a{
							background:url(../images/jq_pull_mark_off.gif) no-repeat left top;
						}
.optionsWrapper{
	position: absolute;
	left:0;
	top:15px;
	width:145px;
	height:121px;
	padding:3px 2px 2px 2px;
	display:none;
	background: url(../images/jq_pull01_bg_open.gif) left top no-repeat;
	z-index:300;
}
						.Sys-select .optionsWrapper
						{
							width:100px;
							background: url(../images/jq_pull02_bg_open.gif) left top no-repeat;
						}
						.Sys1-select .optionsWrapper
						{
							z-index:303;
							width:100px;
							background: url(../images/jq_pull02_bg_open.gif) left top no-repeat;
						}
						.Sys2-select .optionsWrapper
						{
							z-index:302;
							width:100px;
							background: url(../images/jq_pull02_bg_open.gif) left top no-repeat;
						}
						.Sys3-select .optionsWrapper
						{
							z-index:301;
							width:100px;
							background: url(../images/jq_pull02_bg_open.gif) left top no-repeat;
						}
						.type-select .optionsWrapper{
							width:60px;
							background: url(../images/jq_pull03_bg_open.gif) left top no-repeat;
						}
							
.jLookSelectWrapper ul{
	width:116px;
	height:121px;
	padding:6px 12px;
	overflow:auto;
	overflow-x:hidden;
}
.jLookSelectWrapper ul li
{
	list-style:none;
}
							.Sys-select .jLookSelectWrapper ul
							{
								width:70px;
								height:121px;
							}
							.Sys1-select .jLookSelectWrapper ul
							{
								width:70px;
								height:121px;
							}
							.Sys2-select .jLookSelectWrapper ul
							{
								width:70px;
								height:121px;
							}
							.Sys3-select .jLookSelectWrapper ul
							{
								width:70px;
								height:121px;
							}
							.type-select .jLookSelectWrapper ul{
								width:40px;
								height:121px;
							}
.jLookSelectWrapper ul a{
	display:block;
	padding:1px 0;
	width:116px;
	text-decoration: none;
	color:#6c6c6c;
}
							.Sys-select .jLookSelectWrapper ul a{
								width:70px;
							}
							.Sys1-select .jLookSelectWrapper ul a{
								width:70px;
							}
							.Sys2-select .jLookSelectWrapper ul a{
								width:70px;
							}
							.Sys3-select .jLookSelectWrapper ul a{
								width:70px;
							}
							.type-select .jLookSelectWrapper ul a{
								width:40px;
							}
.jLookSelectWrapper ul a:hover{
	color:#6293cb;
	text-decoration:none;
}

