.portlet-configuration .lfr-panel-content {
	padding: 0 1em;
}

.portlet-configuration fieldset.rows-container {
	border: none;
	margin-top: 0;
}

.portlet-configuration .editing-disabled dt {
	color: #999999;
	float: left;
	font-weight: bold;
	width: 6em;
}

.portlet-configuration .lfr-form-row .aui-field {
	margin-left: 2em;
}

.portlet-configuration .lfr-form-row .aui-field.optional-control {
	margin: 1.3em;
}

.portlet-configuration .lfr-form-row .aui-field.options,.portlet-configuration .lfr-form-row .validation .aui-field {
	clear: both;
	display: block;
}

.portlet-configuration .lfr-form-row .field-title {
	color: #000;
	font-size: 120%;
	font-weight: bold;
	padding: 3px;
}

.portlet-configuration .syntax-help {
	margin: 2em 0 0 2em;
}

.portlet-configuration .validation {
	clear: left;
}

.portlet-configuration .label-name .aui-field-wrapper-content {
	margin-top: 0;
}

.portlet-configuration .label-name input,.portlet-configuration .options input {
	width: 200px;
}

/* --- Table --- */
table.main-table {
	margin: 12px 0;
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

table.main-table th,table.main-table td {
	border-style: solid;
	border-color: #ddd;
	padding: 5px 10px 5px 10px;
}

table.main-table th+th,table.main-table td+td {
	padding-left: 10px;
}

table.main-table td {
	
}

table.main-table th {
	background: #eee;
	text-align: left;
}

table.main-table thead tr {
	background: #eee;
}

table.main-table tbody tr:nth-child(even) {
	background: #fcfcfc;
}

table.main-table th,table.main-table td {
	border: 1px solid #ddd;
}

/* --------------------------------------------------------- */

.lfr-webform form {
	-moz-box-shadow: 0 1px 0 #ECECEC;
	-webkit-box-shadow: 0 1px 0 #ECECEC;
	box-shadow: 0 1px 0 #ECECEC;
	background: none repeat scroll 0 0 #F4F4F4;
	border: 1px solid #E1E1E1;
	margin: 0 0 18px;
	width: 400px;
}

.lfr-webform form fieldset {
	background: url("../images/form-arrow2.gif") no-repeat scroll 20px 0 transparent;
	margin: -5px 0;
	padding: 15px 0 13px;
	width: 100%;
}

.lfr-webform form fieldset .aui-fieldset-content {
	padding: 10px;	
}

.lfr-webform form fieldset input[type="text"] {
	width: 280px;
}

.lfr-webform form .line {
	background:url("../images/line.gif") repeat-x scroll 0 0 transparent;
	clear:left;
	float:left;
	height:1px;
	margin:6px 0 10px;
	width:100%;
}

.lfr-webform .title {
	margin-bottom: 20px;
}

.lfr-webform .description {
	margin-bottom: 20px;
}

.error {
	color: #F00;
	padding: 10px 0 10px 0;
}

/* aligns radio buttons text to the middle */
.aui-choice-label {
	vertical-align: middle;
}
