.outtaHere {
	position:absolute;
    left:-3000px; 
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:12px !important;
	height:12px;
	background: url(../images/bg_radio.gif) no-repeat 0 -12px;
	overflow: hidden;
	margin:3px 8px 0 0;
}
.radioAreaChecked {background-position: 0 0;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:10px !important;
	height:10px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
	margin:3px 8px 0 0;
}
.checkboxAreaChecked {background-position: 0 -10px;}
#header .wwide .titlepart .outtaHere{
	position:static;
	left:0;
}
#header .wwide .titlepart .checkboxArea,
#header .wwide .titlepart .checkboxAreaChecked{display:none;}
.file-area {
	position: relative !important;
	width:268px;
	height: 24px;
	float:left;
	color:#666;
	margin-bottom:16px;
}
.jcf-fake-input{
	position: absolute!important;
	top: 0;
	left: 0;
	width:6px;
	height:22px;
	border: 1px solid #7f9cba;
	background: #fff;
	display: block;
}
a.jcf-upload-button{
	text-align:center; 
	background:#495e79; 
	color:#fff; 
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	width:80px;
	height:100%;
	float:none;
	padding:0 !important;
}
/* Selects */
.selectArea {
	position: relative !important;
	height: 24px;
	float:left;
	color:#666;
	font-size:11px;
	line-height:22px;
	margin-bottom:8px;
}
.selectArea .left {
	position: absolute!important;
	top: 0;
	left: 0;
	width:4px;
	height:100%;
	background: url(../images/select_left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:24px;
	height:100%;
	float:none;
	padding:0 !important;
	background: url(../images/select_button.gif) no-repeat;
}
.selectArea a.selectButton:hover {
	background: url(../images/select_button.gif) no-repeat !important;
}
.selectArea .center{
	height: 25px;
	line-height:22px;
	display:block;
	padding:0 24px 0 4px;
	overflow:hidden;
	background: url(../images/select_center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 99999;
	font-size: 12px;
	max-height: 160px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	list-style: none;
}
.optionsDivVisible div.drop-list{
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 158px;
	padding-bottom: 2px;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #666;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover,
.optionsDivVisible .item-selected a {
	background-color: #2F384E;
	color: #FFF;
	text-decoration:underline;
}