.as-cf-hidden {
	position: relative;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	}
span.as-cf-checkbox {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../../i/icon.checkbox.gif) no-repeat 0 0;
	position: absolute;
	margin-top: 2px;
	z-index: 1;
	}
span.as-cf-checkbox-checked {
	background: url(../../i/icon.checkbox.checked.gif) no-repeat 0 0;
	}
	

span.as-cf-radio {
	display: inline-block;
	width: 14px;
	height: 13px;
	background: url(../../i/icon.radio.gif) no-repeat 0 0;
	position: absolute;
	margin-top: 2px;
	z-index: 1;
	}
span.as-cf-radio-checked {
	background: url(../../i/icon.radio.checked.gif) no-repeat 0 0;
	}
	
div.input-file-container {
	
	}
div.input-file-container input.textField {
	width: 190px !important;
	margin-right: 5px;
	}
div.input-file-container div.fake {
	width: 85px;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	
	#display: inline;
	zoom: 1;
	position: relative;
	top: 0;
	#top: -1px;
	}
div.input-file-container div.fake input.type-file {
	position: absolute;
	right: 0px;
	top: 0;
	height: 22px;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	}
div.input-file-container div.fake span.button input {
	width: 80px;
	}
	
	
div.as-cf-select {
	border: 1px solid #abadb3;
	overflow: auto;
	font: 12px Tahoma, Verdana, "Trebuchet MS", sans-serif;
	}
body div.as-cf-select-dropdown {
	position: absolute !important;
	z-index: 9999;
	background: #fff;
	font: 12px Tahoma, Verdana, "Trebuchet MS", sans-serif;
	}
div.as-cf-select ul {
	list-style: none;
	}
div.as-cf-select ul li {
	zoom: 1;
	}
div.as-cf-select ul li a {
	padding: 1px 2px;
	zoom: 1;
	display: block;
	cursor: default;
	outline: none;
	text-decoration: none;
	color: #000;
	}
div.as-cf-select ul li.active a {
	background: #316ac5;
	color: #fff;
	}
	
div.as-cf-select-input {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	height: 18px;
	border: 1px solid #abadb3;
	
	#display: inline;
	zoom: 1;
	font: 1.2em Tahoma, Verdana, "Trebuchet MS", sans-serif;
	}
div.as-cf-select-input a {
	position: absolute;
	right: 2px;
	top: 1px;
	width: 18px;
	height: 15px;
	background: url(../../i/icon.customselect.dropdown.gif) no-repeat 0 0;
	}
div.as-cf-select-input input {
	width: 100%;
	background: #fff;
	border: 0;
	position: relative;
	top: 2px;
	#top: 0;
	left: 2px;
	font: 12px/16px Tahoma, Verdana, "Trebuchet MS", sans-serif;
	color: #000;
	zoom: 1;
	}

div.as-cf-select-dropdown ul a:hover {
	background: #316ac5;
	color: #fff;
	}
div.as-cf-select-dropdown ul li.active a {
	background: #fff;
	color: #000;
	}	
div.as-cf-select-dropdown ul li.active a:hover {
	background: #316ac5;
	color: #fff;
	}