/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

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

/* --- right floating Input --- */
.formElement .formLabel {
	width: 145px;
}

.formElement .formField {
	width: 380px;
}

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

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

.formElement input,
.formElement textarea,
.formElement select,
.formElement 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;
}

/* --- none floating Input for rightContent --- */
#rightContent .formElement .formLabel,
#rightContent .formElement .formField {
	width: 100%;
}

#rightContent .formElement .formLabel {
	display: block;
	float: none;
}

#rightContent .formElement .formField {
	display: block;
	float: none;
}

/* --- left floating Checkbox for rightContent --- */
#rightContent .checkboxElement .formLabel,
#rightContent .checkboxElement .formField {
	width: 49%;
}

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

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

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

.formElement .text,
.formElement .button {
	border-color: #c3c4c5;
	background: transparent;
}

.formElement .button {
	background: #e1e1e1;
}
.formElement .formLabel {
	line-height: 16px;
}

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

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

#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: 2px;
	left: 0 !important;
	left: -4px;
	height: auto !important;
	margin-right: 5px !important;
	margin-right: 1px;
}

*:first-child+html .radioElement fieldset input {
	height: 18px !important;
}

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

.formElement .text {
	border: 1px solid #d1d1d1;
	background: #fff;
}

.formElement input.text {
	height: 18px !important;
	height: 20px;
}

/* button */
button.button,
.formElement input.button {
	width: auto;
	overflow: visible;
	height: 20px;
	padding: 0 10px;
	cursor: pointer;
}

	button.button span {
		font-size: 11px;
		text-decoration: none;
	}

	.formElement input.button {
		font-size: 11px;
		text-decoration: none;
	}

/* -----------------------------------------------
	sr_feuser_register
----------------------------------------------- */
.tx-srfeuserregister-pi1 input.text {
	width: 377px;
}
.tx-srfeuserregister-pi1 .radioElement input {
	width: auto !important;
}
.tx-srfeuserregister-pi1 .commentElement {
	padding-left: 150px;
}
.tx-srfeuserregister-pi1 .errorElement,
.tx-srfeuserregister-pi1 .errorElement * {
	color: #ff0000;
}
.tx-srfeuserregister-pi1 .commentElement p {
	margin: 0;
}
#tx-srfeuserregister-pi1-zip {
	float: left;
	width: 100px;
	margin-right: 5px;
}
#tx-srfeuserregister-pi1-city {
	float: left;
	width: 270px;
}

/* -----------------------------------------------
	styling checkbox mainContent
----------------------------------------------- */
#mainContent .checkboxElement {
	margin-left: 151px;
}

	#mainContent .checkboxElement .formField {
		float: left;
		width: auto;
	}
	
	#mainContent .checkboxElement .formLabel {
		margin-left: 5px;
	}
	
		#mainContent .checkboxElement .formLabel label {
			line-height: 15px;
			display: block;
			width: 360px;
		}

/* -----------------------------------------------
	styling commentElement mainContent
----------------------------------------------- */
#mainContent .commentElement {
	margin-left: 151px;
}

