fieldset {
	border: none;
}

legend {
	display: none;	
}

.formElement input,
.formElement textarea,
.formElement select {
	position: relative;
	border-width: 1px;
	border-style: solid;
}

.formElement input[type="file"] {
	border-width: 0;
}

*+html .formElement input[type="file"] {
	border-width: 1px;
}

.formElement .checkbox,
.formElement .radio {
	border: none;
}

.formElement,
.commentElement {
	position: relative;
	width: 80%;
	height: auto !important;
	height: 1px;
}

.floatingElement .formContainer,
.floatingElement .formElement,
.floatingElement .commentElement {
	float: left;
}

.floatingElement .formContainer .formContainer,
.floatingElement .formContainer .formElement,
.floatingElement .formContainer .commentElement {
	float: none;
}

.formElement .checkbox,
.formElement .radio,
.formElement .button {
	width: auto !important;
}

.formClear {
	clear: both;
}

/* -----------------------------------------------
	Customized Rendering
----------------------------------------------- */

/* --- required element before --- */
.requiredElement label {
	padding-left: 10px;
}

.requiredElement span {
	position: absolute;
	top: 0;
	left: 0;
}

/* --- right floating Input --- */
.formElement .formLabel {
	width: 19%;
}

.formElement .formField {
	width: 79%;
}

.formElement .formLabel {
	display: inline;
	float: left;
}

.formElement .formField {
	display: inline;
	float: right;
}

.formElement input,
.formElement textarea,
.formElement select,
.formElement fieldset {
	width: 100%;
}

/* --- left floating Checkbox --- */
.formElement .formLabel {
	width: 19%;
}

.formElement .formField {
	width: 79%;
}

.checkboxElement .formLabel {
	display: inline;
	float: right;
}

.checkboxElement .formField {
	display: inline;
	float: left;
}

.checkboxElement input,
.checkboxElement textarea,
.checkboxElement select,
.checkboxElement fieldset {
	width: 100%;
}

/* --- left floating radio --- */
.formElement fieldset input,
#rightContent .formElement fieldset input {
	clear: left;
	float: left;
	height: 18px;
}

.formElement fieldset label,
#rightContent .formElement fieldset label {
	float: left;
	width: 88% !important;
	width: 83%;
	line-height: 18px;
}

*+html .formElement fieldset label,
*+html #rightContent .formElement fieldset label {
	width: 83% !important;
}

/* -----------------------------------------------
	Customized Styling
----------------------------------------------- */
.formElement,
.commentElement {
	padding-bottom: 4px;
}

.formElement .text,
.formElement .button {
	border-color: #999;
	background: #f9f9f9;
}

.formElement .button {
	background: #e1e1e1;
}

.formElement .formLabel {
	line-height: 16px;
}

.checkboxElement .formLabel { 	
	width: 95%;
}

#rightContent .checkboxElement .formLabel {
	width: 88% !important;
	width: 86%;
}

*+html #rightContent .checkboxElement .formLabel {
	width: 86% !important;
}

.checkboxElement .formField,
#rightContent .checkboxElement .formField { 	
	width: 4%;
}

.checkboxElement input {
	top: 0 !important;
	top: -2px;
	left: 0 !important;
	left: -4px;
}

*+html .checkboxElement input {
	top: -2px !important;
	left: -4px !important;
}

.radioElement fieldset input {
	top: 0 !important;
	top: 2px;
	left: 0 !important;
	left: -4px;
	margin-right: 5px !important;
	margin-right: 1px;
}

*+html .radioElement fieldset input {
	top: 2px !important;
	left: -4px !important;
	margin-right: 1px !important;
}
