.outtaHere {
/*
	position:absolute;
	left:-3000px;
*/
	display:none;
}
/*radio*/
.radioArea, .radioAreaChecked{
	float:left;
	width:16px;
	height:16px;
	margin:4px 10px 0 0;
	background:url(../images/radio.png) no-repeat 0 100%;
	background-size: cover;
}
.webform-component .radioArea, .webform-component .radioAreaChecked{
	width:23px;
	height:23px;
	margin-top:0px;
}
.radioAreaChecked{background-position:0 0;}
/*checkbox*/
.checkboxArea, .checkboxAreaChecked{
	float:left;
	width:16px;
	height:15px;
	margin:0 5px 0 0;
	background:url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked{background-position:0 -30px;}
/*select*/
.selectArea {
	width:196px;
	height:27px;
	border:1px #D2D2D2 solid;
	position:relative;
	font-size:14px;
	color:#979797;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background: url(../images/select-bg.png) repeat-x;
}
.selectArea a.selectButton{
	position:absolute;
	top:0;
	right:0;
	width:25px;
	height:27px;
	cursor:pointer;
	border-left:1px #E4E4E4 solid;
	background:url(../images/select-arrow.png) no-repeat 50% 50%;
}
.selectArea .left{
	display:inline;
}
.selectArea .center{
	display:block;
	height:27px;
	position:static;
	text-align:left;
	padding:0 0 0 6px;
	margin:0 26px 0 0;
	line-height:25px;
	
}
.optionsDivInvisible{display:none;}
.optionsDivVisible ul{
	padding:5px 0;
	overflow:hidden;
	margin: 0;
}
.optionsDivVisible ul li{display:block;}
.optionsDivVisible ul .hidden{display:none;}
.optionsDivVisible a{
	display:block;
	padding:0 10px;
	line-height:25px;
	color:#333;
}
.optionsDivVisible a:hover{
	background:#eee;
	text-decoration:none;
}
.optionsDivVisible{
	width:196px;
	background:#fff;
	border:1px solid #ccc;
	overflow:auto;
	margin:2px 0 0 0;
	z-index:9999;
}
.optionsDivVisible .select-search{
	height:20px;
	overflow:hidden;
	margin:5px 5px 0;
	background:url(../images/components/select-search.gif) no-repeat 170px 50%;	
	padding:0 20px 0 5px;
	border:1px #ccc solid;
}
.optionsDivVisible .select-search input{
	border:none;
	background:none;
	display:block;
	padding:0;
	margin:0;
	line-height:20px;
	height:20px;
}
/*custom scroll*/
.jspContainer{
	overflow:hidden;
	position:relative;
}
.jspPane{position:absolute;}
.jspVerticalBar{
	position:absolute;
	top:0;
	right:0;
	width:9px;
	border-left:1px #ccc solid;
	height:100%;
	background:#fff;
}
.jspHorizontalBar{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:9px;
	border-top:1px #ccc solid;
	background:#fff;
}
.jspCap{display:none;}
.jspHorizontalBar .jspCap{float:left;}
.jspTrack{
	background:#eee;
	position:relative;
}
.jspDrag{
	background:#ccc;
	position: relative;
	top:0;
	left:0;
	cursor:pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float:left;
	height:100%;
}
.jspArrow{
	background:#ccc;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
}
.jspArrow.jspDisabled{
	cursor:default;
	background:#80808d;
}
.jspVerticalBar .jspArrow{height:9px;}
.jspHorizontalBar .jspArrow{
	width:9px;
	float:left;
	height:100%;
}
.jspCorner{
	background:#ccc;
	float:left;
	height:100%;
}