.aui-tab {
	float: right
}

.webform-portlet .ctrl-holder input, .webform-portlet .ctrl-holder textarea,
	.webform-portlet .ctrl-holder select {
	display: block;
}

.webform-portlet #refreshCaptchaActivity {
	float: left;
	width: auto;
	height: auto;
	margin: 1px;
}

.webform-portlet p {
	text-align: justify;
}

.aui-field-label, .aui-field-labels-top .aui-field-label {
	text-align: right;
}

.search-panel .aui-field-wrapper {
	clear: none;
	width: 48%;
	float: right;
}

.search-panel .aui-fieldset {
	
	width: 100%;
}
	

/*--------------------------------------- portlet configuration ---------------------------------------------*/
.webform-portlet.portlet-configuration {
	font: 11px tahoma;
}

.webform-portlet.portlet-configuration input, .webform-portlet.portlet-configuration textarea
	{
	float: none;
	width: auto
}

.webform-portlet.portlet-configuration .lfr-autorow-controls {
	right: auto;
	left: 5px
}

.webform-portlet.portlet-configuration fieldset {
	border: 1px solid #CCC;
}

.webform-portlet.portlet-configuration .button-holder {
	margin: auto
}


.aui-form-validator-error-container .aui-field-element {
    display: inline;
}