.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	width:14px;
	height:14px;
	background: url(../images/form/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {
	background-position: 0 -14px;
}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	width:14px;
	height:14px;
	overflow: hidden;
	background: url(../images/form/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {
	background-position: 0 -14px;
}

/* Buttons */
.buttonSubmit {
	width: auto;
	height: 19px;
	overflow: hidden;
}

.buttonSubmit input {
	display: block;
	height: 19px;
	line-height: 19px;
	margin: 0;
	padding: 0 10px 0 10px;
	background: url(../images/form/center.gif) repeat-x;
	border: none;
	float: left;
}

.buttonSubmit .left,
.buttonSubmit .right {
	display: block;
	width: 5px;
	height: 19px;
	overflow: hidden;
	background-repeat: no-repeat;
	float: left;
}

.buttonSubmit .left {
	background-image: url(../images/form/left.gif);
}

.buttonSubmit .right {
	background-image: url(../images/form/right.gif);
}

/* Selects */
.selectArea {
	height: 21px;
	float: left;
	position: relative;
	color: #fff;
	font-size: 12px;
	font-family:'Trebuchet MS',Helvetica,sans-serif;
	line-height: 21px;
}

.selectArea .left {
	width: 3px;
	height: 21px;
	margin: 0 !important;
	padding: 0 !important;
	background: url(../images/form/left.gif) no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.selectArea a.selectButton {
	display: block;
	float: none;
	width: 100%;
	height: 21px;
	background: url(../images/form/right-select.gif) no-repeat top right;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	z-index: 4;
}

.selectArea .center{
	display: block;
	height: 21px;
	line-height: 21px;
	margin: 0 21px 0 3px !important; /*3 - left part width */
	padding: 0 5px !important;
	overflow: hidden;
	float: none !important;
	background: url(../images/form/center.gif) repeat;
}

.selectArea .disabled {
	width: 100%;
	height: 21px;
	background-color: #2F384E;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 30;
	font-size: 12px;
	overflow: auto;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	list-style: none;
}

* html .optionsDivVisible ul {
	float: left;
}

.optionsDivVisible ul li {
	width: 100%;
}
.optionsDivVisible a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 2px 4px;
	display: block;
	line-height: normal !important;
	font-weight: normal;
	text-decoration: none;
}
.optionsDivVisible a:hover {
	background-color: #707074;
	color: #FFF;
	text-decoration: none;
}
/* file-input */
#content .member-panel .post .file-input {
	float:none;
	position: relative;
	width:320px;
	height:20px;
}
#content .member-panel .post .file-input .btn-browse{
	display:inline;
	float: left;
	width: 60px;
	height: 20px;
	background:transparent url(../images/form/browse-img.png);
	overflow: hidden;
	text-indent:-9999em;
	margin-left:10px;
}
#content .member-panel .post .file-input .btn-browse:hover
{
    background:transparent url(../images/form/browse-img_hover.png);}

#content .member-panel .post .file-input .file-input-area{
	height: 22px;
	position: absolute;
	top:0;
	left:180px;
	z-index:1;
}
#content .member-panel .post .file-input .box-layout{
	height: 26px;
	float: left;
}
#content .member-panel .post .file-input .inp-center {
	position:relative;
	z-index:2;
	width:214px !important;
	background:url(../images/form/input214.gif) no-repeat;
}
#content .member-panel .post .file-input .inp-center input {
	width:194px;
	margin:0;
	padding:2px 10px 4px 10px;
	background:none;
	border:none;
	color:#584f4f;
	font:12px/14px 'Trebuchet MS',Helvetica,sans-serif;
}
