.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:right;
	background: url(/images/radio-input.gif) no-repeat;
	width: 18px;
	height: 18px;
	overflow: hidden;
	margin-right:6px;
}
.radioAreaChecked {background-position: 0 -18px;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:right;
	overflow: hidden;
	background: url(/images/check-input.gif) no-repeat;
	width: 18px;
	height: 18px;
	margin-right:6px;
}
.checkboxAreaChecked {background-position: 0 -18px;}

/* Selects */
.selectArea {
	position: relative;
	height: 34px;
	float:left;
	color:#666;
	font-size:10px;
	line-height:34px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	right: 0;
	width:7px;
	height:100%;
	background: url(/images/select-left-arabic.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	left: 0;
	width:33px;
	height:100%;
	background: url(/images/select-btn-arabic.gif) no-repeat;
}
.selectArea .center{
	height: 34px;
	line-height:34px;
	display:block;
	padding:0 33px 0 7px;
	background: url(/images/bg-select.gif) repeat-x;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #cecece;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	list-style: none;
}
.optionsDivVisible a {
	color: #999;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a:hover {
	background-color: #e8e8e8;
	color: #999;
	text-decoration:none;
}

.errorPanel
{
	border: 1px solid #CC3333;
	padding: 10px 5px 5px 15px;
}

.successPanel
{
	border: 1px solid #006600;
	padding: 10px 5px 5px 15px;
	color: #006600;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
